CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Creates a cylindrical surface. The length of directionx and directiony specify the radius.
The axis is perpendicular to directionx and directiony (right hand). The u parameter starts at
location+directionx, the v parameter increments along the axis and is 0 at location.
Namespace: CADability.GeoObjectAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
C# |
---|
public CylindricalSurface( GeoPoint location, GeoVector directionx, GeoVector directiony, GeoVector directionz ) |
Visual Basic |
---|
Public Sub New ( _ location As GeoPoint, _ directionx As GeoVector, _ directiony As GeoVector, _ directionz As GeoVector _ ) |
Visual C++ |
---|
public: CylindricalSurface( GeoPoint location, GeoVector directionx, GeoVector directiony, GeoVector directionz ) |
Parameters
- location
- Type: CADability..::..GeoPoint
- directionx
- Type: CADability..::..GeoVector
- directiony
- Type: CADability..::..GeoVector
- directionz
- Type: CADability..::..GeoVector