实体定义
球面(GfcSphere)。
属性定义
序号属性名称中文解释数据类型必填
GfcRoot
GfcGeometry
GfcSurface
GfcSphere
1Radius球面半径GfcDouble
2Coords球面的局部坐标系,球心在原点,北极在 Z 轴正半轴上,0 度经线在 XOZ 平面上GfcCoordinates3d
3RangeU半径乘以经度的范围,rangeU.Max - rangeU.Min <= radius * M_2PIGfcIntervald
4RangeV半径乘以纬度的范围,-radius * M_PI_2 <= rangeV.Min <= rangeV.Max <= radius * M_PI_2GfcIntervald
继承关系
GfcRoot
  └GfcGeometry
    └GfcSurface
      └GfcSphere