Search Results for

    Show / Hide Table of Contents

    Class CylindricalJointCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    CylindricalJointCollection
    Implements
    IMessageSink
    IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class CylindricalJointCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    CylindricalJointCollection()

    Declaration
    protected CylindricalJointCollection()

    CylindricalJointCollection(PhysicsManager)

    Declaration
    protected CylindricalJointCollection(PhysicsManager owner)
    Parameters
    Type Name Description
    PhysicsManager owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CreateCylindricalJointBuilder(CylindricalJoint)

    Declaration
    public CylindricalJointBuilder CreateCylindricalJointBuilder(CylindricalJoint cylinJoint)
    Parameters
    Type Name Description
    CylindricalJoint cylinJoint
    Returns
    Type Description
    CylindricalJointBuilder

    CreateOverrideCylindricalJointBuilder(CylindricalJoint, Component)

    Declaration
    public CylindricalJointBuilder CreateOverrideCylindricalJointBuilder(CylindricalJoint cylinJoint, Component partOcc)
    Parameters
    Type Name Description
    CylindricalJoint cylinJoint
    Component partOcc
    Returns
    Type Description
    CylindricalJointBuilder

    EnumerateMoveNext(ref Tag, byte[])

    Declaration
    protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
    Parameters
    Type Name Description
    Tag currentTag
    byte[] state
    Returns
    Type Description
    int
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, byte[])

    FindObject(string)

    Declaration
    public CylindricalJoint FindObject(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    CylindricalJoint

    ToArray()

    Declaration
    public CylindricalJoint[] ToArray()
    Returns
    Type Description
    CylindricalJoint[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IEnumerable
    In this article
    Back to top Generated by DocFX