Class PlateChamferBuilder
Inheritance
PlateChamferBuilder
Assembly: NXOpen.dll
Syntax
public class PlateChamferBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
PlateChamferBuilder()
Declaration
protected PlateChamferBuilder()
Properties
AngleOption
Declaration
public PlateChamferBuilder.AngleMethod AngleOption { get; set; }
Property Value
AngularDimension
Declaration
public Expression AngularDimension { get; }
Property Value
ChamferBothSides
Declaration
public bool ChamferBothSides { get; set; }
Property Value
ChordalTolerance
Declaration
public double ChordalTolerance { get; set; }
Property Value
ClearanceTolerance
Declaration
public double ClearanceTolerance { get; set; }
Property Value
Depth
Declaration
public Expression Depth { get; }
Property Value
EndPlane
Declaration
public Plane EndPlane { get; set; }
Property Value
OffsetOption
Declaration
public PlateChamferBuilder.OffsetMethod OffsetOption { get; set; }
Property Value
Ratio
Declaration
public Expression Ratio { get; }
Property Value
RestDepth
Declaration
public Expression RestDepth { get; }
Property Value
ReverseDirection
Declaration
public bool ReverseDirection { get; set; }
Property Value
SelectEdge
Declaration
public ScCollector SelectEdge { get; }
Property Value
SelectTarget
Declaration
public ScCollector SelectTarget { get; }
Property Value
SelectThinnerPlate
Declaration
public ScCollector SelectThinnerPlate { get; }
Property Value
Declaration
public ScCollector SelectTool { get; }
Property Value
StartPlane
Declaration
public Plane StartPlane { get; set; }
Property Value
Type
Declaration
public PlateChamferBuilder.Types Type { get; set; }
Property Value
UseLimits
Declaration
public bool UseLimits { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink