Click or drag to resize

PointDistanceConstraint Class

Distance constraint.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.VisualsSerializableObject
              Demo3D.SketchConstraint
                Demo3D.SketchPointDistanceConstraint

Namespace: Demo3D.Sketch
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public sealed class PointDistanceConstraint : Constraint, 
	IConstrainsTwoPoints, IConstrainsDimension

The PointDistanceConstraint type exposes the following members.

Constructors
 NameDescription
Public methodPointDistanceConstraintInitializes a new instance of the PointDistanceConstraint class
Public methodPointDistanceConstraint(PointEntity)Initializes a new instance of the PointDistanceConstraint class
Public methodPointDistanceConstraint(PointEntity, PointEntity, Double)Initializes a new instance of the PointDistanceConstraint class
Top
Properties
Methods
 NameDescription
Public methodPosition 
Public methodPosition(Vector2D) 
Public methodRaisePropertiesChanged Raise an PropertyChanged event for each value.
(Inherited from BindableBase)
Public methodRaisePropertyChanged(PropertyChangedEventArgs) Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase)
Public methodRaisePropertyChanged(String) Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase)
Public methodSerializableDependency(SerializableObject)
(Inherited from Constraint)
Obsolete
Public methodSerializableDependency(Visual)
(Inherited from Constraint)
Obsolete
Public methodToString
(Overrides ConstraintToString)
Public methodValueValid 
Top
Remarks
Constrains the distance between two point entities.
See Also