class MAGES::MeshDeformations::SuturingRuntimeBehaviour::SuturePair¶
Overview¶
A detector pair that can be sutured together. More…
class SuturePair
{
public:
// properties
Puncturable SideADetector;
Puncturable SideBDetector;
};
Detailed Documentation¶
A detector pair that can be sutured together.
Properties¶
Puncturable SideADetector
Gets or sets the detector on side A.
Puncturable SideBDetector
Gets or sets the detector on side B.