Class Positioner
Inheritance
System.Object
System.MarshalByRefObject
Positioner
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Positioning
Assembly: NXOpen.dll
Syntax
public class Positioner : NXObject, IMessageSink, INXObject
Constructors
Positioner()
Declaration
protected Positioner()
Properties
Constraints
Declaration
public ConstraintCollection Constraints { get; }
Property Value
Type | Description |
---|---|
ConstraintCollection |
Methods
ClearNetwork()
Declaration
public void ClearNetwork()
CreateConstraint()
Declaration
public Constraint CreateConstraint()
Returns
Type | Description |
---|---|
Constraint |
CreateConstraint(Boolean)
Declaration
public Constraint CreateConstraint(bool persistent)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | persistent |
Returns
Type | Description |
---|---|
Constraint |
DeleteNonPersistentConstraints()
Declaration
public void DeleteNonPersistentConstraints()
EstablishNetwork()
Declaration
public Network EstablishNetwork()
Returns
Type | Description |
---|---|
Network |
Implements
System.Runtime.Remoting.Messaging.IMessageSink