HiddenLineDrawingParametersAddGeometryAndPlanes Method (GeometryBase, Object, Boolean, ListPlane) |
Add geometry and its active clipping planes to be included in the calculation
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public bool AddGeometryAndPlanes(
GeometryBase geometry,
Object tag,
bool occluding_sections,
List<Plane> clips
)
Public Function AddGeometryAndPlanes (
geometry As GeometryBase,
tag As Object,
occluding_sections As Boolean,
clips As List(Of Plane)
) As Boolean
Parameters
- geometry
- Type: Rhino.GeometryGeometryBase
Currently only curves, meshes, breps, surfaces, and extrusions are supported
- tag
- Type: SystemObject
arbitrary data to be associated with this geometry
- occluding_sections
- Type: SystemBoolean
sections of this geometry occlude - clips
- Type: System.Collections.GenericListPlane
Active clipping planes for this object
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
See Also