Interface IGS_Contour
  
  
  
  Assembly: STGeSolverTypes.dll
  Syntax
  
    [Guid("8EC65415-D0BC-479F-AD55-C29C68435157")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IGS_Contour : IGS_Entity
   
  Properties
  
  EP[int]
  
  
  Declaration
  
    IGS_Point EP[int i] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  ExactType
  
  
  Declaration
  
    TGS_EntityType ExactType { get; }
   
  Property Value
  
  
  ID
  
  
  Declaration
  
  Property Value
  
  
  IsClosed
  
  
  Declaration
  
  Property Value
  
  
  IsDeleted
  
  
  Declaration
  
  Property Value
  
  
  Owner
  
  
  Declaration
  
  Property Value
  
  
  SP
  
  
  Declaration
  
  Property Value
  
  
  SS
  
  
  Declaration
  
    IGS_SegmentEntity SS { get; }
   
  Property Value
  
  
  Selected
  
  
  Declaration
  
    bool Selected { get; set; }
   
  Property Value
  
  
  SourceEntityID
  
  
  Declaration
  
    string SourceEntityID { get; }
   
  Property Value
  
  
  TP
  
  
  Declaration
  
  Property Value
  
  
  TS
  
  
  Declaration
  
    IGS_SegmentEntity TS { get; }
   
  Property Value
  
  
  Typ
  
  
  Declaration
  
    TGS_EntityType Typ { get; }
   
  Property Value
  
  
  UserData
  
  
  Declaration
  
    IntPtr UserData { get; set; }
   
  Property Value
  
  
  UserObject
  
  
  Declaration
  
    IGSUserObject UserObject { get; set; }
   
  Property Value
  
  Methods
  
  FindNearestPoint(TST2DPoint, double)
  
  
  Declaration
  
    IGS_ContourPoint FindNearestPoint(TST2DPoint p, double SnapDistance = 0)
   
  Parameters
  
  Returns
  
  
  GetTempCopy()
  
  
  Declaration
  
  Returns
  
  
  LoadFromXML(IST_XMLPropPointer)
  
  
  Declaration
  
    bool LoadFromXML(IST_XMLPropPointer p)
   
  Parameters
  
  Returns
  
  
  RaiseOnChange()
  
  
  Declaration
  
  
  RaiseOnChanging()
  
  
  Declaration
  
  
  RegisterEvents(IGS_EntityEvents)
  
  
  Declaration
  
    void RegisterEvents(IGS_EntityEvents Events)
   
  Parameters
  
  
  SaveToXML(IST_XMLPropPointer)
  
  
  Declaration
  
    bool SaveToXML(IST_XMLPropPointer p)
   
  Parameters
  
  Returns
  
  
  UnregisterEvents(IGS_EntityEvents)
  
  
  Declaration
  
    void UnregisterEvents(IGS_EntityEvents Events)
   
  Parameters