Loading...
Searching...
No Matches
NCJoinType.h File Reference

Enum defining the type of join for polyline segments. More...

import <Foundation/Foundation.h>
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  NCJoinType {
  NCJoinTypeMITER ,
  NCJoinTypeBEVEL ,
  NCJoinTypeROUND
}
 Enum defining the type of join for polyline segments. More...
 

Detailed Description

Enum defining the type of join for polyline segments.

Definition in file NCJoinType.h.

Enumeration Type Documentation

◆ NCJoinType

enum NCJoinType

Enum defining the type of join for polyline segments.

Referenced from PolylineMapObject.

Enumerator
NCJoinTypeMITER 

No points added at the line join.

NCJoinTypeBEVEL 

One point added to flatten the corner of a join.

NCJoinTypeROUND 

Five points added in a fan to make a round outer join.

Definition at line 14 of file NCJoinType.h.