NXOpen .NET Reference Guide  1872
 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.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ExportFromOption { DisplayPart, ExistingPart }
 Export from options More...
 
enum  UnitsEnum {
  Millimeters, Inches, Meters, Centimeters,
  Feet, Microns
}
 Units of the the OBJ file. 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.ExportFromOption 
ExportFrom [get, set]
 Returns or sets the export from - this 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 string InputFile [get, set]
 Returns or sets the inputFile - the data to be exported will be read from this file More...
 
unsafe string OutputFile [get, set]
 Returns or sets the outputFile - the exported data will be written to this file 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 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.ExportFromOption NXOpen.WavefrontObjCreator.ExportFrom
getset

Returns or sets the export from - this 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 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.

unsafe string NXOpen.WavefrontObjCreator.OutputFile
getset

Returns or sets the outputFile - the exported data will be written to 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.