NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.WavefrontObjCreator Class Reference

Represents a NXOpen.WavefrontObjCreator to be used when exporting the OBJ Data This class is created using NXOpen.DexManager . More...

Inheritance diagram for NXOpen.WavefrontObjCreator:
NXOpen.BaseCreator NXOpen.DexBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ExportAsOption { FacetGeometry, SubdivisionGeometry }
 Export as options More...
 
enum  ExportFromOption { DisplayPart, ExistingPart }
 Export from options More...
 
enum  UnitsEnum {
  Millimeters, Inches, Meters, Centimeters,
  Feet, Microns
}
 Units of the the OBJ file. More...
 
- Public Types inherited from NXOpen.BaseCreator
enum  ExportDestinationOption { NativeFileSystem, Teamcenter }
 Export to destinationoptions More...
 

Properties

unsafe double AngularTolerance [get, set]
 Returns or sets the angular tolerance option - will determine how precise xt brep is tessellated More...
 
unsafe double ChordalTolerance [get, set]
 Returns or sets the chordal tolerance option - will determine how precise xt brep is tessellated More...
 
unsafe
NXOpen.WavefrontObjCreator.ExportAsOption 
ExportAs [get, set]
 Returns or sets the export as option - export as subdivision geometry or as a facet/convergent body if false More...
 
unsafe
NXOpen.WavefrontObjCreator.ExportFromOption 
ExportFrom [get, set]
 Returns or sets the export from option - will determine if data from display part or existing part is exported More...
 
unsafe NXOpen.ObjectSelector ExportSelectionBlock [get]
 Returns the export selection block - the object selection will be done by this block. More...
 
unsafe
NXOpen.WavefrontObjCreator.UnitsEnum 
ExportUnits [get, set]
 Returns or sets the units to convert to when exporting OBJ files More...
 
unsafe
NXOpen.Features.SelectFeatureList 
FeatureSelector [get]
 Returns the subdivision feature to export More...
 
unsafe bool FileSaveFlag [get, set]
 Returns or sets the FileSaveAs - indicates whether file is being exported via File->Save As More...
 
unsafe bool FlattenAssemblyStructure [get, set]
 Returns or sets the flattenAssemblyStructure - the indicator for whether to flatten assembly structure within the OBJ file More...
 
unsafe string InputFile [get, set]
 Returns or sets the inputFile - the data to be exported will be read from this file More...
 
- Properties inherited from NXOpen.BaseCreator
unsafe string DatasetName [get, set]
 Returns or sets the dataset name - Name of dataset being created More...
 
unsafe
NXOpen.BaseCreator.ExportDestinationOption 
ExportDestination [get, set]
 Returns or sets the export to - determines whether exporting to Teamcenter or Native file system More...
 
unsafe string OutputFile [get, set]
 Returns or sets the output file - filepath for output file More...
 
unsafe string OutputFileExtension [get, set]
 Returns or sets the output file extension - Extension of output file being created More...
 
- Properties inherited from NXOpen.DexBuilder
unsafe bool ProcessHoldFlag [get, set]
 Returns or sets the process hold flag - set to true if user wants to wait until transaltion process gets completed More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.WavefrontObjCreator to be used when exporting the OBJ Data This class is created using NXOpen.DexManager .

NULL object will be returned from Commit().

To create a new instance of this class, use NXOpen.DexManager.CreateWavefrontObjCreator

Default values.

Property Value

AngularTolerance

18.0

ChordalTolerance

0.08 (millimeters part), 0.003 (inches part)

ExportFrom

DisplayPart

ExportUnits

Millimeters

Created in NX1872.0.0

Member Enumeration Documentation

Export as options

Enumerator
FacetGeometry 
SubdivisionGeometry 

Export from options

Enumerator
DisplayPart 

export data from displayed part

ExistingPart 

export data from existing part which is on disk

Units of the the OBJ file.

Enumerator
Millimeters 
Inches 
Meters 
Centimeters 
Feet 
Microns 

Property Documentation

unsafe double NXOpen.WavefrontObjCreator.AngularTolerance
getset

Returns or sets the angular tolerance option - will determine how precise xt brep is tessellated

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.WavefrontObjCreator.ChordalTolerance
getset

Returns or sets the chordal tolerance option - will determine how precise xt brep is tessellated

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.WavefrontObjCreator.ExportAsOption NXOpen.WavefrontObjCreator.ExportAs
getset

Returns or sets the export as option - export as subdivision geometry or as a facet/convergent body if false

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.WavefrontObjCreator.ExportFromOption NXOpen.WavefrontObjCreator.ExportFrom
getset

Returns or sets the export from option - will determine if data from display part or existing part is exported

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.ObjectSelector NXOpen.WavefrontObjCreator.ExportSelectionBlock
get

Returns the export selection block - the object selection will be done by this block.

Created in NX1872.0.0

License requirements: None.

unsafe NXOpen.WavefrontObjCreator.UnitsEnum NXOpen.WavefrontObjCreator.ExportUnits
getset

Returns or sets the units to convert to when exporting OBJ files

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Features.SelectFeatureList NXOpen.WavefrontObjCreator.FeatureSelector
get

Returns the subdivision feature to export

Created in NX1899.0.0

License requirements: None.

unsafe bool NXOpen.WavefrontObjCreator.FileSaveFlag
getset

Returns or sets the FileSaveAs - indicates whether file is being exported via File->Save As

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.WavefrontObjCreator.FlattenAssemblyStructure
getset

Returns or sets the flattenAssemblyStructure - the indicator for whether to flatten assembly structure within the OBJ file

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.WavefrontObjCreator.InputFile
getset

Returns or sets the inputFile - the data to be exported will be read from this file

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: None.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.