interface CamNestedPart {
    coordinateSystem: CoordinateSystem2;
    innerOuterPolygon: InnerOuterPolygon;
}

Properties

coordinateSystem: CoordinateSystem2
innerOuterPolygon: InnerOuterPolygon