Click or drag to resize

PointOnHorizontalConstraint Class

Horizontal points constraint.
Inheritance Hierarchy
System.DynamicDynamicObject
  NotifyPropertyChangedBase
    SimpleCustomTypeDescriptor
      GlobalizedProperties
        Demo3D.CommonBindableBase
          Demo3D.VisualsSerializableObject
            Demo3D.SketchConstraint
              Demo3D.SketchPointOnHorizontalConstraint

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

The PointOnHorizontalConstraint type exposes the following members.

Constructors
  NameDescription
Public methodPointOnHorizontalConstraint
Initializes a new instance of the PointOnHorizontalConstraint class
Public methodPointOnHorizontalConstraint(PointEntity)
Initializes a new instance of the PointOnHorizontalConstraint class
Public methodPointOnHorizontalConstraint(PointEntity, PointEntity)
Initializes a new instance of the PointOnHorizontalConstraint class
Top
Properties
Methods
  NameDescription
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) Obsolete. (Inherited from Constraint.)
Public methodSerializableDependency(Visual) Obsolete. (Inherited from Constraint.)
Public methodToString (Overrides ConstraintToString.)
Top
Remarks
Constrains two point entities to be horizontal from each other.
See Also