ProCad Home
  1. Home
  2. Docs
  3. API
    1. GitHub
    Menu
    Loading menu…

    On this page

    1. Home
    2. API
    3. ProCad.Editing.Constraints
    4. ICadConstraintService

    ICadConstraintService Interface

    Definition

    Namespace ProCad.Editing.Constraints
    Assembly ProCad.Editing.dll
    Derived ProCad.Editing.Constraints.CadConstraintService
    View source
    public interface ICadConstraintService
    
    Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

    Properties (1)

    Graph

    Methods (9)

    AddConstraint(CadConstraintKind, IReadOnlyList<CadConstraintReference>, IReadOnlyDictionary<String, String>?, Boolean, Nullable<CadConstraintId>)
    ExportPayload()
    ExportSnapshot()
    GetConstraints()
    ImportPayload(ReadOnlySpan<Byte>)
    ImportSnapshot(CadConstraintSnapshot)
    TryGetConstraint(CadConstraintId, out CadConstraint)
    TryRemoveConstraint(CadConstraintId, out CadConstraint)
    TrySetConstraintParameters(CadConstraintId, IReadOnlyDictionary<String, String>, Nullable<Boolean>, out CadConstraint)

    Copyright © 2026, Wieslaw Soltes aka wieslawsoltes - Content licensed under the MIT license | Site generated by lunet hosted on GitHub Pages