Clash (p2: Positioned3DObject, p3: Positioned3DObject):Boolean

This function is used to perform a clash analysis using the Engineering Knowledge Language. Knowledge Expert PLM RuleSets are then used to check the integrity of the logical 3D model of models.

The signature of Clash function is the following :

Clash(PositionedObject P1, Positioned3DObject P2): It returns a Boolean (true if the objects clash, false if they do not).

The type PositionedObject enables the user to define the objects that can be used in the function. Only the PLMProductDSInstance and the RFLVPMLogicalInstance objects can be used in this function.

Important: Clash function only works when it is integrated to RuleSets that are working in About the Working Modes mode.