CADability dotNET
Returns a new Block with the Insertion applied and also the ByBlock colors and layers applied Usually the result is only used temporaryly.

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

Syntax

C#
public Block Flattened { get; }
Visual Basic
Public ReadOnly Property Flattened As Block
	Get
Visual C++
public:
property Block^ Flattened {
	Block^ get ();
}

See Also