CADability dotNET
Internal helper class for ISurface implementation.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public abstract class ISurfaceImpl : IShowPropertyImpl, 
	ISurface, IOctTreeInsertable
Visual Basic
Public MustInherit Class ISurfaceImpl _
	Inherits IShowPropertyImpl _
	Implements ISurface, IOctTreeInsertable
Visual C++
public ref class ISurfaceImpl abstract : public IShowPropertyImpl, 
	ISurface, IOctTreeInsertable

Inheritance Hierarchy

See Also