Class TLinePropertiesNode
Unit
X3DNodes
Declaration
type TLinePropertiesNode = class(TAbstractAppearanceChildNode)
Description
Additional visible properties to be applied to all line geometry.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdApplied: TSFBool read FFdApplied; |
|
 |
property FdLinetype: TSFInt32 read FFdLinetype; |
|
 |
property LineType: TLineType read GetLineType write SetLineType default ltSolid; |
Line type (pattern).
|
 |
property FdLinewidthScaleFactor: TSFFloat read FFdLinewidthScaleFactor; |
|
 |
property Applied: boolean read GetApplied write SetApplied; |
|
 |
property LinewidthScaleFactor: Single read GetLinewidthScaleFactor write SetLinewidthScaleFactor; |
|
Generated by PasDoc 0.15.0.
|