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

Represents a NXOpen::CAE::NodeRotateBuilder
To create a new instance of this class, use NXOpen::CAE::NodeElementManager::CreateNodeRotateBuilder

Created in NX5.0.0. More...

Inheritance diagram for NXOpen::CAE::NodeRotateBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  CopyType { CopyTypeRotateOnly, CopyTypeCopyRotate }
 the copy types More...
 
enum  DistanceType { DistanceTypePerCopy, DistanceTypeTotal }
 the distance types More...
 
enum  LabelType { LabelTypeLabelIncrement, LabelTypeByOffset }
 the label types More...
 

Public Member Functions

NXOpen::ExpressionAngle ()
 Returns the angle
Created in NX5.0.0. More...
 
NXOpen::AxisAxis ()
 Returns the axis
Created in NX5.0.0. More...
 
NXOpen::CAE::NodeRotateBuilder::CopyType CopyOption ()
 Returns the copy option
Created in NX5.0.0. More...
 
NXOpen::CAE::NodeRotateBuilder::DistanceType DistanceOption ()
 Returns the distance option
Created in NX5.0.0. More...
 
int Increment ()
 Returns the increment
Created in NX5.0.0. More...
 
int Label ()
 Returns the label
Created in NX5.0.0. More...
 
NXOpen::CAE::NodeRotateBuilder::LabelType LabelOption ()
 Returns the label option
Created in NX5.0.0. More...
 
NXOpen::CAE::SelectFENodeListNode ()
 Returns the node
Created in NX5.0.0. More...
 
int NumCopy ()
 Returns the num copy
Created in NX5.0.0. More...
 
int Offset ()
 Returns the offset
Created in NX5.0.0. More...
 
void SetAxis (NXOpen::Axis *axis)
 Sets the axis
Created in NX5.0.0. More...
 
void SetCopyOption (NXOpen::CAE::NodeRotateBuilder::CopyType copyOption)
 Sets the copy option
Created in NX5.0.0. More...
 
void SetDistanceOption (NXOpen::CAE::NodeRotateBuilder::DistanceType distanceOption)
 Sets the distance option
Created in NX5.0.0. More...
 
void SetIncrement (int increment)
 Sets the increment
Created in NX5.0.0. More...
 
void SetLabel (int label)
 Sets the label
Created in NX5.0.0. More...
 
void SetLabelOption (NXOpen::CAE::NodeRotateBuilder::LabelType labelOption)
 Sets the label option
Created in NX5.0.0. More...
 
void SetNumCopy (int numCopy)
 Sets the num copy
Created in NX5.0.0. More...
 
void SetOffset (int offset)
 Sets the offset
Created in NX5.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. 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 a NXOpen::CAE::NodeRotateBuilder
To create a new instance of this class, use NXOpen::CAE::NodeElementManager::CreateNodeRotateBuilder

Created in NX5.0.0.


Member Enumeration Documentation

the copy types

Enumerator
CopyTypeRotateOnly 

rotate only

CopyTypeCopyRotate 

copy rotate

the distance types

Enumerator
DistanceTypePerCopy 

per copy

DistanceTypeTotal 

total

the label types

Enumerator
LabelTypeLabelIncrement 

label increment

LabelTypeByOffset 

by offset

Member Function Documentation

NXOpen::Expression* NXOpen::CAE::NodeRotateBuilder::Angle ( )

Returns the angle
Created in NX5.0.0.



License requirements : None

NXOpen::Axis* NXOpen::CAE::NodeRotateBuilder::Axis ( )

Returns the axis
Created in NX5.0.0.



License requirements : None

NXOpen::CAE::NodeRotateBuilder::CopyType NXOpen::CAE::NodeRotateBuilder::CopyOption ( )

Returns the copy option
Created in NX5.0.0.



License requirements : None

NXOpen::CAE::NodeRotateBuilder::DistanceType NXOpen::CAE::NodeRotateBuilder::DistanceOption ( )

Returns the distance option
Created in NX5.0.0.



License requirements : None

int NXOpen::CAE::NodeRotateBuilder::Increment ( )

Returns the increment
Created in NX5.0.0.



License requirements : None

int NXOpen::CAE::NodeRotateBuilder::Label ( )

Returns the label
Created in NX5.0.0.



License requirements : None

NXOpen::CAE::NodeRotateBuilder::LabelType NXOpen::CAE::NodeRotateBuilder::LabelOption ( )

Returns the label option
Created in NX5.0.0.



License requirements : None

NXOpen::CAE::SelectFENodeList* NXOpen::CAE::NodeRotateBuilder::Node ( )

Returns the node
Created in NX5.0.0.



License requirements : None

int NXOpen::CAE::NodeRotateBuilder::NumCopy ( )

Returns the num copy
Created in NX5.0.0.



License requirements : None

int NXOpen::CAE::NodeRotateBuilder::Offset ( )

Returns the offset
Created in NX5.0.0.



License requirements : None

void NXOpen::CAE::NodeRotateBuilder::SetAxis ( NXOpen::Axis axis)

Sets the axis
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
axisaxis
void NXOpen::CAE::NodeRotateBuilder::SetCopyOption ( NXOpen::CAE::NodeRotateBuilder::CopyType  copyOption)

Sets the copy option
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
copyOptioncopyoption
void NXOpen::CAE::NodeRotateBuilder::SetDistanceOption ( NXOpen::CAE::NodeRotateBuilder::DistanceType  distanceOption)

Sets the distance option
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
distanceOptiondistanceoption
void NXOpen::CAE::NodeRotateBuilder::SetIncrement ( int  increment)

Sets the increment
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
incrementincrement
void NXOpen::CAE::NodeRotateBuilder::SetLabel ( int  label)

Sets the label
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
labellabel
void NXOpen::CAE::NodeRotateBuilder::SetLabelOption ( NXOpen::CAE::NodeRotateBuilder::LabelType  labelOption)

Sets the label option
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
labelOptionlabeloption
void NXOpen::CAE::NodeRotateBuilder::SetNumCopy ( int  numCopy)

Sets the num copy
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
numCopynumcopy
void NXOpen::CAE::NodeRotateBuilder::SetOffset ( int  offset)

Sets the offset
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
offsetoffset

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