Search Results for

    Show / Hide Table of Contents

    Class SetPressModelBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SetPressModelBuilder
    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 SetPressModelBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SetPressModelBuilder()

    Declaration
    protected SetPressModelBuilder()

    Properties

    NameSuffix

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

    PressModelPath

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

    StrokesPerMinute

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

    TargetDirectory

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

    Methods

    InitializeAvailablePressModels(String)

    Declaration
    public void InitializeAvailablePressModels(string pressModelPath)
    Parameters
    Type Name Description
    System.String pressModelPath

    SetPressModelName(String)

    Declaration
    public void SetPressModelName(string pressModelName)
    Parameters
    Type Name Description
    System.String pressModelName

    Implements

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