Class GeodesicChamferBuilder
Inheritance
GeodesicChamferBuilder
Assembly: NXOpen.dll
Syntax
public class GeodesicChamferBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
GeodesicChamferBuilder()
Declaration
protected GeodesicChamferBuilder()
Properties
Distance
Declaration
public Expression Distance { get; }
Property Value
FirstCurve
Declaration
public Curve FirstCurve { get; set; }
Property Value
FirstPoint
Declaration
public double FirstPoint { get; set; }
Property Value
FirstSection
Declaration
public Section FirstSection { get; set; }
Property Value
SecondCurve
Declaration
public Curve SecondCurve { get; set; }
Property Value
SecondPoint
Declaration
public double SecondPoint { get; set; }
Property Value
SecondSection
Declaration
public Section SecondSection { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink