NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::CAE::NodeTranslateBuilder Class Reference

Represents a CAE::NodeTranslateBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateNodeTranslateBuilder

Created in NX5.0.0. More...

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

List of all members.

Public Types

enum  CopyType { CopyTypeTranslateOnly, CopyTypeCopyTranslate }
 the copy types More...
enum  DistanceType { DistanceTypePerCopy, DistanceTypeTotal }
 the distance types More...
enum  LabelType { LabelTypeLabelIncrement, LabelTypeByOffset }
 the label types More...
enum  MethodType { MethodTypeByComponents, MethodTypeAlongDirection, MethodTypeByField }
 the method types More...

Public Member Functions

NXOpen::CAE::NodeTranslateBuilder::CopyType CopyOption ()
 Returns the copy option
Created in NX5.0.0.
NXOpen::CoordinateSystemCsys ()
 Returns the csys
Created in NX5.0.0.
NXOpen::CoordinateSystemDispCsys ()
 Returns the disp csys

NXOpen::CAE::NodeTranslateBuilder::DistanceType DistanceOption ()
 Returns the distance option
Created in NX5.0.0.
NXOpen::Fields::FieldWrapperField ()
 Returns the scale factor
Created in NX7.5.0.
int Increment ()
 Returns the increment
Created in NX5.0.0.
int Label ()
 Returns the label
Created in NX5.0.0.
NXOpen::CAE::NodeTranslateBuilder::LabelType LabelOption ()
 Returns the label option
Created in NX5.0.0.
NXOpen::CAE::NodeTranslateBuilder::MethodType MethodOption ()
 Returns the method option
Created in NX5.0.0.
NXOpen::CAE::SelectFENodeListNode ()
 Returns the node
Created in NX5.0.0.
int NumCopy ()
 Returns the num copy
Created in NX5.0.0.
int Offset ()
 Returns the offset
Created in NX5.0.0.
NXOpen::ExpressionPAngle ()
 Returns the p angle
Created in NX5.0.0.
NXOpen::CoordinateSystemRefCsys ()
 Returns the ref csys

double ScaleFactor ()
 Returns the scale factor
Created in NX7.5.0.
void SetCopyOption (NXOpen::CAE::NodeTranslateBuilder::CopyType copyOption)
 Sets the copy option
Created in NX5.0.0.
void SetCsys (NXOpen::CoordinateSystem *csys)
 Sets the csys
Created in NX5.0.0.
void SetDispCsys (NXOpen::CoordinateSystem *dispCsys)
 Sets the disp csys

void SetDistanceOption (NXOpen::CAE::NodeTranslateBuilder::DistanceType distanceOption)
 Sets the distance option
Created in NX5.0.0.
void SetField (NXOpen::Fields::FieldWrapper *fieldTag)
 Sets the scale factor
Created in NX7.5.0.
void SetIncrement (int increment)
 Sets the increment
Created in NX5.0.0.
void SetLabel (int label)
 Sets the label
Created in NX5.0.0.
void SetLabelOption (NXOpen::CAE::NodeTranslateBuilder::LabelType labelOption)
 Sets the label option
Created in NX5.0.0.
void SetMethodOption (NXOpen::CAE::NodeTranslateBuilder::MethodType methodOption)
 Sets the method option
Created in NX5.0.0.
void SetNumCopy (int numCopy)
 Sets the num copy
Created in NX5.0.0.
void SetOffset (int offset)
 Sets the offset
Created in NX5.0.0.
void SetRefCsys (NXOpen::CoordinateSystem *refCsys)
 Sets the ref csys

void SetScaleFactor (double scaleFactor)
 Sets the scale factor
Created in NX7.5.0.
void SetVector (NXOpen::Direction *vector)
 Sets the vector
Created in NX5.0.0.
NXOpen::ExpressionTAngle ()
 Returns the t angle
Created in NX5.0.0.
NXOpen::DirectionVector ()
 Returns the vector
Created in NX5.0.0.
NXOpen::ExpressionXDistance ()
 Returns the x distance
Created in NX5.0.0.
NXOpen::ExpressionYDistance ()
 Returns the y distance
Created in NX5.0.0.
NXOpen::ExpressionZDistance ()
 Returns the z distance
Created in NX5.0.0.

Detailed Description

Represents a CAE::NodeTranslateBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateNodeTranslateBuilder

Created in NX5.0.0.



Member Enumeration Documentation

the copy types

Enumerator:
CopyTypeTranslateOnly 

translate only

CopyTypeCopyTranslate 

copy translate

the distance types

Enumerator:
DistanceTypePerCopy 

per copy

DistanceTypeTotal 

total

the label types

Enumerator:
LabelTypeLabelIncrement 

label increment

LabelTypeByOffset 

by offset

the method types

Enumerator:
MethodTypeByComponents 

by components

MethodTypeAlongDirection 

along direction

MethodTypeByField 

by field


Member Function Documentation

Returns the copy option
Created in NX5.0.0.



License requirements : None

Returns the csys
Created in NX5.0.0.



License requirements : None

Returns the disp csys

Deprecated:
Deprecated in NX7.5.0.



Created in NX5.0.0.

License requirements : None

Returns the distance option
Created in NX5.0.0.



License requirements : None

Returns the scale factor
Created in NX7.5.0.



License requirements : None

Returns the increment
Created in NX5.0.0.



License requirements : None

Returns the label
Created in NX5.0.0.



License requirements : None

Returns the label option
Created in NX5.0.0.



License requirements : None

Returns the method option
Created in NX5.0.0.



License requirements : None

Returns the node
Created in NX5.0.0.



License requirements : None

Returns the num copy
Created in NX5.0.0.



License requirements : None

Returns the offset
Created in NX5.0.0.



License requirements : None

Returns the p angle
Created in NX5.0.0.



License requirements : None

Returns the ref csys

Deprecated:
Deprecated in NX7.5.0.



Created in NX5.0.0.

License requirements : None

Returns the scale factor
Created in NX7.5.0.



License requirements : None

Sets the copy option
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
copyOptioncopyoption

Sets the csys
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
csyscsys

Sets the disp csys

Deprecated:
Deprecated in NX7.5.0.



Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
dispCsysdispcsys

Sets the distance option
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
distanceOptiondistanceoption

Sets the scale factor
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
fieldTagfieldtag

Sets the increment
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
incrementincrement

Sets the label
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
labellabel

Sets the label option
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
labelOptionlabeloption

Sets the method option
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
methodOptionmethodoption

Sets the num copy
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
numCopynumcopy

Sets the offset
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
offsetoffset

Sets the ref csys

Deprecated:
Deprecated in NX7.5.0.



Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
refCsysrefcsys

Sets the scale factor
Created in NX7.5.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
scaleFactorscalefactor

Sets the vector
Created in NX5.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
vectorvector

Returns the t angle
Created in NX5.0.0.



License requirements : None

Returns the vector
Created in NX5.0.0.



License requirements : None

Returns the x distance
Created in NX5.0.0.



License requirements : None

Returns the y distance
Created in NX5.0.0.



License requirements : None

Returns the z distance
Created in NX5.0.0.



License requirements : None


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