FileReadOptions.UseScaleGeometry Property

FileReadOptionsUseScaleGeometry Property

If this parameter is true, then no questions are asked when unit conversion scaling is optional and the setting specified by ScaleGeometry is used.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool UseScaleGeometry { get; set; }
Public Property UseScaleGeometry As Boolean
	Get
	Set

Property Value

Type: Boolean
See Also