Search Results for

    Show / Hide Table of Contents

    Class UnfoldingSimulationBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    UnfoldingSimulationBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class UnfoldingSimulationBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    UnfoldingSimulationBuilder()

    Declaration
    protected UnfoldingSimulationBuilder()

    Properties

    AngleValue

    Declaration
    public double AngleValue { get; set; }
    Property Value
    Type Description
    double

    BendFaces

    Declaration
    public SelectFaceList BendFaces { get; }
    Property Value
    Type Description
    SelectFaceList

    CheckedBody

    Declaration
    public ScCollector CheckedBody { get; }
    Property Value
    Type Description
    ScCollector

    ReferenceFaceEdge

    Declaration
    public ScCollector ReferenceFaceEdge { get; }
    Property Value
    Type Description
    ScCollector

    Speed

    Declaration
    public int Speed { get; set; }
    Property Value
    Type Description
    int

    State

    Declaration
    public int State { get; set; }
    Property Value
    Type Description
    int

    StepAngle

    Declaration
    public int StepAngle { get; set; }
    Property Value
    Type Description
    int

    Methods

    CreateStepBody()

    Declaration
    public void CreateStepBody()

    Pause()

    Declaration
    public void Pause()

    Play()

    Declaration
    public void Play()

    StepBackward()

    Declaration
    public void StepBackward()

    StepForward()

    Declaration
    public void StepForward()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX