Search Results for

    Show / Hide Table of Contents

    Class RigidBodyBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    RigidBodyBuilder
    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 RigidBodyBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    RigidBodyBuilder()

    Declaration
    protected RigidBodyBuilder()

    Properties

    AngularVelocityDirection

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

    AngularVelocityMagnitude

    Declaration
    public Expression AngularVelocityMagnitude { get; }
    Property Value
    Type Description
    Expression

    Color

    Declaration
    public NXColor Color { get; set; }
    Property Value
    Type Description
    NXColor

    ColorOption

    Declaration
    public RigidBodyBuilder.ColorOptions ColorOption { get; set; }
    Property Value
    Type Description
    RigidBodyBuilder.ColorOptions

    Geometry

    Declaration
    public SelectNXObjectList Geometry { get; }
    Property Value
    Type Description
    SelectNXObjectList

    InertiaIxx

    Declaration
    public Expression InertiaIxx { get; }
    Property Value
    Type Description
    Expression

    InertiaIxy

    Declaration
    public Expression InertiaIxy { get; }
    Property Value
    Type Description
    Expression

    InertiaIxz

    Declaration
    public Expression InertiaIxz { get; }
    Property Value
    Type Description
    Expression

    InertiaIyy

    Declaration
    public Expression InertiaIyy { get; }
    Property Value
    Type Description
    Expression

    InertiaIyz

    Declaration
    public Expression InertiaIyz { get; }
    Property Value
    Type Description
    Expression

    InertiaIzz

    Declaration
    public Expression InertiaIzz { get; }
    Property Value
    Type Description
    Expression

    LinearVelocityDirection

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

    LinearVelocityMagnitude

    Declaration
    public Expression LinearVelocityMagnitude { get; }
    Property Value
    Type Description
    Expression

    Mass

    Declaration
    public Expression Mass { get; }
    Property Value
    Type Description
    Expression

    MassCenterPoint

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

    MassProperty

    Declaration
    public RigidBodyBuilder.MassPropertiesOption MassProperty { get; set; }
    Property Value
    Type Description
    RigidBodyBuilder.MassPropertiesOption

    Name

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

    Orientation

    Declaration
    public CoordinateSystem Orientation { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    TagForm

    Declaration
    public SelectTagFormObject TagForm { get; }
    Property Value
    Type Description
    SelectTagFormObject

    TagTable

    Declaration
    public SelectTagTableObject TagTable { get; }
    Property Value
    Type Description
    SelectTagTableObject

    Methods

    SetGeometry(NXObject[])

    Declaration
    public void SetGeometry(NXObject[] geometries)
    Parameters
    Type Name Description
    NXObject[] geometries

    Implements

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