NX Open C++ Reference Guide
|
Represents the curve fit join data. More...
Public Types | |
enum | JoinMethod { JoinMethodNo, JoinMethodCubic, JoinMethodGenernal, JoinMethodQuintic } |
Represents the curve join method. More... | |
Public Member Functions | |
NXOpen::GeometricUtilities::CurveFitOptions * | CurveFitOptions () |
Returns the curve fit options Created in NX5.0.0. | |
NXOpen::GeometricUtilities::CurveFitJoin::JoinMethod | CurveJoinMethod () |
Returns the curve join method. | |
void | SetCurveJoinMethod (NXOpen::GeometricUtilities::CurveFitJoin::JoinMethod curveJoinMethod) |
Sets the curve join method. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the curve fit join data.
Created in NX5.0.0.
NXOpen::GeometricUtilities::CurveFitOptions* NXOpen::GeometricUtilities::CurveFitJoin::CurveFitOptions | ( | ) |
Returns the curve fit options
Created in NX5.0.0.
License requirements : None
NXOpen::GeometricUtilities::CurveFitJoin::JoinMethod NXOpen::GeometricUtilities::CurveFitJoin::CurveJoinMethod | ( | ) |
Returns the curve join method.
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
void NXOpen::GeometricUtilities::CurveFitJoin::SetCurveJoinMethod | ( | NXOpen::GeometricUtilities::CurveFitJoin::JoinMethod | curveJoinMethod | ) |
Sets the curve join method.
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE")
curveJoinMethod | curve fit method |
|
virtual |
Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.
Implements NXOpen::GeometricUtilities::IComponentBuilder.