Class InferredConstraintsBuilder
Inheritance
System.Object
System.MarshalByRefObject
InferredConstraintsBuilder
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 InferredConstraintsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
InferredConstraintsBuilder()
Declaration
protected InferredConstraintsBuilder()
Properties
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 |
|
DimensionalConstraint
Declaration
public bool DimensionalConstraint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 |
|
HorizontalAlignment
Declaration
public bool HorizontalAlignment { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Midpoint
Declaration
public bool Midpoint { 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 |
|
PointOnString
Declaration
[Obsolete("Deprecated in NX11.0.0. Please use NXOpen.InferredConstraintsBuilder.PreferStringConstraints")]
public bool PointOnString { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PreferStringConstraints
Declaration
public bool PreferStringConstraints { 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 |
|
VerticalAlignment
Declaration
public bool VerticalAlignment { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetRules()
Declaration
public Sketch.AutoDimensioningRule[] GetRules()
Returns
SetRules(Sketch.AutoDimensioningRule[])
Declaration
public void SetRules(Sketch.AutoDimensioningRule[] rules)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink