Click or drag to resize

BaseMarkableJobElementCreateFromBox Method

Sets the metric properties to fit the box defined by the two points.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public virtual void CreateFromBox(
	dvec3 p0,
	dvec3 p1
)

Parameters

p0  dvec3
Fist point defining bounds.
p1  dvec3
Second point defining bounds.
See Also