Search Results for

    Show / Hide Table of Contents

    Class LinkMassProperty

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    LinkMassProperty
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    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.Motion
    Assembly: NXOpen.dll
    Syntax
    public class LinkMassProperty : TaggedObject, IMessageSink

    Constructors

    LinkMassProperty()

    Declaration
    protected LinkMassProperty()

    Properties

    AutoInertiaCsys

    Declaration
    public CoordinateSystem AutoInertiaCsys { get; }
    Property Value
    Type Description
    CoordinateSystem

    AutoIxxExpression

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

    AutoIxyExpression

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

    AutoIxzExpression

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

    AutoIyyExpression

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

    AutoIyzExpression

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

    AutoIzzExpression

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

    AutoMassCenter

    Declaration
    public Point AutoMassCenter { get; }
    Property Value
    Type Description
    Point

    AutoMassExpression

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

    InertiaCsys

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

    InertiaCsysOvrCtrl

    Declaration
    public ParamOverrideState InertiaCsysOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    IxxExpression

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

    IxxExpressionOvrCtrl

    Declaration
    public ParamOverrideState IxxExpressionOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    IxyExpression

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

    IxyExpressionOvrCtrl

    Declaration
    public ParamOverrideState IxyExpressionOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    IxzExpression

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

    IxzExpressionOvrCtrl

    Declaration
    public ParamOverrideState IxzExpressionOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    IyyExpression

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

    IyyExpressionOvrCtrl

    Declaration
    public ParamOverrideState IyyExpressionOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    IyzExpression

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

    IyzExpressionOvrCtrl

    Declaration
    public ParamOverrideState IyzExpressionOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    IzzExpression

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

    IzzExpressionOvrCtrl

    Declaration
    public ParamOverrideState IzzExpressionOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    MassCenter

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

    MassCenterOvrCtrl

    Declaration
    public ParamOverrideState MassCenterOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    MassExpression

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

    MassExpressionOvrCtrl

    Declaration
    public ParamOverrideState MassExpressionOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    MassType

    Declaration
    public LinkMassProperty.MassPropertyType MassType { get; set; }
    Property Value
    Type Description
    LinkMassProperty.MassPropertyType

    MassTypeOvrCtrl

    Declaration
    public ParamOverrideState MassTypeOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    Methods

    CopyGeometryMassToAutoMassProperty()

    Declaration
    public void CopyGeometryMassToAutoMassProperty()

    CopyGeometryMassToUserDefinedMassProperty()

    Declaration
    public void CopyGeometryMassToUserDefinedMassProperty()

    Implements

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