Class CollisionBody
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
Assembly: NXOpen.Utilities.dll
Syntax
public class CollisionBody : ShapeBody
Constructors
CollisionBody(IntPtr)
Declaration
protected CollisionBody(IntPtr pItem)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | pItem |
Properties
Active
Declaration
public override bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Sticky
Declaration
public bool Sticky { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Surface
Declaration
public CollisionMaterial Surface { get; set; }
Property Value
Type | Description |
---|---|
CollisionMaterial |
TransportSurfaces
Declaration
public TransportSurface[] TransportSurfaces { get; }
Property Value
Type | Description |
---|---|
TransportSurface[] |
Methods
GetOwner()
Declaration
public override RigidBody GetOwner()
Returns
Type | Description |
---|---|
RigidBody |