Class MotionSolutionBuilder
Inheritance
System.Object
System.MarshalByRefObject
MotionSolutionBuilder
Inherited Members
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