Represents an extruded geometry.
More...
Represents an extruded geometry.
- See also
GeometryFactory.CreateExtrudedGeometry
◆ IsBaseGeometrySupported()
Tests whether the given geometry can be used as a base geometry for an ExtrudedGeometry
.
Currently, all Curve
and Surface
geometries are supported, as well as MultiGeometry
instances that consist solely of such geometries.
- Parameters
-
geometry | the geometry to check. |
- Returns
- true if the given geometry can be used as a base for an
ExtrudedGeometry
.
◆ BaseGeometry
The base geometry.
[get]
Returns the base geometry.
◆ MaxHeight
double Luciad.Geometries.ExtrudedGeometry.MaxHeight |
|
get |
The upper/top boundary of the 3D volume.
[get]
Returns the upper/top boundary of the 3D volume.
◆ MinHeight
double Luciad.Geometries.ExtrudedGeometry.MinHeight |
|
get |
The lower/bottom boundary of the 3D volume.
[get]
Returns the lower/bottom boundary of the 3D volume.