OffsetMeshOptions Class

Options carrier for cloneOffset.

  • Default options are strongly recommended.
  • The option most likely to be changed is chamferTurnAngle

Methods

Name Description
create(smoothSingleAngleBetweenNormals: Angle..., smoothAccumulatedAngleBetweenNormals: Angle..., chamferTurnAngleBetweenNormals: Angle...): OffsetMeshOptions Static construct and return an OffsetMeshOptions with given parameters.  

Properties

Name Type Description
chamferAngleBetweenNormals Angle When crossing an edge, this turn angle (typically 120 degrees) triggers a chamfer  
outputSelector OffsetMeshSelectiveOutputOptions | undefined optional control structure for selective output.  
smoothAccumulatedAngleBetweenNormals Angle max accumulation of angle between normals to be considered smooth  
smoothSingleAngleBetweenNormals Angle max angle between normals to be considered smooth  

Defined in

Last Updated: 02 May, 2024