FileObjWriteOptions Class

FileObjWriteOptions Class

[Missing <summary> documentation for "T:Rhino.FileIO.FileObjWriteOptions"]

Inheritance Hierarchy
SystemObject
  Rhino.FileIOFileObjWriteOptions

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class FileObjWriteOptions
Public Class FileObjWriteOptions

The FileObjWriteOptions type exposes the following members.

Constructors
  NameDescription
Public methodFileObjWriteOptions
Initializes a new instance of the FileObjWriteOptions class
Top
Properties
  NameDescription
Public propertyActualFilePathOnMac
Public propertyCreateNgons
Setting to enable/diable the creation of ngons for the output
Public propertyCullUnnecessaryVertexesInNgons
Setting to determine whether interior colinear vertexes are part of the ngon.
Public propertyEolType
Public propertyExportGroupNameLayerNames
Setting to determine whether object, group or layer names will become "g"s in the OBJ output file
Public propertyExportMaterialDefinitions
Setting to write an .mtl file and "usemtl"s in the obj file
Public propertyExportNormals
Enable/disable export of vertex normals, if they exist.
Public propertyExportObjectNames
Setting to determine what object names in Rhino will become in the OBJ output file
Public propertyExportOpenMeshes
Enable/Disable bailing when an open mesh is encountered.
Public propertyExportTcs
Enable/disable export of texture coordinates, if they exist.
Public propertyExportVcs
Enable/disable export of vertex colors, if they exist.
Public propertyIncludeUnweldedEdgesInNgons
Setting to determine whether unwelded edges are ignored in the creation of an ngon.
Public propertyMapZtoY
Setting to transform Rhino's Z axis to OBJ's Y axis
Public propertyMergeNestedGroupingNames
Setting to merge nested layer or group names into a single OBJ group name
Public propertyMeshParameters
Mesh parameters to use when meshing geometry that is not already a mesh.
Public propertyMeshType
Public propertyMinNgonFaceCount
Minimum number of faces to consider creation of ngon
Public propertyObjectType
Public propertySignificantDigits
Number of significant digits to write out for floating point numbers
Public propertySortObjGroups
Setting to enable/disable sorting of OBJ groups
Public propertyTrimCurveType
trimming curve option
Public propertyUnderbarMaterialNames
Enable/disable replacing white space with underbars in material names.
Public propertyUseRelativeIndexing
Determines whether to use relative indexing. TRUE = use relative (negative) indexing FALSE = use absolute (positive) indexing
Public propertyUseSimpleDialog
Determines whether to use the simple or detailed meshing dialog.
Public propertyWrapLongLines
Setting to enable/disable line wrapping with "\"s
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTransform
Calculates the transform combination of ZToY and any the translation that might occur in a SavewithOrigin.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAngleTolRadians
If trim is TL_OBJ_FILE_TRIM_POLYLINE, angle_tol (in radians) controls the level of linearization on parameter space trimming curves.
Public fieldWriteOptions
Top
Version Information

Rhino for Windows

Supported in: 6.14
See Also