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 | SetOrientation (NXOpen::CoordinateSystem *orientation) |
Sets the orientation. |
Represents a Mechatronics::RigidBodyBuilder .
To create a new instance of this class, use Mechatronics::RigidBodyCollection::CreateRigidBodyBuilder
Created in NX7.5.1.
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")
Returns the angular velocity magnitude.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
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")
Returns the inertia Ixx.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the inertia Ixy.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the inertia Ixz.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the inertia Iyy.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the inertia Iyz.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the inertia Izz.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
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")
Returns the linear velocity magnitude.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the mass.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
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")
Returns the name.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the orientation.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
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 |
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::SetOrientation | ( | NXOpen::CoordinateSystem * | orientation | ) |
Sets the orientation.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
orientation | orientation |