Class ClearanceBuilder
Inheritance
ClearanceBuilder
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
Attributes
Declaration
public DieAttributesBuilder Attributes { get; }
Property Value
ClearanceDirection
Declaration
public DieDirectionBuilder ClearanceDirection { get; }
Property Value
ClearanceGeometryType
Declaration
public ClearanceBuilder.ClearanceGeometryTypes ClearanceGeometryType { get; set; }
Property Value
Distance
Declaration
public Expression Distance { get; }
Property Value
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Geometry
Declaration
public SelectBodyList Geometry { get; }
Property Value
Offset
Declaration
public Expression Offset { get; }
Property Value
Orientation
Declaration
public DiePlaneBuilder Orientation { get; }
Property Value
Section
Declaration
public Section Section { get; }
Property Value
Target
Declaration
public SelectBody Target { get; }
Property Value
Type
Declaration
public ClearanceBuilder.Types Type { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink