FMX.Objects3D
Defines 3D drawing primitives for FireMonkey.
Package | fmx.bpl |
---|
Classes
TCone | Represents a 3D cone. |
TCube | Represents a 3D cube. |
TCustomMesh | Represents a 3D wireframe (mesh) for generic use. |
TCylinder | Represents a 3D cylinder. |
TDisk | Represents a 3D flat disk. |
TDummy | Represents a class for 3D dummy objects. |
TEllipse3D | Represents a 3D ellipse. |
TExtrudedShape3D | Represents an extruded 3D shape. |
TExtrudedShapeSideHelper | For internal use. TExtrudedShapeSideHelper is a record helper that provides fields for a scoped enumeration, the FMX.Objects3D.TExtrudedShapeSide type. |
TGrid3D | Represents a 3D grid that can be used for drawing. |
TMesh | Represents a 3D shape that can be customized. |
TModel3D | Represents a generic 3D model consisting of a collection of meshes. |
TPath3D | Represents a 3D object that can display path data. |
TPlane | Represents a 2D plane that can be employed in a 3D form. |
TRectangle3D | Represents a 3D rectangle. |
TRoundCube | Represents a 3D cube with rounded corners. |
TShape3D | Represents a generic 3D shape. |
TSphere | Represents a 3D sphere. |
TStrokeCube | Represents a stroked 3D cube. |
TText3D | Represents a 3D rendered text. |
Types
TExtrudedShapeSide | Is an enumeration of extruded shape sides for pseudo 3D objects. |
TExtrudedShapeSides | Is a set of TExtrudedShapeSide for use with pseudo 3D objects. |
TMeshCollection | Is an alias for TMeshDynArray. |
TMeshDynArray | Is a dynamic array of TMesh objects. |
TMeshWrapMode | Specifies how a 3D object should fit in the bounding box of a control. |