Search Results for

    Show / Hide Table of Contents

    Class CollisionBody

    Inheritance
    object
    RuntimeObject
    ShapeBody
    CollisionBody
    Inherited Members
    RuntimeObject.m_pItem
    RuntimeObject.Dispose()
    RuntimeObject.AskAssembly()
    RuntimeObject.GetPhysicsObject()
    RuntimeObject.GetStringValue(int)
    RuntimeObject.SetStringValue(int, string)
    RuntimeObject.GetBoolArrayValue(int)
    RuntimeObject.SetBoolArrayValue(int, bool[])
    RuntimeObject.GetIntArrayValue(int)
    RuntimeObject.SetIntArrayValue(int, int[])
    RuntimeObject.GetDoubleArrayValue(int)
    RuntimeObject.SetDoubleArrayValue(int, double[])
    RuntimeObject.GetStringArrayValue(int)
    RuntimeObject.SetStringArrayValue(int, string[])
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    Assembly: NXOpen.Utilities.dll
    Syntax
    public class CollisionBody : ShapeBody

    Constructors

    CollisionBody(nint)

    Declaration
    protected CollisionBody(nint pItem)
    Parameters
    Type Name Description
    nint pItem

    Properties

    Active

    Declaration
    public override bool Active { get; set; }
    Property Value
    Type Description
    bool
    Overrides
    RuntimeObject.Active

    Sticky

    Declaration
    public bool Sticky { get; set; }
    Property Value
    Type Description
    bool

    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
    Overrides
    ShapeBody.GetOwner()
    In this article
    Back to top Generated by DocFX