Click or drag to resize

LineVerticalConstraint Class

Vertical line constraint.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.VisualsSerializableObject
              Demo3D.SketchConstraint
                Demo3D.SketchLineVerticalConstraint

Namespace:  Demo3D.Sketch
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public sealed class LineVerticalConstraint : Constraint

The LineVerticalConstraint type exposes the following members.

Constructors
  NameDescription
Public methodLineVerticalConstraint
Initializes a new instance of the LineVerticalConstraint class
Public methodLineVerticalConstraint(LineEntity)
Initializes a new instance of the LineVerticalConstraint class
Top
Properties
Methods
Remarks
Constrains a line to be vertical.
See Also