M_Rhino_Geometry_HiddenLineDrawingParameters_AddGeometry - mcneel/rhinocommon-api-docs GitHub Wiki

HiddenLineDrawingParameters.AddGeometry Method (GeometryBase, Transform, 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,
	Transform xform,
	Object tag
)

VB

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

Parameters

 

geometry
Type: Rhino.Geometry.GeometryBase
Currently only curves, meshes, breps, surfaces, and extrusions are supported
xform
Type: Rhino.Geometry.Transform
[Missing documentation for "M:Rhino.Geometry.HiddenLineDrawingParameters.AddGeometry(Rhino.Geometry.GeometryBase,Rhino.Geometry.Transform,System.Object)"]
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** ⚠️