Click or drag to resize

AngleBetweenLinesConstraint Class

Angle constraint.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.VisualsSerializableObject
              Demo3D.SketchConstraint
                Demo3D.SketchAngleBetweenLinesConstraint

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

The AngleBetweenLinesConstraint type exposes the following members.

Constructors
  NameDescription
Public methodAngleBetweenLinesConstraint
Initializes a new instance of the AngleBetweenLinesConstraint class
Public methodAngleBetweenLinesConstraint(LineEntity)
Initializes a new instance of the AngleBetweenLinesConstraint class
Top
Properties
Methods
Remarks
Constrains the angle between two line entities.
See Also