Detailed Description
Represents an array of Vertex objects. 
- Warning:
- This specialized array is returned by PolygonMesh::GetVertices, PolygonFace::GetVertices and Edge::GetVertices, it is not meant to be created and modified in user-defined functions. If you want to add and remove arbitrary items to a collection, you must use a CRefArray instead.
- See also:
- PolygonMesh::GetVertices, PolygonFace::GetVertices, Edge::GetVertices
- Example:
#include <xsi_vertex.h>
List of all members.
Constructor & Destructor Documentation
Copy constructor. 
- Parameters:
- 
  
 
 
Member Function Documentation
      | CRef GetItem | ( | LONG | in_index | ) | const  [virtual] | 
 
 
      | CRef GetItem | ( | const CString & | in_name | ) | const  [virtual] | 
 
 
      | LONG GetCount | ( |  | ) | const  [virtual] | 
 
 
      | bool IsValid | ( |  | ) | const  [virtual] | 
 
Returns true if this array is a valid object or false otherwise. 
- Returns:
- bool True if valid, false otherwise. 
Reimplemented from CPointRefArray.
 
 
Returns an array of Vertex neighbors for all vertices contained in this array, within a given distance. 
- Parameters:
- 
  | in_lDistance | Value representing the degree of neighborhood |  
 
- Returns:
- CVertexRefArray An array of Vertex objects 
 
 
Returns an array of Edge neighbors for all vertices contained in this array, within a given distance. 
- Parameters:
- 
  | in_lDistance | Value representing the degree of neighborhood |  
 
- Returns:
- CEdgeRefArray An array of Edge objects 
 
 
Returns an array of PolygonFace neighbors for all vertices contained in this array, within a given distance. 
- Parameters:
- 
  | in_lDistance | Value representing the degree of neighborhood |  
 
- Returns:
- CPolygonFaceRefArray An array of PolygonFace objects 
 
 
Returns an array of adjacent Vertex neighbors for all vertices contained in this array, within a given distance. 
- Parameters:
- 
  | in_lDistance | Value representing the degree of neighborhood |  
 
- Returns:
- CVertexRefArray An array of Vertex objects 
 
 
Returns an array of crease values for all vertices contained in this vertex array. 
- Returns:
- CDoubleArray An array of crease value. 
- Since:
- 3.5.1 
 
 
The documentation for this class was generated from the following file: