Interface ISurfaceOfRevolution
Interface of a surface rotating in u direction. Should be implemented by all surfaces, which can be looked at this was
Namespace: CADability.GeoObject
Assembly: CADability.dll
Syntax
public interface ISurfaceOfRevolution
Properties
| Improve this Doc View SourceAxis
The axis for the revolution
Declaration
Axis Axis { get; }
Property Value
| Type | Description |
|---|---|
| Axis |
Curve
The curve, that is rotated
Declaration
ICurve Curve { get; }
Property Value
| Type | Description |
|---|---|
| ICurve |