NurbsSample

Object Hierarchy | Related C++ Class: NurbsSample

Inheritance

SIObject

Sample

NurbsSample

Introduced

v2.0

Description

The NurbsSample object gives access to the NurbsSurface sample geometry.

Methods

IsClassOf operator IsEqualTo operator Navigate  
       

Properties

Application Categories FullName operator Help
Index operator Name operator NestedObjects NurbsSurface operator
Origin OriginPath Parent SubComponent operator
Type operator U operator UNormalized operator USamplingCoordinate operator
V operator VNormalized operator VSamplingCoordinate operator  
       

Examples

VBScript Example

set oCube = ActiveSceneRoot.AddGeometry("Cube","NurbsSurface")
set oNurbsSample = oCube.ActivePrimitive.Geometry.Surfaces(0).NurbsSamples(0)

See Also

Geometry.Samples NurbsSurface.NurbsSamples Facet.Samples NurbsSurfaceMesh Geometry ControlPoint