NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::GeometricUtilities::TransitionLawNodeBuilder Class Reference

Represents a law node with transition type. More...

Inheritance diagram for NXOpen::GeometricUtilities::TransitionLawNodeBuilder:
NXOpen::GeometricUtilities::OnPathDimWithValueBuilder NXOpen::TaggedObject NXOpen::INXObject NXOpen::GeometricUtilities::IComponentBuilder

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. More...
 
NXOpen::GeometricUtilities::TransitionLawNodeBuilder::TransitionType Transition ()
 Returns the transition type
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::GeometricUtilities::OnPathDimWithValueBuilder
virtual NXOpen::INXObjectFindObject (const NXString &journalIdentifier)
 Finds the NXOpen::NXObject with the given identifier as recorded in a journal. More...
 
virtual NXOpen::INXObjectFindObject (const char *journalIdentifier)
 Finds the NXOpen::NXObject with the given identifier as recorded in a journal. More...
 
void InheritLocation (NXOpen::GeometricUtilities::OnPathDimWithValueBuilder *sourceBuilder)
 Inherits location data of a NXOpen::GeometricUtilities::OnPathDimWithValueBuilder object
Created in NX8.0.0. More...
 
void InheritValue (NXOpen::GeometricUtilities::OnPathDimWithValueBuilder *sourceBuilder)
 Inherits value of a NXOpen::GeometricUtilities::OnPathDimWithValueBuilder object
Created in NX8.0.0. More...
 
virtual bool IsOccurrence ()
 Returns whether this object is an occurrence or not. More...
 
virtual NXString JournalIdentifier ()
 Returns the identifier that would be recorded in a journal for this object. More...
 
NXOpen::GeometricUtilities::OnPathDimensionBuilderLocation ()
 Returns the location on path
Created in NX5.0.0. More...
 
virtual NXString Name ()
 Returns the custom name of the object. More...
 
virtual
NXOpen::Assemblies::Component
OwningComponent ()
 Returns the owning component, if this object is an occurrence. More...
 
virtual NXOpen::BasePartOwningPart ()
 Returns the owning part of this object
Created in NX3.0.0. More...
 
virtual void Print ()
 Prints a representation of this object to the system log file. More...
 
virtual NXOpen::INXObjectPrototype ()
 Returns the prototype of this object if it is an occurrence. More...
 
virtual void SetName (const NXString &name)
 Sets the custom name of the object. More...
 
virtual void SetName (const char *name)
 Sets the custom name of the object. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
NXOpen::ExpressionValue ()
 Returns the value expression
Created in NX5.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a law node with transition type.

This class extends NXOpen::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 NXOpen::GeometricUtilities::MultiTransitionLawBuilder


Created in NX6.0.0.

Member Enumeration Documentation

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.

Enumerator
TransitionTypeUnknown 

No interpolation type.

TransitionTypeConstant 

Constant transition.

TransitionTypeLinear 

Linear transition.

TransitionTypeBlend 

Smooth blended transition.

TransitionTypeMinmax 

Minimum-Maximum type transition.

Member Function Documentation

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")

Parameters
transitiontransition
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")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.