Search Results for

    Show / Hide Table of Contents

    Class MotionSolutionBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MotionBuilder
    EntityPropTableBuilder
    MotionSolutionBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    EntityPropTableBuilder.GetEntitySubtypeName()
    EntityPropTableBuilder.SetEntitySubtypeName(string)
    EntityPropTableBuilder.GetPropertyOverrideState(string)
    EntityPropTableBuilder.SetPropertyOverrideState(string, ParamOverrideState)
    EntityPropTableBuilder.SetPropertyWithoutValue(string)
    EntityPropTableBuilder.GetBooleanPropertyValue(string)
    EntityPropTableBuilder.SetBooleanPropertyValue(string, bool)
    EntityPropTableBuilder.GetIntegerPropertyValue(string)
    EntityPropTableBuilder.SetIntegerPropertyValue(string, int)
    EntityPropTableBuilder.GetStringPropertyValue(string)
    EntityPropTableBuilder.SetStringPropertyValue(string, string)
    EntityPropTableBuilder.GetMultiTextPropertyValue(string)
    EntityPropTableBuilder.SetMultiTextPropertyValue(string, string)
    EntityPropTableBuilder.GetRGBColorPropertyValue(string, out double[])
    EntityPropTableBuilder.SetRGBColorPropertyValue(string, double[])
    EntityPropTableBuilder.GetRGBColorPropertyValue255(string, out int[])
    EntityPropTableBuilder.SetRGBColorPropertyValue255(string, int[])
    EntityPropTableBuilder.GetScalarExpressionPropertyValue(string, out double, out Unit)
    EntityPropTableBuilder.SetScalarExpressionPropertyValue(string, double, Unit)
    EntityPropTableBuilder.SetScalarExpressionPropertyValue(string, string, Unit)
    EntityPropTableBuilder.GetReferencePropertyValue(string)
    EntityPropTableBuilder.SetReferencePropertyValue(string, NXObject)
    EntityPropTableBuilder.GetMultipleReferencePropertyValue(string)
    EntityPropTableBuilder.SetMultipleReferencePropertyValue(string, NXObject[])
    EntityPropTableBuilder.GetPointPropertyValue(string)
    EntityPropTableBuilder.SetPointPropertyValue(string, Point)
    EntityPropTableBuilder.GetDirectionPropertyValue(string)
    EntityPropTableBuilder.SetDirectionPropertyValue(string, Direction)
    EntityPropTableBuilder.GetCsysPropertyValue(string)
    EntityPropTableBuilder.SetCsysPropertyValue(string, CoordinateSystem)
    EntityPropTableBuilder.GetFileReferenceValue(string)
    EntityPropTableBuilder.SetFileReferenceValue(string, string)
    EntityPropTableBuilder.GetMaterialPropertyValue(string, out bool)
    EntityPropTableBuilder.SetMaterialPropertyValue(string, bool, PhysicalMaterial)
    EntityPropTableBuilder.GetMultiColumnSelectionListPropertyValue(string, out string[])
    EntityPropTableBuilder.SetMultiColumnSelectionListPropertyValue(string, string[])
    EntityPropTableBuilder.GetBooleanPropertyNames(out string[])
    EntityPropTableBuilder.GetIntegerPropertyNames(out string[])
    EntityPropTableBuilder.GetScalarExpressionPropertyNames(out string[])
    EntityPropTableBuilder.GetStringPropertyNames(out string[])
    EntityPropTableBuilder.GetMultiTextPropertyNames(out string[])
    EntityPropTableBuilder.GetRGBColorPropertyNames(out string[])
    EntityPropTableBuilder.GetReferencePropertyNames(out string[])
    EntityPropTableBuilder.GetMultipleReferencePropertyNames(out string[])
    EntityPropTableBuilder.GetFileReferencePropertyNames(out string[])
    EntityPropTableBuilder.GetMaterialPropertyNames(out string[])
    EntityPropTableBuilder.GetPointPropertyNames(out string[])
    EntityPropTableBuilder.GetDirectionPropertyNames(out string[])
    EntityPropTableBuilder.GetCsysPropertyNames(out string[])
    EntityPropTableBuilder.GetMultiColumnSelectionListPropertyNames(out string[])
    EntityPropTableBuilder.EntityName
    MotionBuilder.DisplayScale
    MotionBuilder.GroupName
    MotionBuilder.GroupType
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Motion
    Assembly: NXOpen.dll
    Syntax
    public class MotionSolutionBuilder : EntityPropTableBuilder, IMessageSink, IComponentBuilder

    Constructors

    MotionSolutionBuilder()

    Declaration
    protected MotionSolutionBuilder()

    Properties

    AdamsSolverProperty

    Declaration
    public AdamsSolverProperty AdamsSolverProperty { get; set; }
    Property Value
    Type Description
    AdamsSolverProperty

    AnalysisType

    Declaration
    public MotionSolutionBuilder.AnalysisTypes AnalysisType { get; set; }
    Property Value
    Type Description
    MotionSolutionBuilder.AnalysisTypes

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string

    GravityValueExpression

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

    GravityVector

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

    IsSkipStep

    Declaration
    public bool IsSkipStep { get; set; }
    Property Value
    Type Description
    bool

    Name

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

    RecurdynSolverProperty

    Declaration
    public RecurdynSolverProperty RecurdynSolverProperty { get; set; }
    Property Value
    Type Description
    RecurdynSolverProperty

    SkipSteps

    Declaration
    public string SkipSteps { get; set; }
    Property Value
    Type Description
    string

    SolutionType

    Declaration
    public MotionSolutionBuilder.SolutionTypes SolutionType { get; set; }
    Property Value
    Type Description
    MotionSolutionBuilder.SolutionTypes

    StaticAnalysis

    Declaration
    public bool StaticAnalysis { get; set; }
    Property Value
    Type Description
    bool

    Step

    Declaration
    public int Step { get; set; }
    Property Value
    Type Description
    int

    TimeExpression

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

    Implements

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