NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.Mechatronics.PreventCollisionBuilder Class Reference

Represents a NXOpen.Mechatronics.PreventCollision builder. More...

Inheritance diagram for NXOpen.Mechatronics.PreventCollisionBuilder:
NXOpen.Mechatronics.PhysicsConstraintBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void SetFirstBody (NXOpen.DisplayableObject firstBody)
 Sets the first object. More...
 
unsafe void SetSecondBody (NXOpen.DisplayableObject secondBody)
 Sets the second object. More...
 

Properties

unsafe
NXOpen.SelectDisplayableObject 
FirstBody [get]
 Returns the first object. More...
 
unsafe
NXOpen.SelectDisplayableObject 
SecondBody [get]
 Returns the second object. 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.PreventCollision builder.

To create a new instance of this class, use NXOpen.Mechatronics.PreventCollisionCollection.CreatePreventCollisionBuilder

Created in NX7.5.1

Member Function Documentation

unsafe void NXOpen.Mechatronics.PreventCollisionBuilder.SetFirstBody ( NXOpen.DisplayableObject  firstBody)
inline

Sets the first object.

This can be a NXOpen.Mechatronics.RigidBody , NXOpen.Mechatronics.CollisionBody or NXOpen.Mechatronics.CollisionSensor .

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
firstBody
unsafe void NXOpen.Mechatronics.PreventCollisionBuilder.SetSecondBody ( NXOpen.DisplayableObject  secondBody)
inline

Sets the second object.

This can be a NXOpen.Mechatronics.RigidBody , NXOpen.Mechatronics.CollisionBody or NXOpen.Mechatronics.CollisionSensor .

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
secondBody

Property Documentation

unsafe NXOpen.SelectDisplayableObject NXOpen.Mechatronics.PreventCollisionBuilder.FirstBody
get

Returns the first object.

This can be a NXOpen.Mechatronics.RigidBody , NXOpen.Mechatronics.CollisionBody or NXOpen.Mechatronics.CollisionSensor .

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.SelectDisplayableObject NXOpen.Mechatronics.PreventCollisionBuilder.SecondBody
get

Returns the second object.

This can be a NXOpen.Mechatronics.RigidBody , NXOpen.Mechatronics.CollisionBody or NXOpen.Mechatronics.CollisionSensor .

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.