PolylineDefn.setFacetData


setFacetData(minTotalNumber, minNumberPerLine, maxSeparation, maxAngleDegrees, maxFacetLength)

Set up the tendon faceting data

minTotalNumberintegerminimum total number of facets for the whole tendon
minNumberPerLineintegerminimum number of facets for any defining line of the tendon
maxSeparationdoublemaximum allowable separation from any facet to the true tendon shape
maxAngleDegreesdoublemaximum allowable angular change between any adjacent facets
maxFacetLengthdoublemaximum allowable facet length
Return valueinteger0 for success, non-zero for failure. Specifically, -1 for 'min radius too big', -2 for 'adjacent coincident coords'

Back to PolylineDefn

Back to Overview