public interface ICadConstraintService
kind:method
kind:property
kind:ctor
Graph
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)