NX Open C++ Reference Guide
|
Represents a law node with transition type. More...
Public Types | |
enum | TransitionType { TransitionTypeUnknown, TransitionTypeConstant, TransitionTypeLinear, TransitionTypeBlend, TransitionTypeMinmax } |
Represents a transition type at a law node. More... | |
Public Member Functions | |
void | SetTransition (NXOpen::GeometricUtilities::TransitionLawNodeBuilder::TransitionType transition) |
Sets the transition type Created in NX6.0.0. | |
NXOpen::GeometricUtilities::TransitionLawNodeBuilder::TransitionType | Transition () |
Returns the transition type Created in NX6.0.0. |
Represents a law node with transition type.
This class extends GeometricUtilities::OnPathDimWithValueBuilder such that apart from specifying a value at a location on spine, it allows specification of transition type. This class represents a law node in GeometricUtilities::MultiTransitionLawBuilder
Created in NX6.0.0.
Represents a transition type at a law node.
Transition type is a type of interpolation used to evaluate intermediate values from one law node to the next law node. The transition is applied in the direction of the spine on which the law nodes reside. Not all nodes support all types of transitions. Consult the referencing law class documentation to see which transition types are supported by which law nodes.
void NXOpen::GeometricUtilities::TransitionLawNodeBuilder::SetTransition | ( | NXOpen::GeometricUtilities::TransitionLawNodeBuilder::TransitionType | transition | ) |
Sets the transition type
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")
transition | transition |
NXOpen::GeometricUtilities::TransitionLawNodeBuilder::TransitionType NXOpen::GeometricUtilities::TransitionLawNodeBuilder::Transition | ( | ) |
Returns the transition type
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")