proc radius(self: SphereMesh): float64 {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc radius=(self: SphereMesh; val: float64) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc height(self: SphereMesh): float64 {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc height=(self: SphereMesh; val: float64) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc radialSegments(self: SphereMesh): int64 {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc radialSegments=(self: SphereMesh; val: int64) {.gcsafe, locks: 0, raises: [],
tags: []
.}
-
proc rings(self: SphereMesh): int64 {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc rings=(self: SphereMesh; val: int64) {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc isHemisphere(self: SphereMesh): bool {.gcsafe, locks: 0, raises: [], tags: []
.}
-
proc isHemisphere=(self: SphereMesh; val: bool) {.gcsafe, locks: 0, raises: [], tags: []
.}
-