Measures the minimum distance between the two input geometries.
"measureManager_var" is a variable referencing a MeasureManager object. |
"measureManager_var" is a variable referencing a MeasureManager object. |
"measureManager_var" is a variable referencing a MeasureManager object. |
| Type | Description |
| MeasureResults | A MeasureResults object that contains the distance and the two points on the geometry that the distance that was measured between them in centimeters. |
| Name | Type | Description |
| geometryOne | Base | The first geometry to measure from. This can be an Occurrence, BRepBody, BRepFace, BRepEdge, BRepVertex, ConstructionPlane, ConstructionAxis, ConstructionPoint, and any sketch entity. The temporary geometry supported are the Plane and Point3D objects. |
| geometryTwo | Base | The second geometry to measure from. This can be an Occurrence, BRepBody, BRepFace, BRepEdge, BRepVertex, ConstructionPlane, ConstructionAxis, ConstructionPoint, and any sketch entity. The temporary geometry supported are the Plane and Point3D objects. |
| Name | Description |
| Measure Sample | Measure related functions |