Search Results for

    Show / Hide Table of Contents

    Class MassAssignmentBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MassAssignmentBuilder
    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.Gateway
    Assembly: NXOpen.dll
    Syntax
    public class MassAssignmentBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    MassAssignmentBuilder()

    Declaration
    protected MassAssignmentBuilder()

    Properties

    Area

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

    AreaStatus

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

    AssignmentStatus

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

    Density

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

    DensityStatus

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

    DeriveOption

    Declaration
    public int DeriveOption { get; set; }
    Property Value
    Type Description
    System.Int32

    GravityCenterStatus

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

    GravityCenterX

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

    GravityCenterY

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

    GravityCenterZ

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

    InertiaStatus

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

    Mass

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

    MassStatus

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

    MassType

    Declaration
    public MassAssignmentBuilder.MassTypes MassType { get; set; }
    Property Value
    Type Description
    MassAssignmentBuilder.MassTypes

    MomentsInertiaXX

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

    MomentsInertiaYY

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

    MomentsInertiaZZ

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

    Objects

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

    ProductsInertiaXY

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

    ProductsInertiaXZ

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

    ProductsInertiaYZ

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

    ValueType

    Declaration
    public MassAssignmentBuilder.ValueTypes ValueType { get; set; }
    Property Value
    Type Description
    MassAssignmentBuilder.ValueTypes

    Volume

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

    VolumeStatus

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

    Methods

    GetAssignmentValues()

    Declaration
    public void GetAssignmentValues()

    Implements

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