rblock.facet.closest
Syntax
Vector Access
- v = rblock.facet.closest(p,if,vp<,i>)
Get the closest point on a facet. The closest point on facet if to the point in space vp is returned. if can take values from 1 to
rblock.facet.num
. The facets correspond to the entries returned byrblock.facet.map
andrblock.vertex.map
.Returns: Arguments: p - rigid block pointer
if - facet number
vp - point
i - optional vector component
Component Access
- f = rblock.facet.closest.x(p,if,vp)
Get the x-component of the closest point on a facet.
Returns: Arguments: p - rigid block pointer
if - facet number
vp - point
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |