Search Results for

    Show / Hide Table of Contents

    Class MotionSolutionBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MotionBuilder
    EntityPropTableBuilder
    MotionSolutionBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, Boolean)
    EntityPropTableBuilder.GetIntegerPropertyValue(String)
    EntityPropTableBuilder.SetIntegerPropertyValue(String, Int32)
    EntityPropTableBuilder.GetStringPropertyValue(String)
    EntityPropTableBuilder.SetStringPropertyValue(String, String)
    EntityPropTableBuilder.GetMultiTextPropertyValue(String)
    EntityPropTableBuilder.SetMultiTextPropertyValue(String, String)
    EntityPropTableBuilder.GetRGBColorPropertyValue(String, Double[])
    EntityPropTableBuilder.SetRGBColorPropertyValue(String, Double[])
    EntityPropTableBuilder.GetRGBColorPropertyValue255(String, Int32[])
    EntityPropTableBuilder.SetRGBColorPropertyValue255(String, Int32[])
    EntityPropTableBuilder.GetScalarExpressionPropertyValue(String, Double, 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, Boolean)
    EntityPropTableBuilder.SetMaterialPropertyValue(String, Boolean, PhysicalMaterial)
    EntityPropTableBuilder.GetMultiColumnSelectionListPropertyValue(String, String[])
    EntityPropTableBuilder.SetMultiColumnSelectionListPropertyValue(String, String[])
    EntityPropTableBuilder.GetBooleanPropertyNames(String[])
    EntityPropTableBuilder.GetIntegerPropertyNames(String[])
    EntityPropTableBuilder.GetScalarExpressionPropertyNames(String[])
    EntityPropTableBuilder.GetStringPropertyNames(String[])
    EntityPropTableBuilder.GetMultiTextPropertyNames(String[])
    EntityPropTableBuilder.GetRGBColorPropertyNames(String[])
    EntityPropTableBuilder.GetReferencePropertyNames(String[])
    EntityPropTableBuilder.GetMultipleReferencePropertyNames(String[])
    EntityPropTableBuilder.GetFileReferencePropertyNames(String[])
    EntityPropTableBuilder.GetMaterialPropertyNames(String[])
    EntityPropTableBuilder.GetPointPropertyNames(String[])
    EntityPropTableBuilder.GetDirectionPropertyNames(String[])
    EntityPropTableBuilder.GetCsysPropertyNames(String[])
    EntityPropTableBuilder.GetMultiColumnSelectionListPropertyNames(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, 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 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
    System.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
    System.Boolean

    Name

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

    RecurdynSolverProperty

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

    SkipSteps

    Declaration
    public string SkipSteps { get; set; }
    Property Value
    Type Description
    System.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
    System.Boolean

    Step

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

    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