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

Represents the curve options data. More...

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

Public Types

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

Public Member Functions

bool Associative ()
 Returns the associativity option. More...
 
NXOpen::GeometricUtilities::CurveOptions::InputCurve InputCurveOption ()
 Returns the curve options. More...
 
void SetAssociative (bool associative)
 Sets the associativity option. More...
 
void SetInputCurveOption (NXOpen::GeometricUtilities::CurveOptions::InputCurve inputCurveOption)
 Sets the curve options. 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

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

bool NXOpen::GeometricUtilities::CurveOptions::Associative ( )

Returns the associativity option.


Created in NX5.0.0.

License requirements : features_modeling ("FEATURES MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

NXOpen::GeometricUtilities::CurveOptions::InputCurve NXOpen::GeometricUtilities::CurveOptions::InputCurveOption ( )

Returns the curve options.


Created in NX5.0.0.

License requirements : features_modeling ("FEATURES MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

void NXOpen::GeometricUtilities::CurveOptions::SetAssociative ( bool  associative)

Sets the associativity option.


Created in NX5.0.0.

License requirements : features_modeling ("FEATURES MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
associativeassociativity
void NXOpen::GeometricUtilities::CurveOptions::SetInputCurveOption ( NXOpen::GeometricUtilities::CurveOptions::InputCurve  inputCurveOption)

Sets the curve options.


Created in NX5.0.0.

License requirements : features_modeling ("FEATURES MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
inputCurveOptioncurve options
virtual bool NXOpen::GeometricUtilities::CurveOptions::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.