Method CreateRevolutionSurface
CreateRevolutionSurface(uint, Point3, Point3, double, double)
Create a new revolution surface
Declaration
[HandleProcessCorruptedStateExceptions]
public uint CreateRevolutionSurface(uint generatrixCurve, Point3 axisOrigin, Point3 axisDirection, double startParam = 0, double endParam = 6.283185307179586)
Parameters
Type | Name | Description |
---|---|---|
uint | generatrixCurve | Generatrix curve rotated to create the revolution surface |
Point3 | axisOrigin | Axis origin point |
Point3 | axisDirection | Axis direction vector |
double | startParam | Start angle of the revolution surface (in rad) |
double | endParam | End angle of the revolution surface (in rad) |
Returns
Type | Description |
---|---|
uint |