NurbsSurfaceMesh
 
 
 

NurbsSurfaceMesh

Object Hierarchy | Related C++ Class: NurbsSurfaceMesh

Inheritance

SIObject

Geometry

NurbsSurfaceMesh

Description

A NurbsSurfaceMesh is a kind of Geometry. You can navigate the NurbsSurfaceMesh using the generic objects such as Facet, Point and Sample or you can navigate using objects that are specific to the NurbsSurfaceMesh such as NurbsSurface, ControlPoint and NurbsSample.

Methods

AddCluster AddEmptyCluster AddICEAttribute AddSurface operator
AddSurfaceWithTrim ConstructPointLocators operator CreateSubComponent EvaluateClusterProperty operator
EvaluateNormals operator EvaluatePositions operator Get operator Get2 operator
GetBoundingBox GetBoundingCapsule GetBoundingSphere GetClosestLocations operator
GetClosestLocationsWithinRadius operator GetClosestSurfacePosition operator GetClosestSurfacePosition2 operator GetICEAttributeFromName
GetNormalizedUVArray operator GetRaycastIntersections operator GetSubSurfaceIndexArray operator GetSurfacePointLocatorsFromPoints operator
IsClassOf operator IsEqualTo operator RemoveICEAttribute SaveShapeKey
Set operator SetupPointLocatorQueries operator    
       

Properties

Application Cache operator Categories Clusters
Facets operator FullName operator Help ICEAttributes
Name operator NestedObjects Origin OriginPath
Parent Points operator Samples Segments operator
Surfaces operator Triangles Type operator  
       

Examples

VBScript Example

set oObject = Application.ActiveProject.ActiveScene.Root.AddGeometry("Sphere","NurbsSurface")
set oNurbsSurfaceMesh = oObject.ActivePrimitive.Geometry

See Also

Primitive.Geometry X3DObject.AddNurbsSurfaceMesh X3DObject.AddNurbsSurface