Search Results for

    Show / Hide Table of Contents

    Class AlignBody

    Inheritance
    object
    RuntimeObject
    AlignBody
    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 AlignBody : RuntimeObject

    Constructors

    AlignBody(nint)

    Declaration
    protected AlignBody(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

    AssociatedBody

    Declaration
    public RigidBody AssociatedBody { get; set; }
    Property Value
    Type Description
    RigidBody

    Bond

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

    Category

    Declaration
    public int Category { get; }
    Property Value
    Type Description
    int

    Detected

    Declaration
    public bool Detected { get; }
    Property Value
    Type Description
    bool

    Detection

    Declaration
    public AlignBody Detection { get; }
    Property Value
    Type Description
    AlignBody

    EnableBond

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

    Point

    Declaration
    public Vector3 Point { get; }
    Property Value
    Type Description
    Vector3

    Proximity

    Declaration
    public double Proximity { get; set; }
    Property Value
    Type Description
    double

    Role

    Declaration
    public string Role { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX