Search Results for

    Show / Hide Table of Contents

    Class ForceCalculationBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ForceCalculationBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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 ForceCalculationBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ForceCalculationBuilder()

    Declaration
    protected ForceCalculationBuilder()

    Properties

    CalculationType

    Declaration
    public ForceCalculationBuilder.CalculationTypes CalculationType { get; set; }
    Property Value
    Type Description
    ForceCalculationBuilder.CalculationTypes

    CuttingPerimeter

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

    DecimalPlaces

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

    ForceProcess

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

    GravityCenter

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

    HoldingForce

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

    Parameter

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

    ParameterText

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

    ProcessFace

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

    ProcessForce

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

    ProcessName

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

    ProcessType

    Declaration
    public ForceCalculationBuilder.ProcessTypes ProcessType { get; set; }
    Property Value
    Type Description
    ForceCalculationBuilder.ProcessTypes

    TotalForce

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

    TotalForceCenter

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

    Implements

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