NXOpen .NET Reference  12.0.0
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.GeometricUtilities.IComponentBuilder

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...
 

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)

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)

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