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.
|