LibreDWG API  0.13.3
LibreDWG API - The DWG Library
_dwg_entity_SECTIONOBJECT Struct Reference

#include <dwg.h>

Data Fields

struct _dwg_object_entityparent
 
BITCODE_BL state
 DXF 90. More...
 
BITCODE_BL flags
 DXF 91. More...
 
BITCODE_TV name
 DXF 1. More...
 
BITCODE_3BD vert_dir
 DXF 10. More...
 
BITCODE_BD top_height
 DXF 40. More...
 
BITCODE_BD bottom_height
 DXF 41. More...
 
BITCODE_BS indicator_alpha
 DXF 70. More...
 
BITCODE_CMC indicator_color
 DXF 62/420 (but documented as 63/411) More...
 
BITCODE_BL num_verts
 DXF 92. More...
 
BITCODE_3BDverts
 DXF 11. More...
 
BITCODE_BL num_blverts
 DXF 93. More...
 
BITCODE_3BDblverts
 DXF 12. More...
 
BITCODE_H section_settings
 DXF 360. More...
 

Field Documentation

◆ blverts

BITCODE_3BD* _dwg_entity_SECTIONOBJECT::blverts

DXF 12.

◆ bottom_height

BITCODE_BD _dwg_entity_SECTIONOBJECT::bottom_height

DXF 41.

◆ flags

BITCODE_BL _dwg_entity_SECTIONOBJECT::flags

DXF 91.

hitflags: sectionline=1, sectionlinetop=2, sectionlinebottom=4, backline=8, backlinetop=16, backlinebottom=32, verticallinetop=64, verticallinebottom=128. heightflags: HeightAboveSectionLine=1, HeightBelowSectionLine=2

◆ indicator_alpha

BITCODE_BS _dwg_entity_SECTIONOBJECT::indicator_alpha

DXF 70.

◆ indicator_color

BITCODE_CMC _dwg_entity_SECTIONOBJECT::indicator_color

DXF 62/420 (but documented as 63/411)

◆ name

BITCODE_TV _dwg_entity_SECTIONOBJECT::name

DXF 1.

◆ num_blverts

BITCODE_BL _dwg_entity_SECTIONOBJECT::num_blverts

DXF 93.

◆ num_verts

BITCODE_BL _dwg_entity_SECTIONOBJECT::num_verts

DXF 92.

◆ parent

struct _dwg_object_entity* _dwg_entity_SECTIONOBJECT::parent

◆ section_settings

BITCODE_H _dwg_entity_SECTIONOBJECT::section_settings

DXF 360.

◆ state

BITCODE_BL _dwg_entity_SECTIONOBJECT::state

DXF 90.

Plane=1, Boundary=2, Volume=4

◆ top_height

BITCODE_BD _dwg_entity_SECTIONOBJECT::top_height

DXF 40.

◆ vert_dir

BITCODE_3BD _dwg_entity_SECTIONOBJECT::vert_dir

DXF 10.

normal to the segment line, on the plane

◆ verts

BITCODE_3BD* _dwg_entity_SECTIONOBJECT::verts

DXF 11.


The documentation for this struct was generated from the following file: