public interface ICadGeometry
ICadGeometry class
Modifier and Type | Method and Description |
---|---|
int |
calculateGeometryCadEntities()
Calculates the geometry cad entities.
|
List<CadBaseEntity> |
convertGeometryToCadEntities()
Converts the geometry to cad entities.
|
int |
getStartHandle()
The start handle
|
void |
processGeometryLineType(CadLineTypesDictionary ltDict)
Processes the type of the geometry line.
|
void |
processGeometryTextStyle(CadStylesList stylesList)
Processes the geometry text style.
|
void |
setStartHandle(int value)
The start handle
|
int getStartHandle()
The start handle
void setStartHandle(int value)
The start handle
List<CadBaseEntity> convertGeometryToCadEntities()
Converts the geometry to cad entities.
CadBaseEntity
.int calculateGeometryCadEntities()
Calculates the geometry cad entities.
void processGeometryLineType(CadLineTypesDictionary ltDict)
Processes the type of the geometry line.
ltDict
- The lt dictionary.void processGeometryTextStyle(CadStylesList stylesList)
Processes the geometry text style.
stylesList
- The styles list.