NurbsSurface

Object Hierarchy | Related C++ Class: NurbsSurface

Inheritance

SIObject

Facet

NurbsSurface

Description

The NurbsSurface object gives access to the X3DObject's NurbsSurface geometry.

Methods

EvaluateNormalizedPosition operator EvaluateNormalizedPosition2 operator EvaluatePosition operator EvaluatePosition2 operator
Get operator Get2 operator GetNormalizedUVFromUV operator GetNormalizedUVFromUV2 operator
GetTrim operator GetTrim2 operator GetUVFromNormalizedUV operator GetUVFromNormalizedUV2 operator
IsClassOf operator IsEqualTo operator Navigate Set operator

Properties

Application Categories ControlPoints operator FullName operator
Help Index operator Knots operator Name operator
NbPoints operator NestedObjects NurbsSamples operator Origin
OriginPath Parent Points operator Samples operator
Segments operator SubComponent operator TrimCount operator Type operator
UKnots operator VKnots operator    
       

Examples

VBScript Example

set oObject = ActiveSceneRoot.AddGeometry("Sphere","NurbsSurface")
set oNurbsSurfaceMesh = oObject.ActivePrimitive.Geometry
set oNurbsSurface = oNurbsSurfaceMesh.Surfaces(0)

See Also

X3DObject.AddNurbsSurface NurbsSurfaceMesh.Surfaces NurbsSurfaceMesh Geometry Geometry.Facets ControlPoint NurbsSample