Class TCADFaceNode
Unit
Declaration
type TCADFaceNode = class(TAbstractProductStructureChildNode, IAbstractBoundedObject)
Description
Holds the geometry representing a face of a part.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractProductStructureChildNode
- TCADFaceNode
Overview
Methods
![]() |
function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdShape: TSFNode read FFdShape; |
![]() |
property FdBboxCenter: TSFVec3f read FFdBboxCenter; |
![]() |
property FdBboxSize: TSFVec3f read FFdBboxSize; |
![]() |
property BBox: TBox3D read GetBBox write SetBBox; |
Description
Methods
![]() |
function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override; |
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdShape: TSFNode read FFdShape; |
![]() |
property FdBboxCenter: TSFVec3f read FFdBboxCenter; |
![]() |
property FdBboxSize: TSFVec3f read FFdBboxSize; |
![]() |
property BBox: TBox3D read GetBBox write SetBBox; |
Generated by PasDoc 0.16.0.

