Class GeodesicFilletBuilder
Inheritance
GeodesicFilletBuilder
Assembly: NXOpen.dll
Syntax
public class GeodesicFilletBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
GeodesicFilletBuilder()
Declaration
protected GeodesicFilletBuilder()
Properties
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
Radius
Declaration
public Expression Radius { get; }
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