Click or drag to resize

NormalLineRadiusConstraint Class

Normal constraint.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.VisualsSerializableObject
              Demo3D.SketchConstraint
                Demo3D.SketchNormalLineRadiusConstraint

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

The NormalLineRadiusConstraint type exposes the following members.

Constructors
  NameDescription
Public methodNormalLineRadiusConstraint
Initializes a new instance of the NormalLineRadiusConstraint class
Public methodNormalLineRadiusConstraint(LineEntity, RadiusEntity)
Initializes a new instance of the NormalLineRadiusConstraint class
Top
Properties
Methods
Remarks
Constrains a line entity to be normal to a radius (arc/circle) entity.
See Also