NX Open C++ Reference Guide
|
Represents a Features::SmoothSpline builder
To create a new instance of this class, use Features::FeatureCollection::CreateSmoothSplineBuilder
Default values.
More...
Public Types | |
enum | Types { TypesCurvature, TypesCurvatureVariation } |
This enum represents the Smoothing Type option. More... | |
Public Member Functions | |
NXOpen::SelectCurve * | Curve () |
Returns the curve Created in NX6.0.0. | |
NXOpen::GeometricUtilities::CurveRangeBuilder * | CurveRange () |
Returns the curve range Created in NX6.0.0. | |
NXOpen::GeometricUtilities::Continuity * | EndConstraint () |
Returns the end constraint Created in NX6.0.0. | |
int | ModificationPercentage () |
Returns the modification percentage Created in NX6.0.0. | |
void | SetModificationPercentage (int modificationPercentage) |
Sets the modification percentage Created in NX6.0.0. | |
void | SetSmoothingFactor (int smoothingFactor) |
Sets the smoothing factor Created in NX6.0.0. | |
void | SetType (NXOpen::Features::SmoothSplineBuilder::Types type) |
Sets the type Created in NX6.0.0. | |
int | SmoothingFactor () |
Returns the smoothing factor Created in NX6.0.0. | |
NXOpen::GeometricUtilities::Continuity * | StartConstraint () |
Returns the start constraint Created in NX6.0.0. | |
NXOpen::Features::SmoothSplineBuilder::Types | Type () |
Returns the type Created in NX6.0.0. |
Represents a Features::SmoothSpline builder
To create a new instance of this class, use Features::FeatureCollection::CreateSmoothSplineBuilder
Default values.
Property | Value |
---|---|
CurveRange.AnchorPosition |
Start |
ModificationPercentage |
100 |
SmoothingFactor |
1 |
Created in NX6.0.0.
Returns the curve
Created in NX6.0.0.
License requirements : None
NXOpen::GeometricUtilities::CurveRangeBuilder* NXOpen::Features::SmoothSplineBuilder::CurveRange | ( | ) |
Returns the curve range
Created in NX6.0.0.
License requirements : None
Returns the end constraint
Created in NX6.0.0.
License requirements : None
Returns the modification percentage
Created in NX6.0.0.
License requirements : None
void NXOpen::Features::SmoothSplineBuilder::SetModificationPercentage | ( | int | modificationPercentage | ) |
Sets the modification percentage
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
modificationPercentage | modificationpercentage |
void NXOpen::Features::SmoothSplineBuilder::SetSmoothingFactor | ( | int | smoothingFactor | ) |
Sets the smoothing factor
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
smoothingFactor | smoothingfactor |
void NXOpen::Features::SmoothSplineBuilder::SetType | ( | NXOpen::Features::SmoothSplineBuilder::Types | type | ) |
Sets the type
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
type | type |
Returns the smoothing factor
Created in NX6.0.0.
License requirements : None
Returns the start constraint
Created in NX6.0.0.
License requirements : None
Returns the type
Created in NX6.0.0.
License requirements : None