Search Results for

    Show / Hide Table of Contents

    Class MotionSolutionBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MotionSolutionBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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 : Builder, 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

    LmsSolverProperty

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

    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