Class WavefrontObjImporter
Inheritance
System.Object
System.MarshalByRefObject
WavefrontObjImporter
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 WavefrontObjImporter : BaseImporter, IMessageSink, IComponentBuilder
Constructors
WavefrontObjImporter()
Declaration
protected WavefrontObjImporter()
Properties
CanCreateSingleFeature
Declaration
public bool CanCreateSingleFeature { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Cleanup
Declaration
public bool Cleanup { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FileOpenFlag
Declaration
public bool FileOpenFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ImportAs
Declaration
public WavefrontObjImporter.ImportAsOption ImportAs { get; set; }
Property Value
Type | Description |
---|---|
WavefrontObjImporter.ImportAsOption |
ImportGroups
Declaration
public WavefrontObjImporter.GroupsEnum ImportGroups { get; set; }
Property Value
Type | Description |
---|---|
WavefrontObjImporter.GroupsEnum |
ImportTo
Declaration
public WavefrontObjImporter.ImportToOption ImportTo { get; set; }
Property Value
Type | Description |
---|---|
WavefrontObjImporter.ImportToOption |
ImportToTeamcenter
Declaration
public bool ImportToTeamcenter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ImportUnits
Declaration
public WavefrontObjImporter.UnitsEnum ImportUnits { get; set; }
Property Value
Type | Description |
---|---|
WavefrontObjImporter.UnitsEnum |
Messages
Declaration
public WavefrontObjImporter.MessageEnum Messages { get; set; }
Property Value
Type | Description |
---|---|
WavefrontObjImporter.MessageEnum |
ReverseNames
Declaration
public bool ReverseNames { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SettingsFile
Declaration
public string SettingsFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowInformationWindowFlag
Declaration
public bool ShowInformationWindowFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
SaveSettings(String)
Declaration
public void SaveSettings(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename |
Implements
System.Runtime.Remoting.Messaging.IMessageSink