Click or drag to resize

ArcRadiusConstraint Class

Arc radius constraint.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.VisualsSerializableObject
              Demo3D.SketchConstraint
                Demo3D.SketchArcRadiusConstraint

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

The ArcRadiusConstraint type exposes the following members.

Constructors
 NameDescription
Public methodArcRadiusConstraintInitializes a new instance of the ArcRadiusConstraint class
Public methodArcRadiusConstraint(ArcEntity)Initializes a new instance of the ArcRadiusConstraint class
Public methodArcRadiusConstraint(ArcEntity, Double)Initializes a new instance of the ArcRadiusConstraint class
Top
Properties
Methods
 NameDescription
Public methodPosition 
Public methodPosition(Vector2D) 
Public methodRaisePropertiesChanged Raise an PropertyChanged event for each value.
(Inherited from BindableBase)
Public methodRaisePropertyChanged(PropertyChangedEventArgs) Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase)
Public methodRaisePropertyChanged(String) Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase)
Public methodSerializableDependency(SerializableObject)
(Inherited from Constraint)
Obsolete
Public methodSerializableDependency(Visual)
(Inherited from Constraint)
Obsolete
Public methodToString
(Overrides ConstraintToString)
Public methodValueValid 
Top
Remarks
Constrains the radius of an arc entity.
See Also