GrowNeighborVertices (VertexCollection) *

Introduced

3.0

Description

ReturnS a collection of Vertex objects for all vertices that are adjacent to each Facet of each Vertex in this collection, within the specified distance.

Scripting Syntax

VertexCollection.GrowNeighborVertices( [Distance] )

C# Syntax

VertexCollection VertexCollection.GrowNeighborVertices( Int32 in_lDistance );

Parameters

Parameter

Type

Description

Distance

Integer

Distance is an integer value representing the degree of neighborhood (eg: degree=2 for a vertex means its adjacent vertices plus the adjacent vertices of the adjacent vertices)

Default Value: 1

Return Value

VertexCollection

See Also

VertexCollection.NeighborVertices

VertexCollection.NeighborEdges

VertexCollection.NeighborPolygons

Vertex.GrowNeighborVertices

Examples

• See VertexCollection.GrowNeighborVertices.1.vbs



Autodesk Softimage 2011