Click or drag to resize

File3dm Properties

The File3dm type exposes the following members.

Properties
  NameDescription
Public propertyAllDimStyles
Dimension Styles in this file.
Public propertyAllGroups
Groups in this file.
Public propertyAllHatchPatterns
Hatch patterns in this file.
Public propertyAllInstanceDefinitions
Instance definitions in this file
Public propertyAllLayers
Layers in this file.
Public propertyAllLinetypes
Linetypes in this file.
Public propertyAllMaterials
Materials in this file.
Public propertyAllNamedConstructionPlanes
Named construction planes in this file.
Public propertyAllNamedViews
Named views in this file.
Public propertyAllViews
Views that represent the RhinoViews which are displayed when Rhino loads this file.
Public propertyApplicationDetails
Gets or sets details for the application that wrote this file.
Public propertyApplicationName
Gets or sets the name of the application that wrote this file.
Public propertyApplicationUrl
Gets or sets a URL for the application that wrote this file.
Public propertyArchiveVersion
Gets the 3dm file archive version.
Public propertyCreated
Get the DateTime that this file was originally created. If the value is not set in the 3dm file, then DateTime.MinValue is returned
Public propertyCreatedBy
Gets a string that names the user who created the file.
Public propertyDimStyles Obsolete.
Dimension Styles in this file.
Public propertyEarthAnchorPoint
If set, this is the model's location on the earth. This information is used when the model is used with GIS information.
Public propertyEmbeddedFiles
The embedded files in this file.
Public propertyHatchPatterns Obsolete.
Hatch patterns in this file
Public propertyInstanceDefinitions Obsolete.
Instance definitions in this file.
Public propertyLastEdited
Get the DateTime that this file was last edited. If the value is not set in the 3dm file, then DateTime.MinValue is returned
Public propertyLastEditedBy
Gets a string that names the user who last edited the file.
Public propertyLayers Obsolete.
Layers in this file.
Public propertyLinetypes Obsolete.
Linetypes in this file.
Public propertyManifest
Retrieves the manifest with all object descriptions in this file.
Public propertyMaterials Obsolete.
Materials in this file.
Public propertyNamedConstructionPlanes
Named construction planes in this file.
Public propertyNamedViews
Named views in this file.
Public propertyNotes
Gets or sets the model notes.
Public propertyObjects
Gets access to the File3dmObjectTable class associated with this file, which contains all objects.
Public propertyPlugInData
Custom plug-in data in this file. This data is not attached to any geometry or attributes
Public propertyRenderEnvironments
The render environments in this file.
Public propertyRenderMaterials
The render materials in this file.
Public propertyRenderTextures
The render textures in this file.
Public propertyRevision
Gets or sets the revision number.
Public propertySettings
Settings include tolerance, and unit system, and defaults used for creating views and objects.
Public propertyStartSectionComments
Gets or sets the start section comments, which are the comments with which the 3dm file begins.
Public propertyStrings
Document user strings in this file
Public propertyViews
Views that represent the RhinoViews which are displayed when Rhino loads this file.
Top
See Also