NX Open C++ Reference Guide
Public Member Functions
NXOpen::GeometricUtilities::CurveLengthData Class Reference

Represents an CurveLength data. More...

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

List of all members.

Public Member Functions

NXOpen::ExpressionEndDistance ()
 Returns the end distance.
NXOpen::GeometricUtilities::ExtensionDirection ExtensionDirection ()
 Returns the extension direction.
NXOpen::GeometricUtilities::ExtensionMethod ExtensionMethod ()
 Returns the total or incremental extension method.
NXOpen::GeometricUtilities::ExtensionSide ExtensionSide ()
 Returns the extension side option.
void SetEndDistance (const NXString &endDistance)
 Set end distance.
void SetExtensionDirection (NXOpen::GeometricUtilities::ExtensionDirection extensionDirection)
 Sets the extension direction.
void SetExtensionMethod (NXOpen::GeometricUtilities::ExtensionMethod extensionMethod)
 Sets the total or incremental extension method.
void SetExtensionSide (NXOpen::GeometricUtilities::ExtensionSide extensionSide)
 Sets the extension side option.
void SetStartDistance (const NXString &startDistance)
 Set start distance.
void SetTotalLength (const NXString &totalLength)
 Set total length.
NXOpen::ExpressionStartDistance ()
 Returns the start distance.
NXOpen::ExpressionTotalLength ()
 Returns the total length.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.

Detailed Description

Represents an CurveLength data.


Created in NX4.0.0.


Member Function Documentation

Returns the end distance.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Returns the extension direction.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Returns the total or incremental extension method.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Returns the extension side option.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Set end distance.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
endDistanceEnd distance
NOTE: The full Unicode character set is not supported for this parameter.

Sets the extension direction.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
extensionDirectionCurveLength extension direction

Sets the total or incremental extension method.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
extensionMethodCurveLength extension method

Sets the extension side option.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
extensionSideCurveLength both ends

Set start distance.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
startDistanceStart distance
NOTE: The full Unicode character set is not supported for this parameter.

Set total length.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
totalLengthTotal Length
NOTE: The full Unicode character set is not supported for this parameter.

Returns the start distance.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Returns the total length.


Created in NX4.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

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