VertexBoundary (Class)

In: structures/Boundaries.rb
Parent: Object
FaceData EdgeBoundary BoundaryComplex BSplineBoundary VertexBoundary CellComplex Cell TopLevel

this class hangs off a BezierVertex as a bdry pointer (d0 or d1)

Methods

addTag   matches   new  

Attributes

angleTags  [RW]  d1 parentCell is an edge of the boundary complex in which case this vertex represents parametric distance u along that edge d0 parentCell is a vertex or the boundary mesh, in which case u is meaningless
parentCell  [RW]  d1 parentCell is an edge of the boundary complex in which case this vertex represents parametric distance u along that edge d0 parentCell is a vertex or the boundary mesh, in which case u is meaningless
u  [RW]  d1 parentCell is an edge of the boundary complex in which case this vertex represents parametric distance u along that edge d0 parentCell is a vertex or the boundary mesh, in which case u is meaningless

Public Class methods

parentCell should be a cell from the boundaryMesh angleTags should be an small angles of the boundary mesh adjacent to this vertex

Public Instance methods

add the small angle ‘tag’ to the small angles adjacent to this vertex

return a boolean if vb is adjacent to any of the same small angles as this vertex

[Validate]