Gocator API > Go2.Profile > Values > Go2ProfileEdgeType
Gocator 2x00 API
Go2ProfileEdgeType
Description

Repesents a profile edge type.

C
enum Go2ProfileEdgeType {
  GO2_PROFILE_EDGE_TYPE_TANGENT = 0,
  GO2_PROFILE_EDGE_TYPE_CORNER = 1
};
Members
Members 
Description 
GO2_PROFILE_EDGE_TYPE_TANGENT = 0 
Detect the edge by looking for the tangent. 
GO2_PROFILE_EDGE_TYPE_CORNER = 1 
Detect the edge by looking for the corner. 
File

Go2ProfileTypes.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.