Class TAbstractNurbsSurfaceGeometryNode
Unit
X3DNodes
Declaration
type TAbstractNurbsSurfaceGeometryNode = class(TAbstractParametricGeometryNode)
Description
Abstract geometry type for all types of NURBS surfaces.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
function ProxyUsesOverTriangulate: boolean; override; |
|
 |
function SolidField: TSFBool; override; |
|
 |
procedure SetWeight(const Value: array of Double); |
|
 |
procedure SetUKnot(const Value: array of Double); |
|
 |
procedure SetVKnot(const Value: array of Double); |
|
Properties
 |
property FdControlPoint: TSFNode read FFdControlPoint; |
|
 |
property FdTexCoord: TSFNode read FFdTexCoord; |
|
 |
property FdUTessellation: TSFInt32 read FFdUTessellation; |
|
 |
property FdVTessellation: TSFInt32 read FFdVTessellation; |
|
 |
property FdSolid: TSFBool read FFdSolid; |
|
 |
property FdUClosed: TSFBool read FFdUClosed; |
|
 |
property FdUDimension: TSFInt32 read FFdUDimension; |
|
 |
property FdUOrder: TSFInt32 read FFdUOrder; |
|
 |
property FdVClosed: TSFBool read FFdVClosed; |
|
 |
property FdVDimension: TSFInt32 read FFdVDimension; |
|
 |
property FdVOrder: TSFInt32 read FFdVOrder; |
|
 |
property UTessellation: Integer read GetUTessellation write SetUTessellation; |
|
 |
property VTessellation: Integer read GetVTessellation write SetVTessellation; |
|
 |
property UClosed: boolean read GetUClosed write SetUClosed; |
|
 |
property UDimension: Integer read GetUDimension write SetUDimension; |
|
 |
property UOrder: Integer read GetUOrder write SetUOrder; |
|
 |
property VClosed: boolean read GetVClosed write SetVClosed; |
|
 |
property VDimension: Integer read GetVDimension write SetVDimension; |
|
 |
property VOrder: Integer read GetVOrder write SetVOrder; |
|
Generated by PasDoc 0.15.0.
|