Class SketchConstraintBuilder
Inheritance
System.Object
System.MarshalByRefObject
SketchConstraintBuilder
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 SketchConstraintBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SketchConstraintBuilder()
Declaration
protected SketchConstraintBuilder()
Properties
Centerline
Declaration
public SelectNXObject Centerline { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
ConstraintType
Declaration
public SketchConstraintBuilder.Constraint ConstraintType { get; set; }
Property Value
Type | Description |
---|---|
SketchConstraintBuilder.Constraint |
GeometryToConstrain
Declaration
public SelectNXObjectList GeometryToConstrain { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
GeometryToConstrainTo
Declaration
public SelectNXObject GeometryToConstrainTo { get; }
Property Value
Type | Description |
---|---|
SelectNXObject |
MakeReference
Declaration
public bool MakeReference { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UpdateSketchAtCommit
Declaration
public bool UpdateSketchAtCommit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink