Method CreateEllipticConeSurface
CreateEllipticConeSurface(double, double, double, Matrix4)
Create a new elliptic cone surface
Declaration
public uint CreateEllipticConeSurface(double radius1, double radius2, double semiAngle, Matrix4 matrix = null)
Parameters
Type | Name | Description |
---|---|---|
double | radius1 | Radius of the cone at origin on the X axis |
double | radius2 | Radius of the cone at origin on the Y axis |
double | semiAngle | Semi-angle of the cone |
Matrix4 | matrix | Positionning matrix of the cone |
Returns
Type | Description |
---|---|
uint |