NX Open C++ Reference Guide
|
Represents a @link Motion::FlexBody Motion::FlexBody@endlink builder <br> To create a new instance of this class, use @link Motion::FlexBodyCollection::CreateFlexBodyBuilder Motion::FlexBodyCollection::CreateFlexBodyBuilder @endlink <br>
Default values. More...
Public Types | |
enum | Positioning { PositioningAbsoluteOrigin, PositioningComponentPosition, PositioningThreePointMethod } |
Represents positioning type of flexible body. More... | |
enum | SourceType { SourceTypeLocalfolder, SourceTypeTeamcenter } |
Represents rfi file type of flexible body. More... | |
Public Member Functions | |
NXString | ExportRfiRelatedResults (const NXString &caeFileSpec, const NXString &resultName) |
Export rfi related results in manager mode. | |
NXString | ExportRfiRelatedResults (const char *caeFileSpec, const char *resultName) |
Export rfi related results in manager mode. | |
NXString | FileTceName () |
Returns the TCE RFI file name Created in NX7.5.0. | |
std::vector < NXOpen::Motion::MarkerToNodeData * > | GetMarkerItems () |
Gets marker to node list Items. | |
std::vector< double > | GetOffsetOrientations () |
Gets the offset orientations. | |
std::vector< double > | GetOffsetPoints () |
Gets the offset points. | |
NXString | Name () |
Returns the flexible body object name Created in NX7.5.0. | |
NXString | NativeRfiFileName () |
Returns the native RFI file name Created in NX7.5.0. | |
NXOpen::Motion::MarkerToNodeData * | NewListMarkerToNode (NXOpen::NXObject *marker, int markerPosition, int nodeID, bool move, double nodeLocationX, double nodeLocationY, double nodeLocationZ) |
Creates a new list item. | |
NXOpen::Motion::FlexBodyBuilder::Positioning | PositioningType () |
Returns the positioning type Created in NX7.5.0. | |
NXOpen::Motion::SelectLink * | SelectionLink () |
Returns the selection link Created in NX7.5.0. | |
void | SetFileTceName (const NXString &fileTceName) |
Sets the TCE RFI file name Created in NX7.5.0. | |
void | SetFileTceName (const char *fileTceName) |
Sets the TCE RFI file name Created in NX7.5.0. | |
void | SetMarkerItems (const std::vector< NXOpen::Motion::MarkerToNodeData * > &markerToNodeListItem) |
Sets marker to node list Items Created in NX7.5.0. | |
void | SetName (const NXString &name) |
Sets the flexible body object name Created in NX7.5.0. | |
void | SetName (const char *name) |
Sets the flexible body object name Created in NX7.5.0. | |
void | SetNativeRfiFileName (const NXString &nativeRfiFileName) |
Sets the native RFI file name Created in NX7.5.0. | |
void | SetNativeRfiFileName (const char *nativeRfiFileName) |
Sets the native RFI file name Created in NX7.5.0. | |
void | SetOffsetOrientations (const std::vector< double > &offsetOrientations) |
Sets the offset orientations Created in NX7.5.0. | |
void | SetOffsetPoints (const std::vector< double > &offsetPoints) |
Sets the offset points Created in NX7.5.0. | |
void | SetPositioningType (NXOpen::Motion::FlexBodyBuilder::Positioning positioningType) |
Sets the positioning type Created in NX7.5.0. | |
void | SetSourceOption (NXOpen::Motion::FlexBodyBuilder::SourceType sourceOption) |
Sets the file type Created in NX7.5.0. | |
NXOpen::Motion::FlexBodyBuilder::SourceType | SourceOption () |
Returns the file type Created in NX7.5.0. | |
![]() | |
double | DisplayScale () |
Returns the icon display scale Created in NX5.0.0. | |
NXString | GroupName () |
Returns the group name Created in NX5.0.0. | |
NXOpen::Motion::MotionObject::GroupType | GroupType () |
Returns the group type Created in NX5.0.0. | |
void | SetDisplayScale (double displayScale) |
Sets the icon display scale Created in NX5.0.0. | |
void | SetGroupName (const NXString &groupName) |
Sets the group name Created in NX5.0.0. | |
void | SetGroupName (const char *groupName) |
Sets the group name Created in NX5.0.0. | |
void | SetGroupType (NXOpen::Motion::MotionObject::GroupType groupType) |
Sets the group type Created in NX5.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a @link Motion::FlexBody Motion::FlexBody@endlink builder <br> To create a new instance of this class, use @link Motion::FlexBodyCollection::CreateFlexBodyBuilder Motion::FlexBodyCollection::CreateFlexBodyBuilder @endlink <br>
Default values.
Property | Value |
---|---|
PositioningType |
AbsoluteOrigin |
Created in NX7.5.0.
Represents positioning type of flexible body.
PositioningAbsoluteOrigin |
Positioning to absolution place. |
PositioningComponentPosition |
Positioning to the place where the component is in assembly. |
PositioningThreePointMethod |
Positioning to user defined place using three point method. |
NXString NXOpen::Motion::FlexBodyBuilder::ExportRfiRelatedResults | ( | const NXString & | caeFileSpec, |
const NXString & | resultName | ||
) |
Export rfi related results in manager mode.
caeFileSpec | The manger mode file specification NOTE: The full Unicode character set is not supported for this parameter. |
resultName | The result name NOTE: The full Unicode character set is not supported for this parameter. |
NXString NXOpen::Motion::FlexBodyBuilder::ExportRfiRelatedResults | ( | const char * | caeFileSpec, |
const char * | resultName | ||
) |
Export rfi related results in manager mode.
caeFileSpec | The manger mode file specification NOTE: The full Unicode character set is not supported for this parameter. |
resultName | The result name NOTE: The full Unicode character set is not supported for this parameter. |
NXString NXOpen::Motion::FlexBodyBuilder::FileTceName | ( | ) |
Returns the TCE RFI file name
Created in NX7.5.0.
License requirements : None
std::vector<NXOpen::Motion::MarkerToNodeData *> NXOpen::Motion::FlexBodyBuilder::GetMarkerItems | ( | ) |
Gets marker to node list Items.
std::vector<double> NXOpen::Motion::FlexBodyBuilder::GetOffsetOrientations | ( | ) |
Gets the offset orientations.
std::vector<double> NXOpen::Motion::FlexBodyBuilder::GetOffsetPoints | ( | ) |
Gets the offset points.
NXString NXOpen::Motion::FlexBodyBuilder::Name | ( | ) |
Returns the flexible body object name
Created in NX7.5.0.
License requirements : None
NXString NXOpen::Motion::FlexBodyBuilder::NativeRfiFileName | ( | ) |
Returns the native RFI file name
Created in NX7.5.0.
License requirements : None
NXOpen::Motion::MarkerToNodeData* NXOpen::Motion::FlexBodyBuilder::NewListMarkerToNode | ( | NXOpen::NXObject * | marker, |
int | markerPosition, | ||
int | nodeID, | ||
bool | move, | ||
double | nodeLocationX, | ||
double | nodeLocationY, | ||
double | nodeLocationZ | ||
) |
Creates a new list item.
marker | The marker tag |
markerPosition | The i or j marker identity |
nodeID | The node ID |
move | Whether to move the node |
nodeLocationX | The node location X coordinate |
nodeLocationY | The node location Y coordinate |
nodeLocationZ | The node location Z coordinate |
NXOpen::Motion::FlexBodyBuilder::Positioning NXOpen::Motion::FlexBodyBuilder::PositioningType | ( | ) |
Returns the positioning type
Created in NX7.5.0.
License requirements : None
NXOpen::Motion::SelectLink* NXOpen::Motion::FlexBodyBuilder::SelectionLink | ( | ) |
Returns the selection link
Created in NX7.5.0.
License requirements : None
void NXOpen::Motion::FlexBodyBuilder::SetFileTceName | ( | const NXString & | fileTceName | ) |
Sets the TCE RFI file name
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
fileTceName | filetcename |
void NXOpen::Motion::FlexBodyBuilder::SetFileTceName | ( | const char * | fileTceName | ) |
Sets the TCE RFI file name
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
fileTceName | filetcename |
void NXOpen::Motion::FlexBodyBuilder::SetMarkerItems | ( | const std::vector< NXOpen::Motion::MarkerToNodeData * > & | markerToNodeListItem | ) |
Sets marker to node list Items
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
markerToNodeListItem | markertonodelistitem |
void NXOpen::Motion::FlexBodyBuilder::SetName | ( | const NXString & | name | ) |
Sets the flexible body object name
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
name | name |
void NXOpen::Motion::FlexBodyBuilder::SetName | ( | const char * | name | ) |
Sets the flexible body object name
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
name | name |
void NXOpen::Motion::FlexBodyBuilder::SetNativeRfiFileName | ( | const NXString & | nativeRfiFileName | ) |
Sets the native RFI file name
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
nativeRfiFileName | nativerfifilename |
void NXOpen::Motion::FlexBodyBuilder::SetNativeRfiFileName | ( | const char * | nativeRfiFileName | ) |
Sets the native RFI file name
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
nativeRfiFileName | nativerfifilename |
void NXOpen::Motion::FlexBodyBuilder::SetOffsetOrientations | ( | const std::vector< double > & | offsetOrientations | ) |
Sets the offset orientations
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
offsetOrientations | offsetorientations |
void NXOpen::Motion::FlexBodyBuilder::SetOffsetPoints | ( | const std::vector< double > & | offsetPoints | ) |
Sets the offset points
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
offsetPoints | offsetpoints |
void NXOpen::Motion::FlexBodyBuilder::SetPositioningType | ( | NXOpen::Motion::FlexBodyBuilder::Positioning | positioningType | ) |
Sets the positioning type
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
positioningType | positioningtype |
void NXOpen::Motion::FlexBodyBuilder::SetSourceOption | ( | NXOpen::Motion::FlexBodyBuilder::SourceType | sourceOption | ) |
Sets the file type
Created in NX7.5.0.
License requirements : mechanisms ("MECHANISMS")
sourceOption | sourceoption |
NXOpen::Motion::FlexBodyBuilder::SourceType NXOpen::Motion::FlexBodyBuilder::SourceOption | ( | ) |
Returns the file type
Created in NX7.5.0.
License requirements : None