All Civil3D Point related functions use the
prefix : "civil:point-".
A Civil3D Point is represented as a custom
entity, and is defined by a number of properties like Number, Name,
Raw Description, Full Description, Easting (X), Northing (Y),
Elevation (Z), and uses several specifications like Label Style,
Label Rotation, Label Position, Label Dragged, Label Pinned, Symbol
Style, Symbol Rotation
Each Point has a unique number >= 0
(negative not allowed), and is accessed by its associated 64-bit
integer "handle", stored inside the dwg database;
the Lisp interface uses the 64-bit integer
"handle" to access a Point for reading + writing
properties.
A Civil3D Point can be a member of multiple
PointGroups, based on PointGroups' filter lists.
Point related functions allow to query and
edit a single Point :
|
|
|
||
|
|
|
|
|
|
||||
|
||||
|
||||
|
||||
|
|
|
||
|
|
|
|
|
|
||||
|
||||
|
||||
|
|
|||
|
|
|
||
|
|
|
|
|
|
|
|
||
|
|
|
|
|
© Bricsys NV. All rights reserved. |