Class TShapeHintsNode_1

Unit

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

Protected function ParseNodeBodyElement(Lexer: TX3DLexer; Reader: TX3DReaderNames; const APositionInParent: Integer): boolean; override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override;

Properties

Public property FdVertexOrdering: TSFEnum read FFdVertexOrdering;
Public property FdShapeType: TSFEnum read FFdShapeType;
Public property FdFaceType: TSFEnum read FFdFaceType;
Public property FdCreaseAngle: TSFFloat read FFdCreaseAngle;
Public property CreaseAngle: Single read GetCreaseAngle write SetCreaseAngle;

Description

Methods

Protected function ParseNodeBodyElement(Lexer: TX3DLexer; Reader: TX3DReaderNames; const APositionInParent: Integer): boolean; override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override;
 

Properties

Public property FdVertexOrdering: TSFEnum read FFdVertexOrdering;

Internal wrapper for property VertexOrdering. This wrapper API may change, we advise to access simpler VertexOrdering instead.

Public property FdShapeType: TSFEnum read FFdShapeType;

Internal wrapper for property ShapeType. This wrapper API may change, we advise to access simpler ShapeType instead.

Public property FdFaceType: TSFEnum read FFdFaceType;

Internal wrapper for property FaceType. This wrapper API may change, we advise to access simpler FaceType instead.

Public property FdCreaseAngle: TSFFloat read FFdCreaseAngle;

Internal wrapper for property CreaseAngle. This wrapper API may change, we advise to access simpler CreaseAngle instead.

Public property CreaseAngle: Single read GetCreaseAngle write SetCreaseAngle;
 

Generated by PasDoc 0.16.0.