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

Represents a NXOpen::Mechatronics::RigidBodyBuilder . More...

Inheritance diagram for NXOpen::Mechatronics::RigidBodyBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  MassPropertiesOption { MassPropertiesOptionAutomatic, MassPropertiesOptionUserDefined }
 the mass property option. More...
 

Public Member Functions

NXOpen::DirectionAngularVelocityDirection ()
 Returns the angular velocity direction. More...
 
NXOpen::ExpressionAngularVelocityMagnitude ()
 Returns the angular velocity magnitude. More...
 
NXOpen::SelectNXObjectListGeometry ()
 Returns the geometries. More...
 
NXOpen::ExpressionInertiaIxx ()
 Returns the inertia Ixx. More...
 
NXOpen::ExpressionInertiaIxy ()
 Returns the inertia Ixy. More...
 
NXOpen::ExpressionInertiaIxz ()
 Returns the inertia Ixz. More...
 
NXOpen::ExpressionInertiaIyy ()
 Returns the inertia Iyy. More...
 
NXOpen::ExpressionInertiaIyz ()
 Returns the inertia Iyz. More...
 
NXOpen::ExpressionInertiaIzz ()
 Returns the inertia Izz. More...
 
NXOpen::DirectionLinearVelocityDirection ()
 Returns the linear velocity. More...
 
NXOpen::ExpressionLinearVelocityMagnitude ()
 Returns the linear velocity magnitude. More...
 
NXOpen::ExpressionMass ()
 Returns the mass. More...
 
NXOpen::PointMassCenterPoint ()
 Returns the mass center point. More...
 
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. More...
 
NXString Name ()
 Returns the name. More...
 
NXOpen::CoordinateSystemOrientation ()
 Returns the orientation. More...
 
void SetAngularVelocityDirection (NXOpen::Direction *dir)
 Sets the angular velocity direction. More...
 
void SetGeometry (const std::vector< NXOpen::NXObject * > &geometries)
 Sets the geometry
Created in NX7.5.1. More...
 
void SetLinearVelocityDirection (NXOpen::Direction *dir)
 Sets the linear velocity. More...
 
void SetMassCenterPoint (NXOpen::Point *center)
 Sets the mass center point. More...
 
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. More...
 
void SetName (const NXString &name)
 Sets the name. More...
 
void SetName (const char *name)
 Sets the name. More...
 
void SetOrientation (NXOpen::CoordinateSystem *orientation)
 Sets the orientation. More...
 
NXOpen::Mechatronics::SelectTagFormObjectTagForm ()
 Returns the tagform. 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::Mechatronics::RigidBodyBuilder .


To create a new instance of this class, use NXOpen::Mechatronics::RigidBodyCollection::CreateRigidBodyBuilder

Created in NX7.5.1.

Member Enumeration Documentation

the mass property option.

Enumerator
MassPropertiesOptionAutomatic 

automatic

MassPropertiesOptionUserDefined 

user defined

Member Function Documentation

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 NXOpen::Assemblies::ComponentAssembly , NXOpen::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")

Parameters
dirdir
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")

Parameters
geometriesInput 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")

Parameters
dirdir
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")

Parameters
centercenter
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")

Parameters
massPropertymass 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")

Parameters
namename
void NXOpen::Mechatronics::RigidBodyBuilder::SetName ( const char *  name)

Sets the name.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
namename
void NXOpen::Mechatronics::RigidBodyBuilder::SetOrientation ( NXOpen::CoordinateSystem orientation)

Sets the orientation.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
orientationorientation
NXOpen::Mechatronics::SelectTagFormObject* NXOpen::Mechatronics::RigidBodyBuilder::TagForm ( )

Returns the tagform.

This is a NXOpen::Mechatronics::TagFormObject object.
Created in NX10.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")


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