API Reference > FacetModeler Namespace > Classes > Vertex Class
Vertex Class
FacetModeler__VertexFacetModeler__Vertex
Syntax
C++
class Vertex : public Entity;

FMMdlVertex.h

Represents facet body vertex objects.

 
Name 
Description 
 
Destructor. 
 
This is the overview for the Entity constructor overload. 
Vertex Class
 
Name 
Description 
 
Destructor. 
 
Constructor. Creates a vertex with the specified point position and owner body.
 
 
Name 
Description 
 
Gets all flags.
 
 
Checks whether the specified flag is on.
 
 
Sets all flags.
 
 
Sets the specified flag to the specified state.
 
 
Sets the tag to the specified one.
 
 
tag 
Gets an entity tag.
 
Vertex Class
 
Name 
Description 
 
Adds a new vertex to the bidirectional list.
 
 
Adds new surface data to this vertex object.
 
 
at 
Checks whether the specified surface owns this vertex.
 
 
next 
Gets the next vertex in the body.
 
 
Gets the normal vector at this vertex on the specified face.
 
 
Gets point coordinates of the vertex.
 
 
prev 
Gets the previous vertex in the body.
 
 
Removes existing surface data.
 
 
set 
Sets pointers to the previous and next vertices.
 
 
Sets the pointer to the next vertex.
 
 
Sets the vertex position to the specified point.
 
 
Sets the pointer to the previous vertex.
 
 
Name 
Description 
 
= 
Assignment operator.
 
Copyright © 2002-2020. Open Design Alliance. All rights reserved.