Click or drag to resize

RhinoDocModelBasepoint Property

The base point in the model that is used when inserting the model into another as a block definition. By default the base point in any model is 0,0,0.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.10
Syntax
public Point3d ModelBasepoint { get; set; }

Property Value

Type: Point3d
See Also