Search Results for

    Show / Hide Table of Contents

    Class ProcessSimulationBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ProcessSimulationBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class ProcessSimulationBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ProcessSimulationBuilder()

    Declaration
    protected ProcessSimulationBuilder()

    Properties

    AngleExpression

    Declaration
    public Expression AngleExpression { get; }
    Property Value
    Type Description
    Expression

    CheckPrecision

    Declaration
    public ProcessSimulationBuilder.CollisionCheckPrecision CheckPrecision { get; set; }
    Property Value
    Type Description
    ProcessSimulationBuilder.CollisionCheckPrecision

    ClearanceCollision

    Declaration
    public double ClearanceCollision { get; set; }
    Property Value
    Type Description
    System.Double

    CollisionCheckOption

    Declaration
    public ProcessSimulationBuilder.CollisionCheckOptions CollisionCheckOption { get; set; }
    Property Value
    Type Description
    ProcessSimulationBuilder.CollisionCheckOptions

    CurrentAngleIndex

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

    EndAngle

    Declaration
    public double EndAngle { get; set; }
    Property Value
    Type Description
    System.Double

    ExportControlData

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

    GotoRun

    Declaration
    public double GotoRun { get; set; }
    Property Value
    Type Description
    System.Double

    IntervalDimension

    Declaration
    public Expression IntervalDimension { get; }
    Property Value
    Type Description
    Expression

    IsDone

    Declaration
    public bool IsDone { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsInitCheck

    Declaration
    public bool IsInitCheck { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsSingleStep

    Declaration
    public bool IsSingleStep { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsStepForward

    Declaration
    public bool IsStepForward { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsValidExportPath

    Declaration
    public bool IsValidExportPath { get; set; }
    Property Value
    Type Description
    System.Boolean

    LoadCollisions

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

    NeedCheckCollision

    Declaration
    public bool NeedCheckCollision { get; set; }
    Property Value
    Type Description
    System.Boolean

    PreviousAngleIndex

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

    SecondsPerStroke

    Declaration
    public double SecondsPerStroke { get; set; }
    Property Value
    Type Description
    System.Double

    StartAngle

    Declaration
    public double StartAngle { get; set; }
    Property Value
    Type Description
    System.Double

    TimeExpression

    Declaration
    public Expression TimeExpression { get; }
    Property Value
    Type Description
    Expression

    Methods

    ClearRunSimulation()

    Declaration
    public void ClearRunSimulation()

    DisplayIntervalUpdate()

    Declaration
    public double DisplayIntervalUpdate()
    Returns
    Type Description
    System.Double

    ExportSimControlData()

    Declaration
    public void ExportSimControlData()

    GotoEnd()

    Declaration
    public void GotoEnd()

    GotoStart()

    Declaration
    public void GotoStart()

    GotoToAngle()

    Declaration
    public double GotoToAngle()
    Returns
    Type Description
    System.Double

    InitCollisionCheck()

    Declaration
    public void InitCollisionCheck()

    InitRunSimulation()

    Declaration
    public void InitRunSimulation()

    OnCheckCollision()

    Declaration
    public void OnCheckCollision()

    SimulationPlay()

    Declaration
    public void SimulationPlay()

    StopSimulation()

    Declaration
    public void StopSimulation()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX