ObjectAttributes.Space Property

ObjectAttributesSpace Property

Starting with V4, objects can be in either model space or page space. If an object is in page space, then ViewportId is not nil and identifies the page it is on.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public ActiveSpace Space { get; set; }
Public Property Space As ActiveSpace
	Get
	Set

Property Value

Type: ActiveSpace
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also