NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Mechatronics.BreakingConstraintBuilder Class Reference

Represents a NXOpen.Mechatronics.BreakingConstraint builder. More...

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

Public Types

enum  BreakingModeType { Force, Torque }
 Represents the breaking mode. More...
 

Public Member Functions

unsafe void SetJoint (NXOpen.Mechatronics.PhysicsJoint joint)
 Sets the joint. More...
 

Properties

unsafe
NXOpen.Mechatronics.BreakingConstraintBuilder.BreakingModeType 
BreakingMode [get, set]
 Returns or sets the breaking mode. More...
 
unsafe NXOpen.Direction Direction [get, set]
 Returns or sets the direction. More...
 
unsafe bool FixedDirection [get, set]
 Returns or sets the direction is fixed or not. More...
 
unsafe
NXOpen.Mechatronics.SelectPhysicsJoint 
Joint [get]
 Returns the joint object. More...
 
unsafe NXOpen.Expression MaximumMagnitude [get]
 Returns the maximum allowable magnitude, the joint will be broken if it exceeds this value. More...
 
- Properties inherited from NXOpen.Mechatronics.PhysicsConstraintBuilder
unsafe string Name [get, set]
 Returns or sets the name. More...
 

Detailed Description

Represents a NXOpen.Mechatronics.BreakingConstraint builder.

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

Created in NX7.5.1

Member Enumeration Documentation

Represents the breaking mode.

Enumerator
Force 

Force

Torque 

Torque

Member Function Documentation

unsafe void NXOpen.Mechatronics.BreakingConstraintBuilder.SetJoint ( NXOpen.Mechatronics.PhysicsJoint  joint)

Sets the joint.

Created in NX7.5.1

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
joint

Property Documentation

unsafe NXOpen.Mechatronics.BreakingConstraintBuilder.BreakingModeType NXOpen.Mechatronics.BreakingConstraintBuilder.BreakingMode
getset

Returns or sets the breaking mode.

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

License requirements to set this property: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

unsafe NXOpen.Direction NXOpen.Mechatronics.BreakingConstraintBuilder.Direction
getset

Returns or sets the direction.

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

License requirements to set this property: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

unsafe bool NXOpen.Mechatronics.BreakingConstraintBuilder.FixedDirection
getset

Returns or sets the direction is fixed or not.

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

License requirements to set this property: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

unsafe NXOpen.Mechatronics.SelectPhysicsJoint NXOpen.Mechatronics.BreakingConstraintBuilder.Joint
get

Returns the joint object.

It can be any type of joints.

Created in NX7.5.1

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

unsafe NXOpen.Expression NXOpen.Mechatronics.BreakingConstraintBuilder.MaximumMagnitude
get

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


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