Search Results for

    Show / Hide Table of Contents

    Class FormingForceManageBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FormingForceManageBuilder
    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 FormingForceManageBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    FormingForceManageBuilder()

    Declaration
    protected FormingForceManageBuilder()

    Properties

    ForceCenter

    Declaration
    public Point3d ForceCenter { get; set; }
    Property Value
    Type Description
    Point3d

    FormingForce

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

    HoldingForce

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

    ProcessNameStr

    Declaration
    public string ProcessNameStr { get; set; }
    Property Value
    Type Description
    string

    ProcessStation

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

    SelectProcessFace

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

    Methods

    CreateSimForceProcess()

    Declaration
    public void CreateSimForceProcess()

    DeleteForceProcess()

    Declaration
    public void DeleteForceProcess()

    Implements

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