Class MotionSolutionBuilder
Inheritance
MotionSolutionBuilder
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
AnalysisType
Declaration
public MotionSolutionBuilder.AnalysisTypes AnalysisType { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
GravityValueExpression
Declaration
public Expression GravityValueExpression { get; }
Property Value
GravityVector
Declaration
public Direction GravityVector { get; set; }
Property Value
IsSkipStep
Declaration
public bool IsSkipStep { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
RecurdynSolverProperty
Declaration
public RecurdynSolverProperty RecurdynSolverProperty { get; set; }
Property Value
SkipSteps
Declaration
public string SkipSteps { get; set; }
Property Value
SolutionType
Declaration
public MotionSolutionBuilder.SolutionTypes SolutionType { get; set; }
Property Value
StaticAnalysis
Declaration
public bool StaticAnalysis { get; set; }
Property Value
Step
Declaration
public int Step { get; set; }
Property Value
TimeExpression
Declaration
public Expression TimeExpression { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink