%CONSTRUCT_BoxMidPoint%

mid point of enclosing box around given alias-entities

CONSTRUCT( %CONSTRUCT_BoxMidPoint%, RelativePosition, "alias1", "alias2", ... )
Constructs an enclosing box around the geometry elements belonging to the given list of aliases. RelativePosition:
  • 0 will return the lower left corner of this box
  • 1 will return the upper right corner of this box
  • 0.5 will return the box mid point
Any value is allowed for RelativePosition. OPTIONAL PARAMETER:
CONSTRUCT( %CONSTRUCT_BoxMidPoint%, %CONSTRUCT_IncludeIGESfaces% , RelativePosition, "alias1", "alias2", ... )
If this optional parameter is set, then MESHFREE will inlcude IGES faces in the measurement of the enclosing boxes.