NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

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...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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)
inline

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.