Class TFillPropertiesNode
Unit
Declaration
type TFillPropertiesNode = class(TAbstractAppearanceChildNode)
Description
Additional visual properties to be applied to all polygonal areas.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractAppearanceChildNode
- TFillPropertiesNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdFilled: TSFBool read FFdFilled; |
![]() |
property Filled: Boolean read GetFilled write SetFilled; |
![]() |
property FdHatchColor: TSFColor read FFdHatchColor; |
![]() |
property HatchColor: TCastleColorRGB read GetHatchColor write SetHatchColor; |
![]() |
property FdHatched: TSFBool read FFdHatched; |
![]() |
property Hatched: Boolean read GetHatched write SetHatched; |
![]() |
property FdHatchStyle: TSFInt32 read FFdHatchStyle; |
![]() |
property HatchStyle: Integer read GetHatchStyle write SetHatchStyle; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
Properties
![]() |
property FdFilled: TSFBool read FFdFilled; |
![]() |
property Filled: Boolean read GetFilled write SetFilled; |
![]() |
property FdHatchColor: TSFColor read FFdHatchColor; |
![]() |
property HatchColor: TCastleColorRGB read GetHatchColor write SetHatchColor; |
![]() |
property FdHatched: TSFBool read FFdHatched; |
![]() |
property Hatched: Boolean read GetHatched write SetHatched; |
![]() |
property FdHatchStyle: TSFInt32 read FFdHatchStyle; |
![]() |
property HatchStyle: Integer read GetHatchStyle write SetHatchStyle; |
Generated by PasDoc 0.16.0.
