Class ProcessSimulationBuilder
Inheritance
System.Object
System.MarshalByRefObject
ProcessSimulationBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
public class ProcessSimulationBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected ProcessSimulationBuilder()
Properties
Declaration
public Expression AngleExpression { get; }
Property Value
Declaration
public ProcessSimulationBuilder.CollisionCheckPrecision CheckPrecision { get; set; }
Property Value
Declaration
public double ClearanceCollision { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public ProcessSimulationBuilder.CollisionCheckOptions CollisionCheckOption { get; set; }
Property Value
Declaration
public int CurrentAngleIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public double EndAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string ExportControlData { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double GotoRun { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public Expression IntervalDimension { get; }
Property Value
Declaration
public bool IsDone { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsInitCheck { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsSingleStep { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsStepForward { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsValidExportPath { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string LoadCollisions { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool NeedCheckCollision { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int PreviousAngleIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public double SecondsPerStroke { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double StartAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public Expression TimeExpression { get; }
Property Value
Methods
Declaration
public void ClearRunSimulation()
Declaration
public double DisplayIntervalUpdate()
Returns
Type |
Description |
System.Double |
|
Declaration
public void ExportSimControlData()
Declaration
Declaration
Declaration
public double GotoToAngle()
Returns
Type |
Description |
System.Double |
|
Declaration
public void InitCollisionCheck()
Declaration
public void InitRunSimulation()
Declaration
public void OnCheckCollision()
Declaration
public void SimulationPlay()
Declaration
public void StopSimulation()
Implements
System.Runtime.Remoting.Messaging.IMessageSink