CheckInterference Method

Checks for interference between two solids and, if specified, creates a solid from the interference.

See Also | Example

Signature

RetVal = object.CheckInterference(Object, CreateInterferenceSolid)

Object

3DSolid object; input-only
The object to check against.

CreateInterferenceSolid

Boolean; input-only

TRUE: Creates the interference solid.

FALSE: Does not create the interference solid.

RetVal

3DSolid object
The resulting object if CreateInterferenceSolid is set to TRUE.

 

   Comments?