Optionaldocument: UOptionalprecision: numberOptionaladjustYtoZ: booleanOptionalcomputeMetadata: booleanOptionalkeepMeshData: booleanOptionalallowQualityDecrease: booleanOptionalforceFaceDeflection: booleanThe assembly document whose top-level shapes are meshed together; their face colors end up in the mesh's color groups.
The meshing tolerance in model units; a smaller value follows curved surfaces more closely with more triangles.
When true, the mesh is turned so this library's Y-up becomes Z-up, for tools that treat Z as up.
OptionalcomputeWhen true, each face and edge entry also carries its area or length, center of mass, surface or curve type, tolerance, neighbors and ids, at extra cost.
OptionalkeepWhen true, the triangulation stays cached on the shapes; when false it is cleared afterwards so memory does not grow across calls.
OptionalallowWhen true, a shape already meshed more finely may be remeshed at the coarser precision asked for.
OptionalforceWhen true, every face is remeshed at the requested precision even when a triangulation is cached.
An assembly document and meshing settings for
docToMesh, which triangulates its top-level shapes into one mesh with the document's colors.