Description:
Prompt for the getting of a mesh ellipsoid.
Parameters:
- verticalFaces
- Type: int
- The number of faces in the vertical direction.
- aroundFaces
- Type: int
- The number of faces in the around direction
- ellipsoid
- Type: Geometry.Mesh
- The ellipsoid in Mesh form.
Returns:
Type: Result
The result of the getting operation.
Available since:
7.0
Description:
Prompt for the getting of a mesh ellipsoid.
Parameters:
- verticalFaces
- Type: int
- The number of faces in the vertical direction.
- aroundFaces
- Type: int
- The number of faces in the around direction
- quadCaps
- Type: bool
- Set True to create quad faces at the caps, False for triangles.
- ellipsoid
- Type: Geometry.Mesh
- The ellipsoid in Mesh form.
Returns:
Type: Result
The result of the getting operation.
Available since:
7.0