Computes distance between 2 entities:
new Distance():
Distance
staticcompute(firstBody,secondBody,firstBodyTransformation?,secondBodyTransformation?):ValueWithAnchorPoints
Returns distance between 2 part bodies and anchor points on them.
First part body.
Second part body.
First body transformation.
null | Transformation
Second body transformation.
null | Transformation
staticcompute(firstShape,secondShape,firstShapeTransformation?,secondShapeTransformation?):ValueWithAnchorPoints
Returns distance between 2 brep shapes and anchor points on these shapes.
First brep shape.
Second brep shape.
First brep shape transformation.
null | Transformation
Second brep shape transformation.
null | Transformation
staticcompute(firstPolyShape,secondPolyShape,firstPolyShapeTransformation?,secondPolyShapeTransformation?):ValueWithAnchorPoints
Returns distance between 2 poly shapes and anchor points on these shapes.
First poly shape.
Second poly shape.
First poly shape transformation.
null | Transformation
Second poly shape transformation.
null | Transformation