Search Results for

    Show / Hide Table of Contents

    Class SheetMetalFeatureRecognitionBuilder

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

    Constructors

    SheetMetalFeatureRecognitionBuilder()

    Declaration
    protected SheetMetalFeatureRecognitionBuilder()

    Properties

    BodySurfaceArea

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

    CuttingLength

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

    MinimumXDimension

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

    MinimumYDimension

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

    MinimumZDimension

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

    PartFolderBrowser

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

    PartVolume

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

    SaveAndExportStatus

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

    SelectionBaseFace

    Declaration
    public SelectFace SelectionBaseFace { get; }
    Property Value
    Type Description
    SelectFace

    SheetMetalThickness

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

    UnfoldedLength

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

    UnfoldedWidth

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

    XDimension

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

    XmlFolderBrowser

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

    YDimension

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

    ZDimension

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

    Methods

    AnalyzeBody()

    Declaration
    public void AnalyzeBody()

    ExportResult()

    Declaration
    public void ExportResult()

    GetProductOrientation()

    Declaration
    public Matrix3x3 GetProductOrientation()
    Returns
    Type Description
    Matrix3x3

    SetProductOrientation(Matrix3x3)

    Declaration
    public void SetProductOrientation(Matrix3x3 matrix)
    Parameters
    Type Name Description
    Matrix3x3 matrix

    Implements

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