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 TAbstractX3DGroupingNode.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; |
|
Properties
 |
property FdVertexOrdering: TSFEnum read FFdVertexOrdering; |
|
 |
property FdShapeType: TSFEnum read FFdShapeType; |
|
 |
property FdFaceType: TSFEnum read FFdFaceType; |
|
 |
property FdCreaseAngle: TSFFloat read FFdCreaseAngle; |
|
Generated by PasDoc 0.15.0.
|