ParseArc (class MKI_BLOCK_ENUM)

www.CAD6.com

C++ Syntax

bool

MKI_BLOCK_ENUM::ParseArc(

 MKI_BLOCK_ENUM& f_rData ) const;

 

Checks if the point data block following the current one is of type MKI_DB_ALL_CURVE. If so, the enumerator f_rData is initialized with that data block and the offset is increased to point behind that data block. All point and outline attributes in between are skipped.

 

Return Value

Returns true if successful. Otherwise, nothing is changed and false is returned.

 

Comment

This is usually used while parsing curves and surfaces if the current data block is of type MKI_DB_POINT_ARC. Point and outline attributes in between will be skipped.

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH