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

Provides a spine definition for modeling operations
Created in NX8.5.0. More...

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

Public Types

enum  MethodOptions { MethodOptionsNone, MethodOptionsCurve, MethodOptionsVector }
 Options to define a spine. More...
 

Public Member Functions

NXOpen::GeometricUtilities::SpineDefinitionBuilder::MethodOptions Method ()
 Returns the method
Created in NX8.5.0. More...
 
NXOpen::SectionSection ()
 Returns the section
Created in NX8.5.0. More...
 
void SetMethod (NXOpen::GeometricUtilities::SpineDefinitionBuilder::MethodOptions method)
 Sets the method
Created in NX8.5.0. More...
 
void SetVector (NXOpen::Direction *vector)
 Sets the vector
Created in NX8.5.0. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
NXOpen::DirectionVector ()
 Returns the vector
Created in NX8.5.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Provides a spine definition for modeling operations
Created in NX8.5.0.


Member Enumeration Documentation

Options to define a spine.

Enumerator
MethodOptionsNone 

No spine.

MethodOptionsCurve 

Spine by curve or a profile.

MethodOptionsVector 

Spine by a vector.

Member Function Documentation

NXOpen::GeometricUtilities::SpineDefinitionBuilder::MethodOptions NXOpen::GeometricUtilities::SpineDefinitionBuilder::Method ( )

Returns the method
Created in NX8.5.0.



License requirements : None

NXOpen::Section* NXOpen::GeometricUtilities::SpineDefinitionBuilder::Section ( )

Returns the section
Created in NX8.5.0.



License requirements : None

void NXOpen::GeometricUtilities::SpineDefinitionBuilder::SetMethod ( NXOpen::GeometricUtilities::SpineDefinitionBuilder::MethodOptions  method)

Sets the method
Created in NX8.5.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
methodmethod
void NXOpen::GeometricUtilities::SpineDefinitionBuilder::SetVector ( NXOpen::Direction vector)

Sets the vector
Created in NX8.5.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
vectorvector
virtual bool NXOpen::GeometricUtilities::SpineDefinitionBuilder::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.

NXOpen::Direction* NXOpen::GeometricUtilities::SpineDefinitionBuilder::Vector ( )

Returns the vector
Created in NX8.5.0.



License requirements : None


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