NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::GeometricUtilities::CurveOptions Class Reference

Represents the curve options data. More...

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

List of all members.

Public Types

enum  InputCurve { InputCurveRetain, InputCurveBlank, InputCurveDelete, InputCurveReplace }
 Represents the input curve options. More...

Public Member Functions

bool Associative ()
 Returns the associativity option.
NXOpen::GeometricUtilities::CurveOptions::InputCurve InputCurveOption ()
 Returns the curve options.
void SetAssociative (bool associative)
 Sets the associativity option.
void SetInputCurveOption (NXOpen::GeometricUtilities::CurveOptions::InputCurve inputCurveOption)
 Sets the curve options.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.

Detailed Description

Represents the curve options data.


Created in NX5.0.0.


Member Enumeration Documentation

Represents the input curve options.

Enumerator:
InputCurveRetain 

Retains the original input curve and creates the new output curve.

InputCurveBlank 

Blanks the original input curve and creates the new output curve.

InputCurveDelete 

Deletes the original input curve and creates the new output curve.

InputCurveReplace 

Replaces the original input curve with the new output curve.


Member Function Documentation

Returns the associativity option.


Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Returns the curve options.


Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Sets the associativity option.


Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
associativeassociativity

Sets the curve options.


Created in NX5.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
inputCurveOptioncurve options

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.