Class TCADPartNode
Unit
X3DNodes
Declaration
type TCADPartNode = class(TAbstractX3DGroupingNode, IAbstractX3DProductStructureChildNode, ITransformNode)
Description
Represents the location and faces that constitute a part in the CAD model.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
 |
property FdCenter: TSFVec3f read FFdCenter; |
|
 |
property FdScale: TSFVec3f read FFdScale; |
|
 |
property FdScaleOrientation: TSFRotation read FFdScaleOrientation; |
|
 |
property FdTranslation: TSFVec3f read FFdTranslation; |
|
 |
property Center: TVector3 read GetCenter write SetCenter; |
|
 |
property NameField: string read GetNameField write SetNameField; |
|
 |
property Rotation: TVector4 read GetRotation write SetRotation; |
|
 |
property Scale: TVector3 read GetScale write SetScale; |
|
 |
property ScaleOrientation: TVector4 read GetScaleOrientation write SetScaleOrientation; |
|
 |
property Translation: TVector3 read GetTranslation write SetTranslation; |
|
Generated by PasDoc 0.15.0.
|