Class TShapeHintsNode_1
Unit
X3DNodes
Declaration
type TShapeHintsNode_1 = class(TAbstractChildNode)
Description
No description available, ancestor TAbstractChildNode description follows
Abstract node type that indicates that the node may be used as a child of a grouping node, e.g. inside TAbstractGroupingNode.FdChildren.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ParseNodeBodyElement(Lexer: TX3DLexer; Reader: TX3DReaderNames; const APositionInParent: Integer): boolean; override; |
|
|
procedure CreateNode; override; |
|
|
class function ClassX3DType: string; override; |
|
|
class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override; |
|
Properties
|
property FdVertexOrdering: TSFEnum read FFdVertexOrdering; |
Internal wrapper for property VertexOrdering . This wrapper API may change, we advise to access simpler VertexOrdering instead.
|
|
property FdShapeType: TSFEnum read FFdShapeType; |
Internal wrapper for property ShapeType . This wrapper API may change, we advise to access simpler ShapeType instead.
|
|
property FdFaceType: TSFEnum read FFdFaceType; |
Internal wrapper for property FaceType . This wrapper API may change, we advise to access simpler FaceType instead.
|
|
property FdCreaseAngle: TSFFloat read FFdCreaseAngle; |
Internal wrapper for property CreaseAngle. This wrapper API may change, we advise to access simpler CreaseAngle instead.
|
|
property CreaseAngle: Single read GetCreaseAngle write SetCreaseAngle; |
|
Generated by PasDoc 0.16.0.