void sgCSphericBand::GetGeometry(SG_SPHERIC_BAND& spb_geom)
Description:
Fills the spherical band geometry structure.
Arguments:
spb_geom - return spherical band geometry.
Returned value:
Fills the argument with spherical band geometry. Read more about spherical band geometry at SG_SPHERIC_BAND
Example:
sgCSphericBand* spb = sgCreateSphericBand(10.0, -0.5, 0.5, 36);
SG_BOX spb_geo;
spb->GetGeometry(spb_geo);
assert(spb_geo.Radius==10.0)
assert(spb_geo.BeginCoef==-0.5);
assert(spb_geo.EndCoef==0.5);
See also:
Objects hierarchy sgCObject methods SG_SPHERIC_BAND sgCSphericBand::Create