|
IGeom3DSphere::PoleDir
Description
This property returns a direction normal to (U,V) - original direction (IGeom3DSphere::OriginDir) which points from the center towards the maximum singularity point with the U parameter. This property allows you to get the direction in which the U parameter increases.
Syntax
PoleDirection = PoleDir ( );
Return: (Variant) PoleDirection |
Variant that contains double array of vector coordinates (x,y,z). |
|