/// <summary> /// Get the center point of an axis-aligned box. /// @param b A Box3F, in string format using \"minExtentX minExtentY minExtentZ maxExtentX maxExtentY maxExtentZ\" /// @return Center of the box. /// @ingroup Math) /// /// </summary> public Point3F getBoxCenter(Box3F box){ return new Point3F ( m_ts.fn_getBoxCenter(box.AsString())); }
/// <summary> /// Return the integer character code value corresponding to the first character in the given string. /// ) /// /// </summary> public Box3F dnt_testcase_3(Box3F chr) { return new Box3F(m_ts.fn_dnt_testcase_3(chr.AsString())); }