CADability dotNET
The ISurface type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsUPeriodic |
Returns true, if this surface is periodic in the u direction (e.g. a cylinder)
false otherwise.
| |
| IsVPeriodic |
Returns true, if this surface is periodic in the v direction (e.g. a torus)
false otherwise.
| |
| Oriented |
Returns true, if this surface divides the space into two parts. If the surfaces is Oriented
Orientation(GeoPoint) returns a valid result
| |
| UPeriod |
Returns the u priod of this surface if it is u periodic
0.0 otherwise
| |
| VPeriod |
Returns the v priod of this surface if it is v periodic
0.0 otherwise
|