ConcentricCirclesDistanceVisualConstraint Class

The constraint representing the distance between two concentric circles.
Public Class ConcentricCirclesDistanceVisualConstraint 
Inherits ValueVisualConstraint
This language is not supported or no code example is available.
public class ConcentricCirclesDistanceVisualConstraint : ValueVisualConstraint
This language is not supported or no code example is available.
Name Description
Public property ConstraintDimension The dimension associated to this constraint. (inherited from VisualConstraint).
Public property ConstraintLabels The labels representing this constraints. (inherited from VisualConstraint).
Public property GConstraint The geometrical constraint (inherited from VisualConstraint).
Public property Reference Gets or sets the reference state of the constraint. (inherited from ValueVisualConstraint).
Public property Value Gets or sets the constraint value. (inherited from ValueVisualConstraint).
Top
Methods
 
Name Description
Public method Destroy() Deletes the constraint from sketch (inherited from VisualConstraint).
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method HasLabel(StackedLabel) Tests if the provided label belongs to this constraint. (inherited from VisualConstraint).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition