Search Results for

    Show / Hide Table of Contents

    Class PhysicsJointBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PhysicsJointBuilder
    AngularLimitJointBuilder
    AngularSpringJointBuilder
    BallJointBuilder
    CurveOnCurveJointBuilder
    CylindricalJointBuilder
    FixedJointBuilder
    HingeJointBuilder
    LinearLimitJointBuilder
    LinearSpringJointBuilder
    PathConstraintJointBuilder
    PlanarJointBuilder
    PointOnCurveJointBuilder
    ScrewJointBuilder
    SlidingJointBuilder
    VirtualAxisBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class PhysicsJointBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    PhysicsJointBuilder()

    Declaration
    protected PhysicsJointBuilder()

    Properties

    Attachment

    Declaration
    public SelectNXObject Attachment { get; }
    Property Value
    Type Description
    SelectNXObject

    Base

    Declaration
    public SelectNXObject Base { get; }
    Property Value
    Type Description
    SelectNXObject

    BaseAnchorPoint

    Declaration
    public Point BaseAnchorPoint { get; set; }
    Property Value
    Type Description
    Point

    BaseAxisVector

    Declaration
    public Direction BaseAxisVector { get; set; }
    Property Value
    Type Description
    Direction

    MotionType

    Declaration
    public PhysicsJointBuilder.MotionTypes MotionType { get; set; }
    Property Value
    Type Description
    PhysicsJointBuilder.MotionTypes

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Positioning

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

    Methods

    SetAttachment(NXObject)

    Declaration
    public void SetAttachment(NXObject attachment)
    Parameters
    Type Name Description
    NXObject attachment

    SetBase(NXObject)

    Declaration
    public void SetBase(NXObject base)
    Parameters
    Type Name Description
    NXObject base

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX