NX Open C++ Reference Guide
|
Represents a GeometricUtilities::StyledSweepDoubleOnPathDimBuilder. More...
Public Member Functions | |
NXOpen::GeometricUtilities::OnPathDimensionBuilder * | FirstLocation () |
Returns the first location Created in NX6.0.0. | |
void | ResetExtraData () |
Reset pivot position extra data. | |
NXOpen::GeometricUtilities::OnPathDimensionBuilder * | SecondLocation () |
Returns the second location Created in NX6.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. |
Represents a GeometricUtilities::StyledSweepDoubleOnPathDimBuilder.
Created in NX6.0.0.
NXOpen::GeometricUtilities::OnPathDimensionBuilder* NXOpen::GeometricUtilities::StyledSweepDoubleOnPathDimBuilder::FirstLocation | ( | ) |
Returns the first location
Created in NX6.0.0.
License requirements : None
Reset pivot position extra data.
For legacy reason, pivot position has to contain some extra data. When you try to reset the pivot position, you not only need to reset the two on path dimensions but also need to simultaneously call this API to reset the extra data.
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR studio_free_form ("STUDIO FREE FORM")
NXOpen::GeometricUtilities::OnPathDimensionBuilder* NXOpen::GeometricUtilities::StyledSweepDoubleOnPathDimBuilder::SecondLocation | ( | ) |
Returns the second location
Created in NX6.0.0.
License requirements : None
virtual bool NXOpen::GeometricUtilities::StyledSweepDoubleOnPathDimBuilder::Validate | ( | ) | [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.