Class WavefrontObjCreator
Inheritance
WavefrontObjCreator
Assembly: NXOpen.dll
Syntax
public class WavefrontObjCreator : BaseCreator, IMessageSink, IComponentBuilder
Constructors
WavefrontObjCreator()
Declaration
protected WavefrontObjCreator()
Properties
AngularTolerance
Declaration
public double AngularTolerance { get; set; }
Property Value
ChordalTolerance
Declaration
public double ChordalTolerance { get; set; }
Property Value
ExportAs
Declaration
public WavefrontObjCreator.ExportAsOption ExportAs { get; set; }
Property Value
ExportFrom
Declaration
public WavefrontObjCreator.ExportFromOption ExportFrom { get; set; }
Property Value
ExportPositionReference
Declaration
public WavefrontObjCreator.ExportPositionReferenceOption ExportPositionReference { get; set; }
Property Value
ExportSelectionBlock
Declaration
public ObjectSelector ExportSelectionBlock { get; }
Property Value
ExportUnits
Declaration
public WavefrontObjCreator.UnitsEnum ExportUnits { get; set; }
Property Value
FeatureSelector
Declaration
public SelectFeatureList FeatureSelector { get; }
Property Value
FileSaveFlag
Declaration
public bool FileSaveFlag { get; set; }
Property Value
FlattenAssemblyStructure
Declaration
public bool FlattenAssemblyStructure { get; set; }
Property Value
Declaration
public string InputFile { get; set; }
Property Value
SettingsFile
Declaration
public string SettingsFile { get; set; }
Property Value
Methods
SaveSettings(string)
Declaration
public void SaveSettings(string filename)
Parameters
Type |
Name |
Description |
string |
filename |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink