| FileObjWriteOptions Class | 
[Missing <summary> documentation for "T:Rhino.FileIO.FileObjWriteOptions"]
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Rhino.FileIO
 Syntax
SyntaxThe FileObjWriteOptions type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | FileObjWriteOptions | Initializes a new instance of the FileObjWriteOptions class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ActualFilePathOnMac | |
|  | CreateNgons | Obsolete. 
            Setting to enable/disable the creation of ngons for the output
             | 
|  | CullUnnecessaryVertexesInNgons | 
            Setting to determine whether interior collinear vertexes are part of the 
            ngon.
             | 
|  | EolType | |
|  | ExportAsTriangles | 
            Enable/disable export of faces as triangles.
             | 
|  | ExportGroupNameLayerNames | 
            Setting to determine whether object, group or layer names
            will become "g"s in the OBJ output file
             | 
|  | ExportMaterialDefinitions | 
            Setting to write an .mtl file and "usemtl"s in the obj file
             | 
|  | ExportNormals | 
            Enable/disable export of vertex normals, if they exist.
             | 
|  | ExportObjectNames | 
            Setting to determine what object names in Rhino 
            will become in the OBJ output file
             | 
|  | ExportOpenMeshes | 
            Enable/Disable bailing when an open mesh is encountered.
             | 
|  | ExportTcs | 
            Enable/disable export of texture coordinates, if they exist.
             | 
|  | ExportVcs | 
            Enable/disable export of vertex colors, if they exist.
             | 
|  | IncludeUnweldedEdgesInNgons | 
            Setting to determine whether unwelded edges are ignored in the 
            creation of an ngon.
             | 
|  | MapZtoY | 
            Setting to transform Rhino's Z axis to OBJ's Y axis
             | 
|  | MergeNestedGroupingNames | 
             Setting to merge nested layer or group names into a single OBJ group name
              | 
|  | MeshParameters | 
            Mesh parameters to use when meshing geometry that is not already a mesh.
             | 
|  | MeshType | |
|  | MinNgonFaceCount | 
            Minimum number of faces to consider creation of ngon
             | 
|  | NgonMode | |
|  | ObjectType | |
|  | PolylineType | |
|  | SignificantDigits | 
            Number of significant digits to write out for floating point numbers
             | 
|  | SortObjGroups | 
            Setting to enable/disable sorting of OBJ groups
             | 
|  | SubDMeshType | |
|  | SubDSurfaceMeshingDensity | 
            Determines how coarse the mesh output
            will be when surface meshing subd objects
            
            See comments for ON_SubDDisplayParameters in opennurbs_mesh.h
            for details regarding numbers used.
             | 
|  | TrimCurveType | 
            trimming curve option
             | 
|  | UnderbarMaterialNames | 
            Enable/disable replacing white space with under-bars in material names.
             | 
|  | UseDisplayColorForMaterial | 
            Setting to display color as material when material index for object is -1.
             | 
|  | UseRelativeIndexing | 
            Determines whether to use relative indexing.
            
            TRUE = use relative (negative) indexing
            FALSE = use absolute (positive) indexing  
             | 
|  | UseRenderMeshes | 
            Use existing or generate render meshes instead of calling RhinoObject.MeshObjects.
             | 
|  | UseSimpleDialog | 
            Determines whether to use the simple or detailed meshing dialog.
             | 
|  | VcsFormat | 
            Export vertex colors as 0 == floats (0.0-1.0) or 1 == ints (0-255)
             | 
|  | WrapLongLines | 
            Setting to enable/disable line wrapping with "\"s
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetTransform | 
            Calculates the transform combination of ZToY and
            any the translation that might occur in a SavewithOrigin.
             | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | AngleTolRadians | 
            If trim is TL_OBJ_FILE_TRIM_POLYLINE,
            angle_tol (in radians) controls the
            level of linearization on parameter
            space trimming curves.
             | 
|  | WriteOptions | 
 See Also
See Also