Search Results for

    Show / Hide Table of Contents

    Class SheetMetalPMISettingsBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SheetMetalPMISettingsBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class SheetMetalPMISettingsBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SheetMetalPMISettingsBuilder()

    Declaration
    protected SheetMetalPMISettingsBuilder()

    Properties

    DecimalPlaces

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

    IncludeBendAngle

    Declaration
    public bool IncludeBendAngle { get; set; }
    Property Value
    Type Description
    System.Boolean

    IncludeBendRadius

    Declaration
    public bool IncludeBendRadius { get; set; }
    Property Value
    Type Description
    System.Boolean

    IncludeMaterial

    Declaration
    public bool IncludeMaterial { get; set; }
    Property Value
    Type Description
    System.Boolean

    IncludeNeutralFactor

    Declaration
    public bool IncludeNeutralFactor { get; set; }
    Property Value
    Type Description
    System.Boolean

    IncludePhysicalMaterial

    Declaration
    public bool IncludePhysicalMaterial { get; set; }
    Property Value
    Type Description
    System.Boolean

    IncludeThickness

    Declaration
    public bool IncludeThickness { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetPrefixForBendParameterType(SheetMetalPMISettingsBuilder.BendParameterType)

    Declaration
    public string GetPrefixForBendParameterType(SheetMetalPMISettingsBuilder.BendParameterType parameterType)
    Parameters
    Type Name Description
    SheetMetalPMISettingsBuilder.BendParameterType parameterType
    Returns
    Type Description
    System.String

    GetPrefixForBodyParameterType(SheetMetalPMISettingsBuilder.BodyParameterType)

    Declaration
    public string GetPrefixForBodyParameterType(SheetMetalPMISettingsBuilder.BodyParameterType parameterType)
    Parameters
    Type Name Description
    SheetMetalPMISettingsBuilder.BodyParameterType parameterType
    Returns
    Type Description
    System.String

    SetPrefixForBendParameterType(SheetMetalPMISettingsBuilder.BendParameterType, String)

    Declaration
    public void SetPrefixForBendParameterType(SheetMetalPMISettingsBuilder.BendParameterType parameterType, string prefix)
    Parameters
    Type Name Description
    SheetMetalPMISettingsBuilder.BendParameterType parameterType
    System.String prefix

    SetPrefixForBodyParameterType(SheetMetalPMISettingsBuilder.BodyParameterType, String)

    Declaration
    public void SetPrefixForBodyParameterType(SheetMetalPMISettingsBuilder.BodyParameterType parameterType, string prefix)
    Parameters
    Type Name Description
    SheetMetalPMISettingsBuilder.BodyParameterType parameterType
    System.String prefix

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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