Click or drag to resize

PointOnLineConstraint Class

Point-line coincidence constraint.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.VisualsSerializableObject
              Demo3D.SketchConstraint
                Demo3D.SketchPointOnLineConstraint

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

The PointOnLineConstraint type exposes the following members.

Constructors
  NameDescription
Public methodPointOnLineConstraint
Initializes a new instance of the PointOnLineConstraint class
Public methodPointOnLineConstraint(LineEntity)
Initializes a new instance of the PointOnLineConstraint class
Public methodPointOnLineConstraint(PointEntity, LineEntity)
Initializes a new instance of the PointOnLineConstraint class
Top
Properties
Methods
Remarks
Constrains a point entity to lie on the infinite line collinear to a line entity.
See Also