CADability dotNET
Decomposes this GeoObject into simpler GeoObjects. May return null if there are no simpler objects.

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

Syntax

C#
public virtual GeoObjectList Decompose()
Visual Basic
Public Overridable Function Decompose As GeoObjectList
Visual C++
public:
virtual GeoObjectList^ Decompose()

Return Value

Implements

IGeoObject..::..Decompose()()()()

See Also