M_Rhino_Geometry_HiddenLineDrawingParameters_AddGeometry_1 - mcneel/rhinocommon-api-docs GitHub Wiki

HiddenLineDrawingParameters.AddGeometry Method (GeometryBase, Object)

Add geometry that should be included in the calculation

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool AddGeometry(
	GeometryBase geometry,
	Object tag
)

VB

Public Function AddGeometry ( 
	geometry As GeometryBase,
	tag As Object
) As Boolean

Parameters

 

geometry
Type: Rhino.Geometry.GeometryBase
Currently only curves, meshes, breps, surfaces, and extrusions are supported
tag
Type: System.Object
arbitrary data to be associated with this geometry

Return Value

Type: Boolean
true if the type of geometry can be added for calculations. Currently only curves, meshes, breps, surfaces and extrusions are supported

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

HiddenLineDrawingParameters Class
AddGeometry Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️