NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Mechatronics::BreakingConstraintBuilder Class Reference

Represents a Mechatronics::BreakingConstraint builder. More...

Inheritance diagram for NXOpen::Mechatronics::BreakingConstraintBuilder:
NXOpen::Mechatronics::PhysicsConstraintBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  BreakingModeType { BreakingModeTypeForce, BreakingModeTypeTorque }
 Represents the breaking mode. More...

Public Member Functions

NXOpen::Mechatronics::BreakingConstraintBuilder::BreakingModeType BreakingMode ()
 Returns the breaking mode.
NXOpen::DirectionDirection ()
 Returns the direction.
bool FixedDirection ()
 Returns the direction is fixed or not.
NXOpen::Mechatronics::SelectPhysicsJointJoint ()
 Returns the joint object.
NXOpen::ExpressionMaximumMagnitude ()
 Returns the maximum allowable magnitude, the joint will be broken if it exceeds this value.
void SetBreakingMode (NXOpen::Mechatronics::BreakingConstraintBuilder::BreakingModeType breakingMode)
 Sets the breaking mode.
void SetDirection (NXOpen::Direction *direction)
 Sets the direction.
void SetFixedDirection (bool fixedDirection)
 Sets the direction is fixed or not.
void SetJoint (NXOpen::Mechatronics::PhysicsJoint *joint)
 Sets the joint.

Detailed Description

Represents a Mechatronics::BreakingConstraint builder.


To create a new instance of this class, use Mechatronics::BreakingConstraintCollection::CreateBreakingConstraintBuilder

Created in NX7.5.1.


Member Enumeration Documentation

Represents the breaking mode.

Enumerator:
BreakingModeTypeForce 

Force.

BreakingModeTypeTorque 

Torque.


Member Function Documentation

Returns the breaking mode.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Returns the direction.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Returns the direction is fixed or not.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Returns the joint object.

It can be any type of joints.
Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Returns the maximum allowable magnitude, the joint will be broken if it exceeds this value.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Sets the breaking mode.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters:
breakingModebreakingmode

Sets the direction.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters:
directiondirection

Sets the direction is fixed or not.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters:
fixedDirectionfixeddirection

Sets the joint.


Created in NX7.5.1.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters:
jointjoint

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