Class SketchDimensionalConstraint
Inheritance
System.Object
System.MarshalByRefObject
SketchDimensionalConstraint
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 SketchDimensionalConstraint : SketchConstraint, IMessageSink, IFitTo, INXObject
Constructors
SketchDimensionalConstraint()
Declaration
protected SketchDimensionalConstraint()
Properties
AssociatedDimension
Declaration
public Dimension AssociatedDimension { get; }
Property Value
Type | Description |
---|---|
Dimension |
AssociatedExpression
Declaration
public Expression AssociatedExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
DimensionState
Declaration
public SketchDimensionalConstraint.DimensionStateType DimensionState { get; }
Property Value
Type | Description |
---|---|
SketchDimensionalConstraint.DimensionStateType |
Methods
GetDimensionGeometry()
Declaration
public Sketch.DimensionGeometry[] GetDimensionGeometry()
Returns
Type | Description |
---|---|
Sketch.DimensionGeometry[] |
UseAlternateSolution()
Declaration
public void UseAlternateSolution()
Implements
System.Runtime.Remoting.Messaging.IMessageSink