Class SmoothSplineBuilder
Inheritance
SmoothSplineBuilder
Assembly: NXOpen.dll
Syntax
public class SmoothSplineBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
SmoothSplineBuilder()
Declaration
protected SmoothSplineBuilder()
Properties
Curve
Declaration
public SelectCurve Curve { get; }
Property Value
CurveRange
Declaration
public CurveRangeBuilder CurveRange { get; }
Property Value
EndConstraint
Declaration
public Continuity EndConstraint { get; }
Property Value
ModificationPercentage
Declaration
public int ModificationPercentage { get; set; }
Property Value
SmoothingFactor
Declaration
public int SmoothingFactor { get; set; }
Property Value
StartConstraint
Declaration
public Continuity StartConstraint { get; }
Property Value
Type
Declaration
public SmoothSplineBuilder.Types Type { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink