Related C++ Class: CSampleRefArray
Introduced
2.0
Description
A collection of Sample objects that represent the samples in the Geometry, a sample on a polygon mesh is PolygonNode object and a sample on a Nurbs surface mesh is a NurbsSample object. The SampleCollection object is accessed via the Geometry.Samples property.
This collection is 0 based.
Methods
Properties
Examples
VBScript Example
set oCube = ActiveSceneRoot.AddGeometry("Cube","MeshSurface")
set oSamples = oCube.ActivePrimitive.Geometry.SamplesSee Also
|
|
|
Autodesk Softimage v7.5