Class SketchAutoConstrainBuilder
Inheritance
System.Object
System.MarshalByRefObject
SketchAutoConstrainBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class SketchAutoConstrainBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SketchAutoConstrainBuilder()
Declaration
protected SketchAutoConstrainBuilder()
Properties
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
ApplyRemoteConstraints
Declaration
public bool ApplyRemoteConstraints { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Coincident
Declaration
public bool Coincident { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Collinear
Declaration
public bool Collinear { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Concentric
Declaration
public bool Concentric { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CurveList
Declaration
public SelectObjectList CurveList { get; }
Property Value
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
EqualLength
Declaration
public bool EqualLength { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EqualRadius
Declaration
public bool EqualRadius { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Horizontal
Declaration
public bool Horizontal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Parallel
Declaration
public bool Parallel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Perpendicular
Declaration
public bool Perpendicular { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PointOnCurve
Declaration
public bool PointOnCurve { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Tangent
Declaration
public bool Tangent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Vertical
Declaration
public bool Vertical { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
ClearAllConstraints()
Declaration
public void ClearAllConstraints()
SetAllConstraints()
Declaration
public void SetAllConstraints()
Implements
System.Runtime.Remoting.Messaging.IMessageSink