Class WavefrontObjCreator
Inheritance
System.Object
System.MarshalByRefObject
WavefrontObjCreator
Inherited Members
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 WavefrontObjCreator : BaseCreator, IMessageSink, IComponentBuilder
Constructors
WavefrontObjCreator()
Declaration
protected WavefrontObjCreator()
Properties
AngularTolerance
Declaration
public double AngularTolerance { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
ChordalTolerance
Declaration
public double ChordalTolerance { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
ExportAs
Declaration
public WavefrontObjCreator.ExportAsOption ExportAs { get; set; }
Property Value
| Type | Description |
|---|---|
| WavefrontObjCreator.ExportAsOption |
ExportFrom
Declaration
public WavefrontObjCreator.ExportFromOption ExportFrom { get; set; }
Property Value
| Type | Description |
|---|---|
| WavefrontObjCreator.ExportFromOption |
ExportSelectionBlock
Declaration
public ObjectSelector ExportSelectionBlock { get; }
Property Value
| Type | Description |
|---|---|
| ObjectSelector |
ExportUnits
Declaration
public WavefrontObjCreator.UnitsEnum ExportUnits { get; set; }
Property Value
| Type | Description |
|---|---|
| WavefrontObjCreator.UnitsEnum |
FeatureSelector
Declaration
public SelectFeatureList FeatureSelector { get; }
Property Value
| Type | Description |
|---|---|
| SelectFeatureList |
FileSaveFlag
Declaration
public bool FileSaveFlag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
FlattenAssemblyStructure
Declaration
public bool FlattenAssemblyStructure { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
InputFile
Declaration
public string InputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SettingsFile
Declaration
public string SettingsFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
SaveSettings(String)
Declaration
public void SaveSettings(string filename)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | filename |
Implements
System.Runtime.Remoting.Messaging.IMessageSink