Search Results for

    Show / Hide Table of Contents

    Class STLCreator

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DexBuilder
    BaseCreator
    STLCreator
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    BaseCreator.DatasetName
    BaseCreator.ExportDestination
    BaseCreator.OutputFile
    BaseCreator.OutputFileExtension
    DexBuilder.ProcessHoldFlag
    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
    Assembly: NXOpen.dll
    Syntax
    public class STLCreator : BaseCreator, IMessageSink, IComponentBuilder

    Constructors

    STLCreator()

    Declaration
    protected STLCreator()

    Properties

    AdjacencyTol

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

    AngularTol

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

    AutoNormalGen

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

    ChordalTol

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

    ErrorMessageDisplay

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

    ExportSelectionBlock

    Declaration
    public SelectNXObjectList ExportSelectionBlock { get; }
    Property Value
    Type Description
    SelectNXObjectList

    HeaderInfo

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

    NormalDirectionIndicator

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

    NormalDisplay

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

    OutputType

    Declaration
    public STLCreator.OutputTypeEnum OutputType { get; set; }
    Property Value
    Type Description
    STLCreator.OutputTypeEnum

    ReferenceSurfaceSelectionBlock

    Declaration
    public SelectNXObjectList ReferenceSurfaceSelectionBlock { get; }
    Property Value
    Type Description
    SelectNXObjectList

    ReverseNormalDirection

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

    SheetBodyExportOption

    Declaration
    public STLCreator.SheetBodyExportOptionEnum SheetBodyExportOption { get; set; }
    Property Value
    Type Description
    STLCreator.SheetBodyExportOptionEnum

    TriangleDisplay

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

    Implements

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