LuciadCPillar C# 2024.0.08
Luciad.Geometries.ExtrudedGeometry Class Reference

Represents an extruded geometry. More...

Inheritance diagram for Luciad.Geometries.ExtrudedGeometry:
Luciad.Geometries.Geometry

Static Public Member Functions

static bool IsBaseGeometrySupported (Luciad.Geometries.Geometry geometry)
 Tests whether the given geometry can be used as a base geometry for an ExtrudedGeometry. More...
 

Properties

Luciad.Geometries.Geometry BaseGeometry [get]
 The base geometry. More...
 
double MaxHeight [get]
 The upper/top boundary of the 3D volume. More...
 
double MinHeight [get]
 The lower/bottom boundary of the 3D volume. More...
 
- Properties inherited from Luciad.Geometries.Geometry
Luciad.Geometries.Bounds Bounds [get]
 The bounds for the geometry object. More...
 
Luciad.Geodesy.CoordinateReference Reference [get]
 The coordinate reference of the geometry. More...
 

Additional Inherited Members

- Public Member Functions inherited from Luciad.Geometries.Geometry
void Dispose ()
 

Detailed Description

Represents an extruded geometry.

See also
GeometryFactory.CreateExtrudedGeometry

Member Function Documentation

◆ IsBaseGeometrySupported()

static bool Luciad.Geometries.ExtrudedGeometry.IsBaseGeometrySupported ( Luciad.Geometries.Geometry  geometry)
inlinestatic

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
geometrythe geometry to check.
Returns
true if the given geometry can be used as a base for an ExtrudedGeometry.

Property Documentation

◆ BaseGeometry

Luciad.Geometries.Geometry Luciad.Geometries.ExtrudedGeometry.BaseGeometry
get

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.