Class SketchChamferBuilder
Inheritance
SketchChamferBuilder
Assembly: NXOpen.dll
Syntax
public class SketchChamferBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SketchChamferBuilder()
Declaration
protected SketchChamferBuilder()
Properties
Angle
Declaration
public Expression Angle { get; }
Property Value
ChamferOption
Declaration
public SketchChamferBuilder.ChamferOptions ChamferOption { get; set; }
Property Value
CreateAngleDimension
Declaration
public bool CreateAngleDimension { get; set; }
Property Value
CreateDistance1Dimension
Declaration
public bool CreateDistance1Dimension { get; set; }
Property Value
CreateDistance2Dimension
Declaration
public bool CreateDistance2Dimension { get; set; }
Property Value
CurvesToChamfer
Declaration
public SelectDisplayableObjectList CurvesToChamfer { get; }
Property Value
Distance1
Declaration
public Expression Distance1 { get; }
Property Value
Distance2
Declaration
public Expression Distance2 { get; }
Property Value
HelpPoint
Declaration
public Point HelpPoint { get; set; }
Property Value
Declaration
public bool TrimInputCurves { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink