Class ChamferBuilder
Inheritance
ChamferBuilder
Assembly: NXOpen.dll
Syntax
public class ChamferBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
ChamferBuilder()
Declaration
protected ChamferBuilder()
Properties
AllInstances
Declaration
public bool AllInstances { get; set; }
Property Value
Angle
Declaration
public string Angle { get; set; }
Property Value
AngleExp
Declaration
public Expression AngleExp { get; }
Property Value
FirstOffset
Declaration
public string FirstOffset { get; set; }
Property Value
FirstOffsetExp
Declaration
public Expression FirstOffsetExp { get; }
Property Value
Method
Declaration
public ChamferBuilder.OffsetMethod Method { get; set; }
Property Value
Option
Declaration
public ChamferBuilder.ChamferOption Option { get; set; }
Property Value
ReverseOffsets
Declaration
public bool ReverseOffsets { get; set; }
Property Value
SaveFeature
Declaration
public bool SaveFeature { get; set; }
Property Value
SecondOffset
Declaration
public string SecondOffset { get; set; }
Property Value
SecondOffsetExp
Declaration
public Expression SecondOffsetExp { get; }
Property Value
SmartCollector
Declaration
public ScCollector SmartCollector { get; set; }
Property Value
Tolerance
Declaration
public double Tolerance { get; set; }
Property Value
Methods
CreatePreview()
Declaration
public int CreatePreview()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink