org.jcae.mesh.cad
Interface CADVertex

All Superinterfaces:
CADShape

public interface CADVertex
extends CADShape

Describe a topological vertex


Method Summary
 double[] parameters(CADFace that)
          Return the 2D coordinates (u, v) of this vertex on a face
 double[] pnt()
          Return the 3D coordinates of this vertex
 
Methods inherited from interface org.jcae.mesh.cad.CADShape
boundingBox, equals, hashCode, isOrientationForward, isSame, orientation, reversed, writeNative
 

Method Detail

parameters

double[] parameters(CADFace that)
Return the 2D coordinates (u, v) of this vertex on a face

Parameters:
that - The face
Returns:
An array: {u, v}

pnt

double[] pnt()
Return the 3D coordinates of this vertex

Returns:
An array: {x, y, z}