NX Open C++ Reference Guide
|
Represents a Mechatronics::RigidBodyBuilder . More...
Public Types | |
enum | MassPropertiesOption { MassPropertiesOptionAutomatic, MassPropertiesOptionUserDefined } |
the mass property option. More... | |
Public Member Functions | |
NXOpen::Direction * | AngularVelocityDirection () |
Returns the angular velocity direction. | |
NXOpen::Expression * | AngularVelocityMagnitude () |
Returns the angular velocity magnitude. | |
NXOpen::SelectNXObjectList * | Geometry () |
Returns the geometries. | |
NXOpen::Expression * | InertiaIxx () |
Returns the inertia Ixx. | |
NXOpen::Expression * | InertiaIxy () |
Returns the inertia Ixy. | |
NXOpen::Expression * | InertiaIxz () |
Returns the inertia Ixz. | |
NXOpen::Expression * | InertiaIyy () |
Returns the inertia Iyy. | |
NXOpen::Expression * | InertiaIyz () |
Returns the inertia Iyz. | |
NXOpen::Expression * | InertiaIzz () |
Returns the inertia Izz. | |
NXOpen::Direction * | LinearVelocityDirection () |
Returns the linear velocity. | |
NXOpen::Expression * | LinearVelocityMagnitude () |
Returns the linear velocity magnitude. | |
NXOpen::Expression * | Mass () |
Returns the mass. | |
NXOpen::Point * | MassCenterPoint () |
Returns the mass center point. | |
NXOpen::Mechatronics::RigidBodyBuilder::MassPropertiesOption | MassProperty () |
Returns the auto-calculate mass property flag which is used to indicate whether all mass properties are calculated by system. | |
NXString | Name () |
Returns the name. | |
NXOpen::CoordinateSystem * | Orientation () |
Returns the orientation. | |
void | SetAngularVelocityDirection (NXOpen::Direction *dir) |
Sets the angular velocity direction. | |
void | SetGeometry (const std::vector< NXOpen::NXObject * > &geometries) |
Sets the geometry Created in NX7.5.1. | |
void | SetLinearVelocityDirection (NXOpen::Direction *dir) |
Sets the linear velocity. | |
void | SetMassCenterPoint (NXOpen::Point *center) |
Sets the mass center point. | |
void | SetMassProperty (NXOpen::Mechatronics::RigidBodyBuilder::MassPropertiesOption massProperty) |
Sets the auto-calculate mass property flag which is used to indicate whether all mass properties are calculated by system. | |
void | SetName (const NXString &name) |
Sets the name. | |
void | SetName (const char *name) |
Sets the name. | |
void | SetOrientation (NXOpen::CoordinateSystem *orientation) |
Sets the orientation. | |
![]() | |
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 Mechatronics::RigidBodyBuilder .
<br> To create a new instance of this class, use @link Mechatronics::RigidBodyCollection::CreateRigidBodyBuilder Mechatronics::RigidBodyCollection::CreateRigidBodyBuilder @endlink <br>
Created in NX7.5.1.
NXOpen::Direction* NXOpen::Mechatronics::RigidBodyBuilder::AngularVelocityDirection | ( | ) |
Returns the angular velocity direction.
It is only used when angular velocity is not zero.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Expression* NXOpen::Mechatronics::RigidBodyBuilder::AngularVelocityMagnitude | ( | ) |
Returns the angular velocity magnitude.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::SelectNXObjectList* NXOpen::Mechatronics::RigidBodyBuilder::Geometry | ( | ) |
Returns the geometries.
This can be a Assemblies::ComponentAssembly , Point , bodies and curve.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Expression* NXOpen::Mechatronics::RigidBodyBuilder::InertiaIxx | ( | ) |
Returns the inertia Ixx.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Expression* NXOpen::Mechatronics::RigidBodyBuilder::InertiaIxy | ( | ) |
Returns the inertia Ixy.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Expression* NXOpen::Mechatronics::RigidBodyBuilder::InertiaIxz | ( | ) |
Returns the inertia Ixz.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Expression* NXOpen::Mechatronics::RigidBodyBuilder::InertiaIyy | ( | ) |
Returns the inertia Iyy.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Expression* NXOpen::Mechatronics::RigidBodyBuilder::InertiaIyz | ( | ) |
Returns the inertia Iyz.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Expression* NXOpen::Mechatronics::RigidBodyBuilder::InertiaIzz | ( | ) |
Returns the inertia Izz.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Direction* NXOpen::Mechatronics::RigidBodyBuilder::LinearVelocityDirection | ( | ) |
Returns the linear velocity.
It is only used when linear velocity is not zero.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Expression* NXOpen::Mechatronics::RigidBodyBuilder::LinearVelocityMagnitude | ( | ) |
Returns the linear velocity magnitude.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Expression* NXOpen::Mechatronics::RigidBodyBuilder::Mass | ( | ) |
Returns the mass.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Point* NXOpen::Mechatronics::RigidBodyBuilder::MassCenterPoint | ( | ) |
Returns the mass center point.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Mechatronics::RigidBodyBuilder::MassPropertiesOption NXOpen::Mechatronics::RigidBodyBuilder::MassProperty | ( | ) |
Returns the auto-calculate mass property flag which is used to indicate whether all mass properties are calculated by system.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXString NXOpen::Mechatronics::RigidBodyBuilder::Name | ( | ) |
Returns the name.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::CoordinateSystem* NXOpen::Mechatronics::RigidBodyBuilder::Orientation | ( | ) |
Returns the orientation.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
void NXOpen::Mechatronics::RigidBodyBuilder::SetAngularVelocityDirection | ( | NXOpen::Direction * | dir | ) |
Sets the angular velocity direction.
It is only used when angular velocity is not zero.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
dir | dir |
void NXOpen::Mechatronics::RigidBodyBuilder::SetGeometry | ( | const std::vector< NXOpen::NXObject * > & | geometries | ) |
Sets the geometry
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
geometries | Input geometries |
void NXOpen::Mechatronics::RigidBodyBuilder::SetLinearVelocityDirection | ( | NXOpen::Direction * | dir | ) |
Sets the linear velocity.
It is only used when linear velocity is not zero.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
dir | dir |
void NXOpen::Mechatronics::RigidBodyBuilder::SetMassCenterPoint | ( | NXOpen::Point * | center | ) |
Sets the mass center point.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
center | center |
void NXOpen::Mechatronics::RigidBodyBuilder::SetMassProperty | ( | NXOpen::Mechatronics::RigidBodyBuilder::MassPropertiesOption | massProperty | ) |
Sets the auto-calculate mass property flag which is used to indicate whether all mass properties are calculated by system.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
massProperty | mass property |
void NXOpen::Mechatronics::RigidBodyBuilder::SetName | ( | const NXString & | name | ) |
Sets the name.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
name | name |
void NXOpen::Mechatronics::RigidBodyBuilder::SetName | ( | const char * | name | ) |
Sets the name.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
name | name |
void NXOpen::Mechatronics::RigidBodyBuilder::SetOrientation | ( | NXOpen::CoordinateSystem * | orientation | ) |
Sets the orientation.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
orientation | orientation |