NX Open C++ Reference Guide
|
Represents a s-shaped law. More...
Public Member Functions | |
NXOpen::GeometricUtilities::OnPathDimWithValueBuilder * | EndNode () |
Returns the end node Created in NX6.0.0. | |
NXOpen::GeometricUtilities::OnPathDimWithValueBuilder * | SlopeNode () |
Returns the slope node Created in NX6.0.0. | |
NXOpen::Section * | Spine () |
Returns the Spine Created in NX6.0.0. | |
NXOpen::GeometricUtilities::OnPathDimWithValueBuilder * | StartNode () |
Returns the start node Created in NX6.0.0. | |
void | UpdateSpine () |
Update the builder based on current spine Created in NX6.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. |
Represents a s-shaped law.
This class represents GeometricUtilities::LawBuilder::TypeSShaped type of law in GeometricUtilities::LawBuilder . Objects of class GeometricUtilities::OnPathDimWithValueBuilder are used as law nodes in GeometricUtilities::SShapedLawBuilder . Spine definition in this class is mandatory. The law nodes at start and end of the spine are fixed.
Created in NX6.0.0.
NXOpen::GeometricUtilities::OnPathDimWithValueBuilder* NXOpen::GeometricUtilities::SShapedLawBuilder::EndNode | ( | ) |
Returns the end node
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR free_form_modeling ("FREE-FORM MODELING") OR studio_free_form ("STUDIO FREE FORM")
NXOpen::GeometricUtilities::OnPathDimWithValueBuilder* NXOpen::GeometricUtilities::SShapedLawBuilder::SlopeNode | ( | ) |
Returns the slope node
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR free_form_modeling ("FREE-FORM MODELING") OR studio_free_form ("STUDIO FREE FORM")
Returns the Spine
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR free_form_modeling ("FREE-FORM MODELING") OR studio_free_form ("STUDIO FREE FORM")
NXOpen::GeometricUtilities::OnPathDimWithValueBuilder* NXOpen::GeometricUtilities::SShapedLawBuilder::StartNode | ( | ) |
Returns the start node
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR free_form_modeling ("FREE-FORM MODELING") OR studio_free_form ("STUDIO FREE FORM")
Update the builder based on current spine
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR free_form_modeling ("FREE-FORM MODELING") OR studio_free_form ("STUDIO FREE FORM")
virtual bool NXOpen::GeometricUtilities::SShapedLawBuilder::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.