Interface IGS_Constraint
  
  
  
  Assembly: STGeSolverTypes.dll
  Syntax
  
    [Guid("EE42FC14-5F9F-4AEE-BEC8-2C8598A672C5")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IGS_Constraint : IGS_Entity
   
  Properties
  
  CE
  
  
  Declaration
  
    IGS_DynEntityList CE { get; }
   
  Property Value
  
  
  CType
  
  
  Declaration
  
    TGSConstraintType CType { get; }
   
  Property Value
  
  
  ExactType
  
  
  Declaration
  
    TGS_EntityType ExactType { get; }
   
  Property Value
  
  
  ID
  
  
  Declaration
  
  Property Value
  
  
  IsDeleted
  
  
  Declaration
  
  Property Value
  
  
  IsSatisfied
  
  
  Declaration
  
    bool IsSatisfied { get; }
   
  Property Value
  
  
  IsValid
  
  
  Declaration
  
  Property Value
  
  
  Owner
  
  
  Declaration
  
  Property Value
  
  
  Selected
  
  
  Declaration
  
    bool Selected { get; set; }
   
  Property Value
  
  
  SourceEntityID
  
  
  Declaration
  
    string SourceEntityID { 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
  
  AddEntity(IGS_Entity)
  
  
  Declaration
  
    void AddEntity(IGS_Entity e)
   
  Parameters
  
  
  DeleteEntity(IGS_Entity)
  
  
  Declaration
  
    void DeleteEntity(IGS_Entity e)
   
  Parameters
  
  
  GetSnapPoint(IGS_Entity)
  
  
  Declaration
  
    TSnapPoint GetSnapPoint(IGS_Entity e)
   
  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