Synopsis
PDX_MSGT dxcr_Vertex(long option, MDA_PTR orig_db_ptr, double *xyzloc, double bulge, int vflag, int *face_mesh, int dxf_model, MDA_PTR *dxf_db_ptr)
Purpose
Creates a DXF vertex.
Description
Creates a DXF vertex entity in the specified model based on data provided. The data provided must result in a valid definition.
The orig_db_ptr argument should contain the database pointer of the entity that the new entity was created from (usually this should be obtained by the calling routine via mda_GetOrigDbptr) or MDA_NULL_PTR. See the mda_intro man page for more information about predecessor entities. vflag must be set to one of the following values: DXFI_2DPOLYLINE_VERTEX DXFI_3DPOLYLINE_VERTEX DXFI_3DPOLYGON_MESH_VERTEX DXFI_3DPOLYFACE_MESH_VERTEX
Input
option
Options (not used)
orig_db_ptr
The database pointer of the originating entity
xyzloc
XYZ location
bulge
Bulge value
vflag
Vertex flag
face_mesh
Face mesh vertex indices
dxf_model
The model for creating the DXF entity or entities
Output
dxf_db_ptr
The database pointer of the resulting DXF entity
Return
DXCR_NOERR
Low level error return
.fi