File3dmSettings

class rhino3dm.File3dmSettings
ModelUrl

str: Gets or sets a Uniform Resource Locator (URL) direction for the model.

ModelBasePoint

rhino3dm.Point3d: 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.

EarthAnchorPoint
ModelAbsoluteTolerance

float: Gets or sets the model space absolute tolerance.

ModelAngleToleranceRadians

float: Gets or sets the model space angle tolerance.

ModelAngleToleranceDegrees

float: Gets or sets the model space angle tolerance.

ModelRelativeTolerance

float: Gets or sets the model space relative tolerance.

PageAbsoluteTolerance

float: Gets or sets the page space absolute tolerance.

PageAngleToleranceRadians

float: Gets or sets the page space angle tolerance.

PageAngleToleranceDegrees

float: Gets or sets the page space angle tolerance.

PageRelativeTolerance

float: Gets or sets the page space relative tolerance.

ModelUnitSystem

UnitSystem: Gets or sets the model unit system, using enumeration.

PageUnitSystem

UnitSystem: Gets or sets the page unit system, using enumeration.

RenderSettings

Rhino.Render.RenderSettings: Gets or sets the render settings.