Show / Hide Table of Contents

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 Source

Axis

The axis for the revolution

Declaration
Axis Axis { get; }
Property Value
Type Description
Axis
| Improve this Doc View Source

Curve

The curve, that is rotated

Declaration
ICurve Curve { get; }
Property Value
Type Description
ICurve
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX