CADability dotNET

The ISurface type exposes the following members.

Properties

  NameDescription
Public propertyIsUPeriodic
Returns true, if this surface is periodic in the u direction (e.g. a cylinder) false otherwise.
Public propertyIsVPeriodic
Returns true, if this surface is periodic in the v direction (e.g. a torus) false otherwise.
Public propertyOriented
Returns true, if this surface divides the space into two parts. If the surfaces is Oriented Orientation(GeoPoint) returns a valid result
Public propertyUPeriod
Returns the u priod of this surface if it is u periodic 0.0 otherwise
Public propertyVPeriod
Returns the v priod of this surface if it is v periodic 0.0 otherwise

See Also