Search Results for

    Show / Hide Table of Contents

    Class AlignBody

    Inheritance
    System.Object
    RuntimeObject
    AlignBody
    Inherited Members
    RuntimeObject.m_pItem
    RuntimeObject.Dispose()
    RuntimeObject.AskAssembly()
    RuntimeObject.GetPhysicsObject()
    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 AlignBody : RuntimeObject

    Constructors

    AlignBody(IntPtr)

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

    Category

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

    Detected

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

    Detection

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

    EnableBond

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

    Point

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

    Proximity

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

    Role

    Declaration
    public string Role { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Generated by DocFX