Class STLCreator
Assembly: NXOpen.dll
Syntax
public class STLCreator : BaseCreator, IMessageSink, IComponentBuilder
Constructors
STLCreator()
Declaration
Properties
AdjacencyTol
Declaration
public double AdjacencyTol { get; set; }
Property Value
AngularTol
Declaration
public double AngularTol { get; set; }
Property Value
AutoNormalGen
Declaration
public bool AutoNormalGen { get; set; }
Property Value
ChordalTol
Declaration
public double ChordalTol { get; set; }
Property Value
ErrorMessageDisplay
Declaration
public bool ErrorMessageDisplay { get; set; }
Property Value
ExportSelectionBlock
Declaration
public SelectNXObjectList ExportSelectionBlock { get; }
Property Value
Declaration
public string HeaderInfo { get; set; }
Property Value
NormalDirectionIndicator
Declaration
public int NormalDirectionIndicator { get; set; }
Property Value
NormalDisplay
Declaration
public bool NormalDisplay { get; set; }
Property Value
OutputType
Declaration
public STLCreator.OutputTypeEnum OutputType { get; set; }
Property Value
ReferenceSurfaceSelectionBlock
Declaration
public SelectNXObjectList ReferenceSurfaceSelectionBlock { get; }
Property Value
ReverseNormalDirection
Declaration
public bool ReverseNormalDirection { get; set; }
Property Value
SheetBodyExportOption
Declaration
public STLCreator.SheetBodyExportOptionEnum SheetBodyExportOption { get; set; }
Property Value
TriangleDisplay
Declaration
public bool TriangleDisplay { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink