NX Open C++ Reference Guide
Public Types | Public Member Functions
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

List of all members.

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.

Detailed Description

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.


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

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

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.