NX Open C++ Reference Guide
|
Represents a Mechatronics::CollisionBodyBuilder . More...
Represents a Mechatronics::CollisionBodyBuilder .
To create a new instance of this class, use Mechatronics::CollisionBodyCollection::CreateCollisionBodyBuilder
Created in NX7.5.1.
The convex of the collide.
Call this function to generate convext when Mechatronics::CollisionBodyBuilder::CollisionShape is set to Mechatronics::CollisionBodyBuilder::CollisionShapeTypesConvex .
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the category.
It should be between 0 and 16.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Mechatronics::CollisionMaterial* NXOpen::Mechatronics::CollisionBodyBuilder::CollisionMaterial | ( | ) |
Returns the material.
This can be a CollisionMaterial .
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Mechatronics::CollisionBodyBuilder::ShapePropertyTypes NXOpen::Mechatronics::CollisionBodyBuilder::CollisionProperties | ( | ) |
Returns the shape option.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Mechatronics::CollisionBodyBuilder::CollisionShapeTypes NXOpen::Mechatronics::CollisionBodyBuilder::CollisionShape | ( | ) |
Returns the shape type.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the geometries.
This can be a Assemblies::ComponentAssembly , Point Face , Edge , bodies and curves.
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")
void NXOpen::Mechatronics::CollisionBodyBuilder::SetCategory | ( | int | category | ) |
Sets the category.
It should be between 0 and 16.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
category | category |
void NXOpen::Mechatronics::CollisionBodyBuilder::SetCollisionMaterial | ( | NXOpen::Mechatronics::CollisionMaterial * | collisionMaterial | ) |
Sets the material.
This can be a CollisionMaterial .
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
collisionMaterial | collisionmaterial |
void NXOpen::Mechatronics::CollisionBodyBuilder::SetCollisionProperties | ( | NXOpen::Mechatronics::CollisionBodyBuilder::ShapePropertyTypes | collisionProperties | ) |
Sets the shape option.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
collisionProperties | collisionproperties |
void NXOpen::Mechatronics::CollisionBodyBuilder::SetCollisionShape | ( | NXOpen::Mechatronics::CollisionBodyBuilder::CollisionShapeTypes | collisionShape | ) |
Sets the shape type.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
collisionShape | collisionshape |
void NXOpen::Mechatronics::CollisionBodyBuilder::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::CollisionBodyBuilder::SetName | ( | const NXString & | name | ) |
Sets the name.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
name | name |