Solids

Global solids

class geometries.h2e.solids.Ball.Ball(location, radius, material, ptMaterial)

Ball in H2 x E.

Constructor

Arguments:
  • location (Isometry|Point|Vector) – the location of the ball

  • radius (number) – the radius of the ball

  • material (Material) – the material of the ball

  • ptMaterial (PTMaterial) – material for path tracing (optional)

geometries.h2e.solids.Ball.Ball.Ball

Constructor

class geometries.h2e.solids.HorizontalCylinder.HorizontalCylinder(location, radius, material, ptMaterial)

Horizontal cylinder in H2 x E.

Constructor

Arguments:
  • location (Isometry) – the location of the cylinder

  • radius (number) – the radius of the cylinder

  • material (Material) – the material of the cylinder

  • ptMaterial (PTMaterial) – material for path tracing (optional)

geometries.h2e.solids.HorizontalCylinder.HorizontalCylinder.HorizontalCylinder

Constructor

class geometries.h2e.solids.VerticalCylinder.VerticalCylinder(location, radius, material, ptMaterial)

Vertical cylinder in H2 x E.

Constructor

Arguments:
  • location (Isometry) – the location of the cylinder

  • radius (number) – the radius of the cylinder

  • material (Material) – the material of the cylinder

  • ptMaterial (PTMaterial) – material for path tracing (optional)

geometries.h2e.solids.VerticalCylinder.VerticalCylinder.VerticalCylinder

Constructor

class geometries.h2e.solids.WHalfSpace.WHalfSpace(location, material, ptMaterial)

Half space {w < 0}

Constructor

Arguments:
  • location (Isometry) – the location of the half space

  • material (Material) – the material of the half space

  • ptMaterial (PTMaterial) – material for path tracing (optional)

geometries.h2e.solids.WHalfSpace.WHalfSpace.WHalfSpace

Constructor

Local solids

class geometries.h2e.solids.LocalBall.LocalBall(location, radius, material, ptMaterial)

Ball in H2 x E.

Constructor

Arguments:
  • location (Isometry|Point|Vector) – the location of the ball

  • radius (number) – the radius of the ball

  • material (Material) – the material of the ball

  • ptMaterial (PTMaterial) – material for path tracing (optional)

geometries.h2e.solids.LocalBall.LocalBall.LocalBall

Constructor

class geometries.h2e.solids.LocalHorizontalCylinder.LocalHorizontalCylinder(location, radius, material, ptMaterial)

Horizontal cylinder in H2 x E.

Constructor

Arguments:
  • location (Isometry) – the location of the cylinder

  • radius (number) – the radius of the cylinder

  • material (Material) – the material of the cylinder

  • ptMaterial (PTMaterial) – material for path tracing (optional)

geometries.h2e.solids.LocalHorizontalCylinder.LocalHorizontalCylinder.LocalHorizontalCylinder

Constructor

class geometries.h2e.solids.LocalVerticalCylinder.LocalVerticalCylinder(location, radius, material, ptMaterial)

Vertical cylinder in H2 x E.

Constructor

Arguments:
  • location (Isometry) – the location of the cylinder

  • radius (number) – the radius of the cylinder

  • material (Material) – the material of the cylinder

  • ptMaterial (PTMaterial) – material for path tracing (optional)

geometries.h2e.solids.LocalVerticalCylinder.LocalVerticalCylinder.LocalVerticalCylinder

Constructor

class geometries.h2e.solids.LocalWHalfSpace.LocalWHalfSpace(location, material, ptMaterial)

Half space {w < 0}

Constructor

Arguments:
  • location (Isometry) – the location of the half space

  • material (Material) – the material of the half space

  • ptMaterial (PTMaterial) – material for path tracing (optional)

geometries.h2e.solids.LocalWHalfSpace.LocalWHalfSpace.LocalWHalfSpace

Constructor

class geometries.h2e.solids.LocalWSlab.LocalWSlab(location, thickness, material, ptMaterial)

Slab {abs(w) < thickness}

Constructor

Arguments:
  • location (Isometry) – the location of the half space

  • thickness (number) – thickness of the slab

  • material (Material) – the material of the half space

  • ptMaterial (PTMaterial) – material for path tracing (optional)

geometries.h2e.solids.LocalWSlab.LocalWSlab.LocalWSlab

Constructor