Interface ICD_CollisionModel
  
  
  
  Assembly: STCoDeTypes.dll
  Syntax
  
    [Guid("348CD513-CFB9-4A29-8FB2-0A3D8C686B8E")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICD_CollisionModel
   
  Properties
  
  Box
  
  
  Declaration
  
  Property Value
  
  Methods
  
  CheckBox(ref TST3SPoint, ref TST3SPoint)
  
  
  Declaration
  
    bool CheckBox(ref TST3SPoint bc, ref TST3SPoint bExt)
   
  Parameters
  
  Returns
  
  
  CheckTriangle(ref TST3SPoint, ref TST3SPoint, ref TST3SPoint)
  
  
  Declaration
  
    bool CheckTriangle(ref TST3SPoint p1, ref TST3SPoint p2, ref TST3SPoint p3)
   
  Parameters
  
  Returns
  
  
  SetQueryLCS(ref TST3SMatrix)
  
  
  Declaration
  
    void SetQueryLCS(ref TST3SMatrix LCS)
   
  Parameters