Click or drag to resize

LineLengthConstraint Class

Line length constraint.
Inheritance Hierarchy
System.DynamicDynamicObject
  NotifyPropertyChangedBase
    SimpleCustomTypeDescriptor
      GlobalizedProperties
        Demo3D.CommonBindableBase
          Demo3D.VisualsSerializableObject
            Demo3D.SketchConstraint
              Demo3D.SketchLineLengthConstraint

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

The LineLengthConstraint type exposes the following members.

Constructors
  NameDescription
Public methodLineLengthConstraint
Initializes a new instance of the LineLengthConstraint class
Public methodLineLengthConstraint(LineEntity)
Initializes a new instance of the LineLengthConstraint class
Public methodLineLengthConstraint(LineEntity, Double)
Initializes a new instance of the LineLengthConstraint class
Top
Properties
Methods
Remarks
Constrains the length of a line entity.
See Also