Class ElecCamCoupling
Inheritance
ElecCamCoupling
Assembly: NXOpen.Utilities.dll
Syntax
public class ElecCamCoupling : RuntimeObject
Constructors
ElecCamCoupling(nint)
Declaration
protected ElecCamCoupling(nint pItem)
Parameters
Type |
Name |
Description |
nint |
pItem |
|
Properties
Active
Declaration
public override bool Active { get; set; }
Property Value
Overrides
InitialTime
Declaration
public double InitialTime { get; set; }
Property Value
MasterAxis
Declaration
public AxisJoint MasterAxis { get; set; }
Property Value
MasterOffset
Declaration
public double MasterOffset { get; set; }
Property Value
MasterScale
Declaration
public double MasterScale { get; set; }
Property Value
MasterSignal
Declaration
public Signal MasterSignal { get; set; }
Property Value
MasterVirtualAxis
Declaration
public VirtualAxis MasterVirtualAxis { get; set; }
Property Value
SlaveControl
Declaration
public ControlBase SlaveControl { get; set; }
Property Value
SlaveOffset
Declaration
public double SlaveOffset { get; set; }
Property Value
SlaveScale
Declaration
public double SlaveScale { get; set; }
Property Value
TableObj
Declaration
public TableBase TableObj { get; set; }
Property Value
ValueOffset
Declaration
public double ValueOffset { get; set; }
Property Value