Class TCADFaceNode

Unit

Declaration

type TCADFaceNode = class(TAbstractProductStructureChildNode)

Description

Holds the geometry representing a face of a part.

Hierarchy

Overview

Methods

Protected function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override;
Public procedure CreateNode; override;
Public class function ClassX3DType: String; override;

Properties

Public property FdShape: TSFNode read FFdShape;
Public property Shape: TX3DNode read GetShape write SetShape;
Public property FdBboxCenter: TSFVec3f read FFdBboxCenter;
Public property BBox: TBox3D read GetBBox write SetBBox;
Public property FdBboxSize: TSFVec3f read FFdBboxSize;

Description

Methods

Protected function DirectEnumerateActive(Func: TEnumerateChildrenFunction): Pointer; override;
 
Public procedure CreateNode; override;

Create node fields and events.

Public class function ClassX3DType: String; override;
 

Properties

Public property FdShape: TSFNode read FFdShape;

Internal wrapper for property Shape. This wrapper API may change, we advise to access simpler Shape instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property Shape: TX3DNode read GetShape write SetShape;
 
Public property FdBboxCenter: TSFVec3f read FFdBboxCenter;

Internal wrapper for property BboxCenter. This wrapper API may change, we advise to access simpler BboxCenter instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).

Public property BBox: TBox3D read GetBBox write SetBBox;
 
Public property FdBboxSize: TSFVec3f read FFdBboxSize;

Internal wrapper for property BboxSize. This wrapper API may change, we advise to access simpler BboxSize instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).


Generated by PasDoc 0.16.0.