Interface ICD_ExternalBody
  
  
  
  Assembly: STCoDeTypes.dll
  Syntax
  
    [Guid("F2068232-58DF-4F49-AA1C-0B6C027BD13A")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICD_ExternalBody : ICD_Body
   
  Properties
  
  Box
  
  
  Declaration
  
  Property Value
  
  
  CollisionModel
  
  
  Declaration
  
    ICD_CollisionModel CollisionModel { get; set; }
   
  Property Value
  
  
  IsHolder3D
  
  
  Declaration
  
    bool IsHolder3D { get; set; }
   
  Property Value
  
  
  LCS
  
  
  Declaration
  
    TST3SMatrix LCS { get; set; }
   
  Property Value
  
  
  Scale
  
  
  Declaration
  
    double Scale { get; set; }
   
  Property Value
  
  
  UserData
  
  
  Declaration
  
    long UserData { get; set; }
   
  Property Value
  
  Methods
  
  BeginBody()
  
  
  Declaration
  
  
  EndBody()
  
  
  Declaration