Class SketchConstraintBuilder
Inheritance
SketchConstraintBuilder
Assembly: NXOpen.dll
Syntax
public class SketchConstraintBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SketchConstraintBuilder()
Declaration
protected SketchConstraintBuilder()
Properties
Centerline
Declaration
public SelectNXObject Centerline { get; }
Property Value
ConstraintType
Declaration
public SketchConstraintBuilder.Constraint ConstraintType { get; set; }
Property Value
GeometryToConstrain
Declaration
public SelectNXObjectList GeometryToConstrain { get; }
Property Value
GeometryToConstrainTo
Declaration
public SelectNXObject GeometryToConstrainTo { get; }
Property Value
MakeReference
Declaration
public bool MakeReference { get; set; }
Property Value
UpdateSketchAtCommit
Declaration
public bool UpdateSketchAtCommit { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink