Class DatumConstraint
Inheritance
System.Object
System.MarshalByRefObject
DatumConstraint
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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
Assembly: NXOpen.dll
Syntax
public class DatumConstraint : TransientObject, IMessageSink, IDisposable
Constructors
DatumConstraint(IntPtr)
Declaration
protected DatumConstraint(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
AlternateSolution
Declaration
public DatumConstraint.Solution AlternateSolution { get; }
Property Value
Type | Description |
---|---|
DatumConstraint.Solution |
ArcLength
Declaration
public Expression ArcLength { get; }
Property Value
Type | Description |
---|---|
Expression |
ArcLengthType
Declaration
public DatumConstraint.CurveOption ArcLengthType { get; set; }
Property Value
Type | Description |
---|---|
DatumConstraint.CurveOption |
ConstraintType
Declaration
public DatumConstraint.Type ConstraintType { get; set; }
Property Value
Type | Description |
---|---|
DatumConstraint.Type |
Geometry
Declaration
public DisplayableObject Geometry { get; set; }
Property Value
Type | Description |
---|---|
DisplayableObject |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
SetAlternateSolution(DatumConstraint.Solution)
Declaration
public void SetAlternateSolution(DatumConstraint.Solution solution)
Parameters
Type | Name | Description |
---|---|---|
DatumConstraint.Solution | solution |
SetArcLength(String)
Declaration
public void SetArcLength(string length)
Parameters
Type | Name | Description |
---|---|---|
System.String | length |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable