OffsetMeshOptions Class

Options carrier for PolyfaceQuery.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 undefined | OffsetMeshSelectiveOutputOptions 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: 19 April, 2024