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