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. | |
![]() | |
virtual NXOpen::INXObject * | FindObject (const NXString &journalIdentifier) |
Finds the NXObject with the given identifier as recorded in a journal. | |
NXOpen::INXObject * | FindObject (const char *journalIdentifier) |
Finds the NXObject with the given identifier as recorded in a journal. | |
void | InheritLocation (NXOpen::GeometricUtilities::OnPathDimWithValueBuilder *sourceBuilder) |
Inherits location data of a GeometricUtilities::OnPathDimWithValueBuilder object Created in NX8.0.0. | |
void | InheritValue (NXOpen::GeometricUtilities::OnPathDimWithValueBuilder *sourceBuilder) |
Inherits value of a GeometricUtilities::OnPathDimWithValueBuilder object Created in NX8.0.0. | |
virtual bool | IsOccurrence () |
Returns whether this object is an occurrence or not. | |
virtual NXString | JournalIdentifier () |
Returns the identifier that would be recorded in a journal for this object. | |
NXOpen::GeometricUtilities::OnPathDimensionBuilder * | Location () |
Returns the location on path Created in NX5.0.0. | |
virtual NXString | Name () |
Returns the custom name of the object. | |
virtual NXOpen::Assemblies::Component * | OwningComponent () |
Returns the owning component, if this object is an occurrence. | |
virtual NXOpen::BasePart * | OwningPart () |
Returns the owning part of this object Created in NX3.0.0. | |
virtual void | Print () |
Prints a representation of this object to the system log file. | |
virtual NXOpen::INXObject * | Prototype () |
Returns the prototype of this object if it is an occurrence. | |
virtual void | SetName (const NXString &name) |
Sets the custom name of the object. | |
void | SetName (const char *name) |
Sets the custom name of the object. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
NXOpen::Expression * | Value () |
Returns the value expression Created in NX5.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
![]() | |
NXOpen::INXObject * | FindObject (const char *journalIdentifier) |
Finds the NXObject with the given identifier as recorded in a journal. | |
void | SetName (const char *name) |
Sets the custom name of the object. | |
Represents a law node with transition type.
This class extends @link GeometricUtilities::OnPathDimWithValueBuilder GeometricUtilities::OnPathDimWithValueBuilder@endlink 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 @link GeometricUtilities::MultiTransitionLawBuilder GeometricUtilities::MultiTransitionLawBuilder@endlink
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")