Click or drag to resize

HiddenLineDrawingParametersAddGeometry Method (GeometryBase, Transform, Object, Boolean)

Add geometry that should be included in the calculation

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool AddGeometry(
	GeometryBase geometry,
	Transform xform,
	Object tag,
	bool occluding_sections
)

Parameters

geometry
Type: Rhino.GeometryGeometryBase
Currently only points, point clouds, curves, meshes, breps, surfaces, and extrusions are supported
xform
Type: Rhino.GeometryTransform

[Missing <param name="xform"/> documentation for "M:Rhino.Geometry.HiddenLineDrawingParameters.AddGeometry(Rhino.Geometry.GeometryBase,Rhino.Geometry.Transform,System.Object,System.Boolean)"]

tag
Type: SystemObject
arbitrary data to be associated with this geometry
occluding_sections
Type: SystemBoolean
sections of this geometry occlude

Return Value

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