ConstructionPlane

ConstructionPlane

Represents a construction plane inside the document. Use Rhino.DocObjects.Tables.NamedConstructionPlaneTable methods and indexers to add and access a .

Constructor

new ConstructionPlane()

Members

depthBuffered :bool

Description:
  • Gets or sets whether the grid is drawn on top of geometry. false=grid is always drawn behind 3d geometrytrue=grid is drawn at its depth as a 3d plane and grid lines obscure things behind the grid.
Gets or sets whether the grid is drawn on top of geometry. false=grid is always drawn behind 3d geometrytrue=grid is drawn at its depth as a 3d plane and grid lines obscure things behind the grid.
Type:
  • bool

gridLineCount :int

Description:
  • Gets or sets the total amount of grid lines in each direction.
Gets or sets the total amount of grid lines in each direction.
Type:
  • int

gridSpacing :double

Description:
  • Gets or sets the distance between grid lines.
Gets or sets the distance between grid lines.
Type:
  • double

name :string

Description:
  • Gets or sets the name of the construction plane.
Gets or sets the name of the construction plane.
Type:
  • string

plane :Plane

Description:
  • Gets or sets the geometric plane to use for construction.
Gets or sets the geometric plane to use for construction.
Type:

snapSpacing :double

Description:
  • when "grid snap" is enabled, the distance between snap points. Typically this is the same distance as grid spacing.
when "grid snap" is enabled, the distance between snap points. Typically this is the same distance as grid spacing.
Type:
  • double

thickLineFrequency :int

Description:
  • Gets or sets the recurrence of a wider line on the grid. 0: No lines are thick, all are drawn thin.1: All lines are thick.2: Every other line is thick.3: One line in three lines is thick (and two are thin).4: ...
Gets or sets the recurrence of a wider line on the grid. 0: No lines are thick, all are drawn thin.1: All lines are thick.2: Every other line is thick.3: One line in three lines is thick (and two are thin).4: ...
Type:
  • int