Search Results for

    Show / Hide Table of Contents

    Class ForceCalculationBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ForceCalculationBuilder
    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 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
    string

    DecimalPlaces

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

    ForceProcess

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

    GravityCenter

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

    HoldingForce

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

    Parameter

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

    ParameterText

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

    ProcessFace

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

    ProcessForce

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

    ProcessName

    Declaration
    public string ProcessName { get; set; }
    Property Value
    Type Description
    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
    string

    TotalForceCenter

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

    Implements

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