File3dmSettings Class |
Namespace: Rhino.FileIO
The File3dmSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| ModelAbsoluteTolerance | Gets or sets the model space absolute tolerance. | |
| ModelAngleToleranceDegrees | Gets or sets the model space angle tolerance. | |
| ModelAngleToleranceRadians | Gets or sets the model space angle tolerance. | |
| ModelBasepoint |
Gets or sets the model base point that is used when the file is read as an instance definition.
This point is mapped to the origin in the instance definition. | |
| ModelDistanceDisplayMode |
Gets or sets the model space distance display mode (decimal, feet, or feet and inches).
| |
| ModelDistanceDisplayPrecision |
Gets or sets the model space distance display precision. In decimal mode this is the
number of decimal places; in fractional modes the denominator is (1/2)^precision.
Valid values are >= 0 and <= 7.
| |
| ModelRelativeTolerance | Gets or sets the model space relative tolerance. | |
| ModelUnits |
Gets or sets the model length units, using LengthUnit value.
| |
| ModelUnitSystem |
Gets or sets the model unit system, using UnitSystem enumeration.
| |
| ModelUrl |
Gets or sets a Uniform Resource Locator (URL) direction for the model.
| |
| PageAbsoluteTolerance | Gets or sets the page space absolute tolerance. | |
| PageAngleToleranceDegrees | Gets or sets the page space angle tolerance. | |
| PageAngleToleranceRadians | Gets or sets the page space angle tolerance. | |
| PageDistanceDisplayMode |
Gets or sets the page space distance display mode (decimal, feet, or feet and inches).
| |
| PageDistanceDisplayPrecision |
Gets or sets the page space distance display precision. In decimal mode this is the
number of decimal places; in fractional modes the denominator is (1/2)^precision.
Valid values are >= 0 and <= 7.
| |
| PageRelativeTolerance | Gets or sets the page space relative tolerance. | |
| PageUnits |
Gets or sets the page length units, using LengthUnit value.
| |
| PageUnitSystem |
Gets or sets the page unit system, using UnitSystem enumeration.
| |
| RenderSettings |
Gets or sets the render settings.
|
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadedPlugIns |
Information about the plug-ins loaded when the file was last saved
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |