Click or drag to resize

OrthogonalLinesConstraint Class

Orthogonal constraint.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.VisualsSerializableObject
              Demo3D.SketchConstraint
                Demo3D.SketchOrthogonalLinesConstraint

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

The OrthogonalLinesConstraint type exposes the following members.

Constructors
  NameDescription
Public methodOrthogonalLinesConstraint
Initializes a new instance of the OrthogonalLinesConstraint class
Public methodOrthogonalLinesConstraint(LineEntity)
Initializes a new instance of the OrthogonalLinesConstraint class
Public methodOrthogonalLinesConstraint(LineEntity, LineEntity)
Initializes a new instance of the OrthogonalLinesConstraint class
Top
Properties
Methods
Remarks
Constrains two line entities to be perpendicular.
See Also