Description:

Add a new singular trim to the brep.

Syntax:
public BrepTrim AddSingularTrim(
BrepVertex vertex,
BrepLoop loop,
IsoStatus iso,
int curve2dIndex
)
Parameters:
  • vertex
  • Type: BrepVertex
  • vertex along collapsed surface edge
  • loop
  • Type: BrepLoop
  • trim is appended to this loop
  • curve2dIndex
  • Type: int
  • index of 2d trimming curve
Returns:
Type: BrepTrim
new trim
Available since:
5.4

Nothing found