Description:

Adds a new point on face to the brep

Syntax:
public BrepVertex AddPointOnFace(
BrepFace face,
double s,
double t
)
Parameters:
  • face
  • Type: BrepFace
  • face that vertex lies on
  • s
  • Type: double
  • surface parameters
  • t
  • Type: double
  • surface parameters
Returns:
new vertex that represents the point on face
Remarks:
If a vertex is a point on a face, then brep.Edges[edge_index] will be an edge with no 3d curve. This edge will have a single trim with type BrepTrimType.CurveOnSurface. There will be a loop containing this single trim.
Available since:
5.4

Nothing found