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

This class provides ability to create a transition(bridge) curve between two adjacent setback curves. More...

Inheritance diagram for NXOpen::GeometricUtilities::TransitionCurveBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  TangentDirections { TangentDirectionsRail, TangentDirectionsLimit }
 Tangent direction options. More...
 

Public Member Functions

NXOpen::GeometricUtilities::TransitionCurveBuilder::TangentDirections EndTangentDirection ()
 Returns the end tangent direction
Created in NX9.0.0. More...
 
NXOpen::ExpressionEndTangentMagnitude ()
 Returns the end tangent magnitude
Created in NX9.0.0. More...
 
void SetEndTangentDirection (NXOpen::GeometricUtilities::TransitionCurveBuilder::TangentDirections direction)
 Sets the end tangent direction
Created in NX9.0.0. More...
 
void SetStartTangentDirection (NXOpen::GeometricUtilities::TransitionCurveBuilder::TangentDirections direction)
 Sets the start tangent direction
Created in NX9.0.0. More...
 
NXOpen::GeometricUtilities::TransitionCurveBuilder::TangentDirections StartTangentDirection ()
 Returns the start tangent direction
Created in NX9.0.0. More...
 
NXOpen::ExpressionStartTangentMagnitude ()
 Returns the start tangent magnitude
Created in NX9.0.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This class provides ability to create a transition(bridge) curve between two adjacent setback curves.


To create a new instance of this class, use NXOpen::Part::CreateEmptyTransitionCurveBuilder

Created in NX9.0.0.

Member Enumeration Documentation

Tangent direction options.

Enumerator
TangentDirectionsRail 

transition curve will be tangent to the blend rail curve

TangentDirectionsLimit 

transition curve will be tangent to the limit curve

Member Function Documentation

NXOpen::GeometricUtilities::TransitionCurveBuilder::TangentDirections NXOpen::GeometricUtilities::TransitionCurveBuilder::EndTangentDirection ( )

Returns the end tangent direction
Created in NX9.0.0.



License requirements : None

NXOpen::Expression* NXOpen::GeometricUtilities::TransitionCurveBuilder::EndTangentMagnitude ( )

Returns the end tangent magnitude
Created in NX9.0.0.



License requirements : None

void NXOpen::GeometricUtilities::TransitionCurveBuilder::SetEndTangentDirection ( NXOpen::GeometricUtilities::TransitionCurveBuilder::TangentDirections  direction)

Sets the end tangent direction
Created in NX9.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
directiondirection
void NXOpen::GeometricUtilities::TransitionCurveBuilder::SetStartTangentDirection ( NXOpen::GeometricUtilities::TransitionCurveBuilder::TangentDirections  direction)

Sets the start tangent direction
Created in NX9.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
directiondirection
NXOpen::GeometricUtilities::TransitionCurveBuilder::TangentDirections NXOpen::GeometricUtilities::TransitionCurveBuilder::StartTangentDirection ( )

Returns the start tangent direction
Created in NX9.0.0.



License requirements : None

NXOpen::Expression* NXOpen::GeometricUtilities::TransitionCurveBuilder::StartTangentMagnitude ( )

Returns the start tangent magnitude
Created in NX9.0.0.



License requirements : None

virtual bool NXOpen::GeometricUtilities::TransitionCurveBuilder::Validate ( )
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.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


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