Class LimitSwitchBuilder
Inheritance
LimitSwitchBuilder
Assembly: NXOpen.dll
Syntax
public class LimitSwitchBuilder : PhysicsConstraintBuilder, IMessageSink, IComponentBuilder
Constructors
LimitSwitchBuilder()
Declaration
protected LimitSwitchBuilder()
Properties
EnableLowerLimit
Declaration
public bool EnableLowerLimit { get; set; }
Property Value
EnableUpperLimit
Declaration
public bool EnableUpperLimit { get; set; }
Property Value
LowerLimit
Declaration
public Expression LowerLimit { get; }
Property Value
PersistentTag
Declaration
public int PersistentTag { get; set; }
Property Value
SelectedPhysicsObject
Declaration
public SelectNXObject SelectedPhysicsObject { get; }
Property Value
UpperLimit
Declaration
public Expression UpperLimit { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink