NX Open C++ Reference Guide
|
Represents a non-inflecting law. More...
Public Member Functions | |
NXOpen::GeometricUtilities::OnPathDimWithValueBuilder * | EndNode () |
Returns the end node Created in NX6.0.0. | |
NXOpen::GeometricUtilities::OnPathDimWithValueBuilder * | MiddleNode () |
Returns the middle 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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a non-inflecting law.
This class represents @link GeometricUtilities::LawBuilder::TypeNonInflecting GeometricUtilities::LawBuilder::TypeNonInflecting@endlink type of law in @link GeometricUtilities::LawBuilder GeometricUtilities::LawBuilder@endlink . Objects of class @link GeometricUtilities::OnPathDimWithValueBuilder GeometricUtilities::OnPathDimWithValueBuilder@endlink are used as law nodes in @link GeometricUtilities::NonInflectingLawBuilder GeometricUtilities::NonInflectingLawBuilder@endlink . Spine definition in this class is mandatory. The law nodes at start and end of the spine are fixed. Middle node can be located any where between start and end nodes.
Created in NX6.0.0.
NXOpen::GeometricUtilities::OnPathDimWithValueBuilder* NXOpen::GeometricUtilities::NonInflectingLawBuilder::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::NonInflectingLawBuilder::MiddleNode | ( | ) |
Returns the middle 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::Section* NXOpen::GeometricUtilities::NonInflectingLawBuilder::Spine | ( | ) |
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::NonInflectingLawBuilder::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")
void NXOpen::GeometricUtilities::NonInflectingLawBuilder::UpdateSpine | ( | ) |
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 |
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.