BaseMarkableJobElementCreateFromBox Method |
Sets the metric properties to fit the box defined by the two points.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic virtual void CreateFromBox(
dvec3 p0,
dvec3 p1
)
Parameters
- p0 dvec3
- Fist point defining bounds.
- p1 dvec3
- Second point defining bounds.
See Also