DbFace.h
This class implements the /3d face/ object (3D Face entity) in the database. This class inherits the base functionality of entities.
TD_Db
Example of Working with the 3D Face Object
Working with 3D Faces
|
Name |
Description |
|
Builds an instance of the /3d face/ entity. |
|
Name |
Description |
|
Reads the .dwg file data of this object. | |
|
This is DWGMAP_DECLARE_MEMBERS, a member of class OdDbFace. | |
|
Writes the .dwg file data of this object. | |
|
Reads the DXF data of this object. | |
|
Reads the DXF R12 format data of this object. | |
|
Writes the DXF data of this object. | |
|
Writes the DXF data of this object. | |
|
Returns the plane that contains this entity. | |
|
Gets the WCS coordinates of the vertex belonged to the 3d face entity using its index (DXF 10, 11, 12, or 13). | |
|
Determines the visiblity of 3d face edge at the specified index (DXF 70) and returns True if the edge is visible or False if the edge is invisible. | |
|
Turns to invisible the 3d face edge at the specified index (DXF 70). | |
|
Turns to visible the 3d face edge at the specified index (DXF 70). | |
|
Sets the WCS coordinates of the vertex belonged to the 3d face entity using its index (DXF 10, 11, 12, or 13). | |
|
overridables | |
|
This is subGetGsMarkersAtSubentPath, a member of class OdDbFace. | |
|
This is subGetSubentPathsAtGsMarker, a member of class OdDbFace. | |
|
This is subTransformBy, a member of class OdDbFace. | |
|
This is subViewportDraw, a member of class OdDbFace. | |
|
This is subWorldDraw, a member of class OdDbFace. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|