|
CFx SDK Documentation 2026 SP0
|
#include <GiDummyGeometry.h>
Corresponding C++ library: TD_Gi <group OdGi_Classes>
Definition at line 2284 of file GiDummyGeometry.h.
|
inline |
Adds the specified light. Does nothing in the current implementation.
Definition at line 2619 of file GiDummyGeometry.h.
|
inline |
Retrieves color index (ACI).
Reimplemented in OdGiSubEntityTraits_.
Definition at line 2500 of file GiDummyGeometry.h.
|
inline |
Retrieves the current DrawFlags bitmask.
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2639 of file GiDummyGeometry.h.
|
inline |
Retrieves the current fill plane. Currently not implemented.
| normal | [in] Normal to a plane. |
Definition at line 2548 of file GiDummyGeometry.h.
|
inline |
Retrieves the current linetype.
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2538 of file GiDummyGeometry.h.
|
inline |
Retrieves the current layer.
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2520 of file GiDummyGeometry.h.
|
inline |
Retrieves the current linetype.
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2530 of file GiDummyGeometry.h.
|
inline |
Retrieves the current linetype scale.
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2568 of file GiDummyGeometry.h.
|
inline |
Retrieves the current lineweight.
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2558 of file GiDummyGeometry.h.
|
inline |
Retrieves the current LockFlags bitmask.
Definition at line 2647 of file GiDummyGeometry.h.
|
inline |
Retrieves pointer to the current material mapper.
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2612 of file GiDummyGeometry.h.
|
inline |
Retrieves the identifier of the material.
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2602 of file GiDummyGeometry.h.
|
inline |
Retrieves object ID of the the plot style name.
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2592 of file GiDummyGeometry.h.
|
inline |
Retrieves the current PlotStyleName type.
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2584 of file GiDummyGeometry.h.
|
inline |
Retrieves the current sectionable flag.
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2677 of file GiDummyGeometry.h.
|
inline |
Retrieves the current SelectionFlags.
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2685 of file GiDummyGeometry.h.
|
inline |
Retrieves the current selection geometry flag.
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2657 of file GiDummyGeometry.h.
|
inline |
Sets the current color index (ACI). Does nothing in current implementation.
| color | [in] Color index. |
Value Description kACIbyBlock 0 ByBlock. kACIforeground 7 Foreground color. kACIbyLayer 256 ByLayer. kACIRed 1 Red. kACIYellow 2 Yellow. kACIGreen 3 Green. kACICyan 4 Cyan. kACIBlue 5 Blue. kACIMagenta 6 Magenta. .. 8-255 Defined by AcadPalette.h
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2310 of file GiDummyGeometry.h.
|
inline |
Sets the drawing flags. Does nothing in current implementation.
| drawFlags | [in] Input bitmask with DrawFlags. |
Definition at line 2449 of file GiDummyGeometry.h.
|
inline |
Sets the current fill plane. Does nothing in current implementation.
| pNormal | [in] Pointer to the normal to the plane. |
Definition at line 2363 of file GiDummyGeometry.h.
|
inline |
Sets the current fill type. Does nothing in current implementation.
| fillType | [in] Fill type. |
Value Description kOdGiFillAlways 1 Fill closed graphic primitives. kOdGiFillNever 2 Don't fill closed graphic primitives.
Definition at line 2356 of file GiDummyGeometry.h.
|
inline |
Sets the current layer. Does nothing in current implementation.
| layerId | [in] Object ID of the LayerTableRecord. |
Definition at line 2327 of file GiDummyGeometry.h.
|
inline |
Sets the current linetype. Does nothing in current implementation.
| lineTypeId | [in] Object ID of the LinetypeTableRecord. |
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2335 of file GiDummyGeometry.h.
|
inline |
Sets the current linetype scale. Does nothing in current implementation.
| lineTypeScale | [in] Linetype scale factor. |
Definition at line 2380 of file GiDummyGeometry.h.
|
inline |
Sets the current lineweight. Does nothing in current implementation.
| lineWeight | [in] Lineweight. |
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2372 of file GiDummyGeometry.h.
|
inline |
Sets the lock flags. Does nothing in current implementation.
| lockFlags | [in] Input bitmask with LockFlags. |
Definition at line 2456 of file GiDummyGeometry.h.
|
inline |
Sets the current material mapper. Does nothing in current implementation.
| pMapper | [in] Pointer to the GI mapper object. |
Definition at line 2423 of file GiDummyGeometry.h.
|
inline |
Sets the current material. Does nothing in current implementation.
| materialId | [in] Object ID of the material. |
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2415 of file GiDummyGeometry.h.
|
inline |
Sets the current PlotStyleName. Does nothing in current implementation.
| plotStyleNameType | [in] Plot Style Name Type. |
| pPlotStyleNameId | [in] Object ID of the Plot Style Name. |
plotStyleNameType must be one of the following:
Value
kPlotStyleNameByLayer 0 kPlotStyleNameByBlock 1 kPlotStyleNameIsDictDefault 2 kPlotStyleNameById 3
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2407 of file GiDummyGeometry.h.
|
inline |
Sets sectionable flag. Does nothing in current implementation.
| bSectionableFlag | [in] New sectionable flag. |
Definition at line 2483 of file GiDummyGeometry.h.
|
inline |
Sets the selection flags. Does nothing in current implementation.
| selectionFlags | [in] Input SelectionFlags. |
Definition at line 2490 of file GiDummyGeometry.h.
|
inline |
Sets selection geometry flag. Does nothing in current implementation.
| bSelectionFlag | [in] New selection geometry flag. |
Definition at line 2465 of file GiDummyGeometry.h.
|
inline |
Sets the current selection marker. Does nothing in current implementation.
| selectionMarker | [in] Selection marker. |
Definition at line 2341 of file GiDummyGeometry.h.
|
inline |
Sets the shadow flags. Does nothing in current implementation.
| shadowFlags | [in] Input ShadowFlags. |
Definition at line 2474 of file GiDummyGeometry.h.
|
inline |
Sets the current thickness. Does nothing in current implementation.
| thickness | [in] Thickness. |
Definition at line 2386 of file GiDummyGeometry.h.
|
inline |
Sets the current transparency. Does nothing in current implementation.
| transparency | [in] OdCmTransparency object. |
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2442 of file GiDummyGeometry.h.
|
inline |
Sets the current color from an OdCmEntityColor instance. Does nothing in current implementation.
| color | [in] OdCmEntityColor object. |
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2319 of file GiDummyGeometry.h.
|
inline |
Sets the current visual style. Does nothing in current implementation.
| visualStyleId | [in] Object ID of the visual style. |
Definition at line 2431 of file GiDummyGeometry.h.
|
inline |
Retrieves the current ShadowFlags.
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2667 of file GiDummyGeometry.h.
|
inline |
Retrieves the current thickness.
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2576 of file GiDummyGeometry.h.
|
inline |
Retrieves the current transparency.
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2631 of file GiDummyGeometry.h.
|
inline |
Retrieves entity color.
Reimplemented in OdGiLayerTraitsTaker.
Definition at line 2510 of file GiDummyGeometry.h.