Share

Miscellaneous Structs

Description

Describes structs specific to miscellaneous classes.

Structures

Structure Description
_ADSSYMBOL_ENTRY This structure encapsulates names, external function, and other information required by ARX defined Lisp command/symbol created using the ACED_ADSSYMBOL_ENTRY_AUTO, ACED_ADSCOMMAND_ENTRY BYID _AUTO, ACED_ADSSYMBOL_ENTRY_AUTO, and ACED_ADSCOMMAND_ENTRY BYID _AUTO macros (see acedDefun() and acedRegFunc() function for more details).
_ARXCOMMAND_ENTRY This structure encapsulates names, command flags, contexts , and other information required by ARX defined commands created using the ACED_ARXCOMMAND_ENTRY_AUTO, and ACED_ARXCOMMAND_ENTRYBYID_AUTO macros (see AcEdCommandStack::addCommand() for more details).
Acad This struct defines enumerations that describe ObjectARX error code definitions, AutoCAD point history values, and mappings to ADSRX return status codes.
ACAD_OPMPROPMAP_ENTRY This struct encapsulates IDs, names, and other information required by the Properties window.
AcadApp Struct contains enumerations pertaining to ObjectARX application-loading behavior and application-level error codes.
AcColorSettings Contains the colors of the AutoCAD drawing window, text window, command line window, crosshair, and AutoTrack vector.
AcColorSettingsEx More color settings.
AcColorSettingsEx2 More color settings.
AcColorSettingsEx3 Additional color settings for AutoCAD.
AcGridProperty Structure to store grid line properties.
AcHyperlink Structure to hold hyperlink information.
Adesk This struct contains extensions to the standard set of primitive data types.
DocOpenParams For internal use only.
e2f_ent Entity record
e2f_hdr Header record
e2f_layer Layer record
e2f_xform Transform record
HtmlWindowOptions This struct allows you to configure the HTML window.
MeshFaceterSettings Faceter settings to be used with acdbGetObjectMesh method.
Mline This struct is essentially a namespace that contains enumerated types and other data used by the AcDbMline class.
pair Represents a pair of BREP objects
PER_FLYOUT_ENTRY Description to come
PROMPT_MAP_ENTRY A structure of map entry prompt values.
resbuf Result buffer structure that handles all AutoCAD basic data types. See ObjectARX Global Utility Functions->Variables, Types, and Values Defined in ObjectARX->Result Buffers and Type Codes in the ObjectARX Developer's Guide for more information.
scn_cmesh The SCENE file control mesh record.
scn_cvrt The SCENE file polygon contour vertex record.
scn_node Description of the temporary records used to keep the polygonal mesh vertices. This record belongs to the temporary file VERTEX.$AS which is a binary tree of all the vertices of a given polygonal mesh.
scn_pmsh The SCENE file polygonal mesh record.
scn_vrtc This is the SCENE file vertex record.
SecurityParams This struct stores information for security operations requested during DWG file I/O.
SignatureInfo For internal use only.
std::hash<AcString> Specialization of std::hash so AcString can be used directly with std containers that use hash without having to define a custom hasher.Meets all requirements from https://en.cppreference.com/w/cpp/utility/hash.

Was this information helpful?