Click or drag to resize

ParallellLinesConstraint Class

Parallel constraint.
Inheritance Hierarchy
System.DynamicDynamicObject
  NotifyPropertyChangedBase
    SimpleCustomTypeDescriptor
      GlobalizedProperties
        Demo3D.CommonBindableBase
          Demo3D.VisualsSerializableObject
            Demo3D.SketchConstraint
              Demo3D.SketchParallellLinesConstraint

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

The ParallellLinesConstraint type exposes the following members.

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