V

Vertex

Object Hierarchy | Related C++ Class: Vertex

Inheritance

SIObject
   Point
       Vertex

Introduced

3.0

Description

The Vertex object provides access to the geometry vertices of an X3DObject's primitive. Vertices are the PolygonMesh's equivalent of Point. You can access vertices from Edge.Vertices, PolygonFace.Vertices and PolygonMesh.Vertices.

Methods

GrowNeighborVertices

IsClassOf

IsEqualTo

Navigate

NeighborEdges

NeighborPolygons

NeighborVertices

 

Properties

Application

Categories

Crease

FullName

Help

Index

IsBoundary

Name

NestedObjects

Nodes

Normal

Origin

OriginPath

Parent

Position

Samples

SubComponent

Type

 

 

Examples

VBScript Example

set oObj = ActiveSceneRoot.addgeometry( "Cube", "MeshSurface" )
set oGeometry = oObj.activeprimitive.geometry
set oVertex = oGeometry.Vertices(0)

See Also

PolygonMesh

Geometry

PolygonMesh.Vertices

Geometry.Points

PolygonFace

PolygonNode

Edge

 



Autodesk Softimage v7.5