|
SphericalZoneMesh3D Constructor |
Constructor
Namespace: Ab3d.MeshesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public SphericalZoneMesh3D(
Point3D centerPosition,
Vector3D direction,
double circularRadius,
double directionalRadius,
double zoneStartAngle,
double zoneEndAngle,
int circularSegments,
int directionalSegments
)
Parameters
- centerPosition Point3D
- center position of the sphere
- direction Vector3D
- direction of the zone
- circularRadius Double
- circular radius of the sphere that defines the radius that is perpendicular to the direction
- directionalRadius Double
- directional radius of the sphere that defines the radius that is parallel to the direction
- zoneStartAngle Double
- start angle of the zone in the range from 0 to 180 (0 represent start of the sphere - pole; 90 represents the equator of the sphere; 180 represents the end of the sphere)
- zoneEndAngle Double
- end angle of the zone in the range from 0 to 180 (0 represent start of the sphere - pole; 90 represents the equator of the sphere; 180 represents the end of the sphere)
- circularSegments Int32
- number of segments around the circular ares of the spherical zone
- directionalSegments Int32
- number of segments in the direction of the defined by the direction argument
See Also