NX Open C++ Reference Guide
|
Represents a Mechatronics::CollisionSensor builder. More...
Represents a Mechatronics::CollisionSensor builder.
To create a new instance of this class, use Mechatronics::CollisionSensorCollection::CreateCollisionSensorBuilder
Created in NX7.5.1.
the Trigger Shape Types.
CollisionShapeTypesBox |
Box. |
CollisionShapeTypesSphere |
Sphere. |
CollisionShapeTypesLine |
Line. |
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::CollisionSensorBuilder::CollisionShapeTypes NXOpen::Mechatronics::CollisionSensorBuilder::CollisionShape | ( | ) |
Returns the collision 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 , 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::CollisionSensorBuilder::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::CollisionSensorBuilder::SetCollisionShape | ( | NXOpen::Mechatronics::CollisionSensorBuilder::CollisionShapeTypes | collisionShape | ) |
Sets the collision shape type.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
collisionShape | collisionshape |
void NXOpen::Mechatronics::CollisionSensorBuilder::SetGeometry | ( | const std::vector< NXOpen::NXObject * > & | geometries | ) |
Sets the geometries.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
geometries | Input geometries |
void NXOpen::Mechatronics::CollisionSensorBuilder::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::CollisionSensorBuilder::SetShapeProperties | ( | NXOpen::Mechatronics::CollisionSensorBuilder::ShapePropertiesOption | shapeProperties | ) |
Sets the trigger shape option.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
shapeProperties | shapeproperties |
NXOpen::Mechatronics::CollisionSensorBuilder::ShapePropertiesOption NXOpen::Mechatronics::CollisionSensorBuilder::ShapeProperties | ( | ) |
Returns the trigger shape option.
Created in NX7.5.1.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")