@@ -158,11 +158,11 @@ mesh size = h * max(s_g, (d/h)^α)
158158```
159159
160160where d is the distance away from the styled entity, and `s_g` is the global mesh scale
161- parameter specified in [`mesh_scale`](@ref). A smaller value of `h` will give a finer mesh
161+ parameter specified in [`SolidModels. mesh_scale`](@ref). A smaller value of `h` will give a finer mesh
162162attached to the styled entity, and a larger value of `α` will give a more rapid increase in
163163size away from the styled entity.
164164
165- If `α < 0`, the size field will use [`mesh_grading_default`](@ref) used in rendering.
165+ If `α < 0`, the size field will use [`SolidModels. mesh_grading_default`](@ref) used in rendering.
166166
167167See also [`meshsized_entity`](@ref).
168168"""
@@ -183,11 +183,11 @@ mesh size = h * max(s_g, (d/h)^α)
183183```
184184
185185where d is the distance away from the styled entity, and `s_g` is the global mesh scale
186- parameter specified in [`mesh_scale`](@ref). A smaller value of `h` will give a finer mesh
186+ parameter specified in [`SolidModels. mesh_scale`](@ref). A smaller value of `h` will give a finer mesh
187187attached to the styled entity, and a larger value of `α` will give a more rapid increase in
188188size away from the styled entity.
189189
190- If `α < 0`, the size field will use [`mesh_grading_default`](@ref) used in rendering.
190+ If `α < 0`, the size field will use [`SolidModels. mesh_grading_default`](@ref) used in rendering.
191191"""
192192meshsized_entity (ent:: GeometryEntity , h:: T , α:: S = - 1.0 ) where {T, S <: Real } =
193193 MeshSized (h, α)(ent)
0 commit comments