Search Results for

    Show / Hide Table of Contents

    Class BondZone

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

    Constructors

    BondZone(nint)

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

    Properties

    ActionMode

    Declaration
    public BondZone.BondAction ActionMode { get; set; }
    Property Value
    Type Description
    BondZone.BondAction

    Active

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

    Bonding

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

    Triggered

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

    Methods

    UpdateBond()

    Declaration
    public void UpdateBond()

    UpdateBond(out RigidBody[])

    Declaration
    public int UpdateBond(out RigidBody[] RigidBodies)
    Parameters
    Type Name Description
    RigidBody[] RigidBodies
    Returns
    Type Description
    int
    In this article
    Back to top Generated by DocFX