Class ClearanceBuilder
Inheritance
System.Object
System.MarshalByRefObject
ClearanceBuilder
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.Die
Assembly: NXOpen.dll
Syntax
public class ClearanceBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
ClearanceBuilder()
Declaration
protected ClearanceBuilder()
Properties
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Attributes
Declaration
public DieAttributesBuilder Attributes { get; }
Property Value
Type | Description |
---|---|
DieAttributesBuilder |
ClearanceDirection
Declaration
public DieDirectionBuilder ClearanceDirection { get; }
Property Value
Type | Description |
---|---|
DieDirectionBuilder |
ClearanceGeometryType
Declaration
public ClearanceBuilder.ClearanceGeometryTypes ClearanceGeometryType { get; set; }
Property Value
Type | Description |
---|---|
ClearanceBuilder.ClearanceGeometryTypes |
Distance
Declaration
public Expression Distance { get; }
Property Value
Type | Description |
---|---|
Expression |
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Geometry
Declaration
public SelectBodyList Geometry { get; }
Property Value
Type | Description |
---|---|
SelectBodyList |
Offset
Declaration
public Expression Offset { get; }
Property Value
Type | Description |
---|---|
Expression |
Orientation
Declaration
public DiePlaneBuilder Orientation { get; }
Property Value
Type | Description |
---|---|
DiePlaneBuilder |
Section
Declaration
public Section Section { get; }
Property Value
Type | Description |
---|---|
Section |
Target
Declaration
public SelectBody Target { get; }
Property Value
Type | Description |
---|---|
SelectBody |
Type
Declaration
public ClearanceBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
ClearanceBuilder.Types |
Implements
System.Runtime.Remoting.Messaging.IMessageSink