create MethodStatic

construct and return an OffsetMeshOptions with given parameters.

  • Angles are forced to minimum values.
  • Clones of the angles are given to the constructor.

create(smoothSingleAngleBetweenNormals: Angle..., smoothAccumulatedAngleBetweenNormals: Angle..., chamferTurnAngleBetweenNormals: Angle...): OffsetMeshOptions

Parameter Type Description
smoothSingleAngleBetweenNormals Angle  
smoothAccumulatedAngleBetweenNormals Angle angles that sum to this much may be consolidated for average normal
chamferTurnAngleBetweenNormals Angle when facets meet with larger angle, a chamfer edge may be added if the angle between facet normals is larger than this.

Returns - OffsetMeshOptions

Defined in

Last Updated: 17 May, 2024