Description:

Add geometry that should be included in the calculation

Syntax:
public bool AddGeometry(
GeometryBase geometry,
object tag,
bool occluding_sections
)
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
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 that should be included in the calculation

Syntax:
public bool AddGeometry(
GeometryBase geometry,
object tag
)
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
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 that should be included in the calculation

Syntax:
public bool AddGeometry(
GeometryBase geometry,
Transform xform,
object tag,
bool occluding_sections
)
Parameters:
  • geometry
  • Type: GeometryBase
  • Currently only points, point clouds, 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
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 that should be included in the calculation

Syntax:
public bool AddGeometry(
GeometryBase geometry,
Transform xform,
object tag
)
Parameters:
  • geometry
  • Type: GeometryBase
  • Currently only points, point clouds, curves, meshes, breps, surfaces, and extrusions are supported
  • tag
  • Type: object
  • arbitrary data to be associated with this geometry
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

Nothing found