Description:
Add geometry and its active clipping planes to be included in the calculation
Syntax:
public bool AddGeometryAndPlanes(
GeometryBase geometry,
object tag,
bool occluding_sections,
List<Plane> clips
)
GeometryBase geometry,
object tag,
bool occluding_sections,
List<Plane> clips
)
Parameters:
- geometry
- Type: GeometryBase
- Currently only curves, meshes, breps, surfaces, and extrusions are supported
- tag
- Type: object
- arbitrary data to be associated with this geometry
- occluding_sections
- Type: bool
- sections of this geometry occlude
- clips
- Type: List<Plane>
- Active clipping planes for this object
Returns:
Type: bool
True if the type of geometry can be added for calculations. Currently only curves, meshes, breps, surfaces and extrusions are supported
Available since:
6.0
Description:
Add geometry and its active clipping planes to be included in the calculation
Syntax:
Parameters:
- geometry
- Type: GeometryBase
- Currently only curves, meshes, breps, surfaces, and extrusions are supported
- tag
- Type: object
- arbitrary data to be associated with this geometry
- clips
- Type: List<Plane>
- Active clipping planes for this object
Returns:
Type: bool
True if the type of geometry can be added for calculations. Currently only curves, meshes, breps, surfaces and extrusions are supported
Available since:
6.0
Description:
Add geometry and its active clipping planes to be included in the calculation
Syntax:
public bool AddGeometryAndPlanes(
GeometryBase geometry,
Transform xform,
object tag,
bool occluding_sections,
List<Plane> clips
)
GeometryBase geometry,
Transform xform,
object tag,
bool occluding_sections,
List<Plane> clips
)
Parameters:
- geometry
- Type: GeometryBase
- Currently only points, point clouds, curves, meshes, breps, surfaces, and extrusions are supported
- xform
- Type: Transform
- tag
- Type: object
- arbitrary data to be associated with this geometry
- occluding_sections
- Type: bool
- sections of this geometry occlude
- clips
- Type: List<Plane>
- Active clipping planes for this object
Returns:
Type: bool
True if the type of geometry can be added for calculations. Currently only points, point clouds, curves, meshes, breps, surfaces and extrusions are supported
Available since:
6.0
Description:
Add geometry and its active clipping planes to be included in the calculation
Syntax:
public bool AddGeometryAndPlanes(
GeometryBase geometry,
Transform xform,
object tag,
List<Plane> clips
)
GeometryBase geometry,
Transform xform,
object tag,
List<Plane> clips
)
Parameters:
- geometry
- Type: GeometryBase
- Currently only points, point clouds, curves, meshes, breps, surfaces, and extrusions are supported
- xform
- Type: Transform
- tag
- Type: object
- arbitrary data to be associated with this geometry
- clips
- Type: List<Plane>
- Active clipping planes for this object
Returns:
Type: bool
True if the type of geometry can be added for calculations. Currently only points, point clouds, curves, meshes, breps, surfaces and extrusions are supported
Available since:
6.0