Search Results for

    Show / Hide Table of Contents

    Class BondZone

    Inheritance
    System.Object
    RuntimeObject
    BondZone
    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 BondZone : RuntimeObject

    Constructors

    BondZone(IntPtr)

    Declaration
    protected BondZone(IntPtr pItem)
    Parameters
    Type Name Description
    System.IntPtr 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
    System.Boolean
    Overrides
    RuntimeObject.Active

    Bonding

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

    Triggered

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

    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
    System.Int32
    In This Article
    Back to top Generated by DocFX