Click or drag to resize

PointOnCircleConstraint Class

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

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

The PointOnCircleConstraint type exposes the following members.

Constructors
 NameDescription
Public methodPointOnCircleConstraintInitializes a new instance of the PointOnCircleConstraint class
Public methodPointOnCircleConstraint(CircleEntity)Initializes a new instance of the PointOnCircleConstraint class
Public methodPointOnCircleConstraint(PointEntity, CircleEntity)Initializes a new instance of the PointOnCircleConstraint class
Top
Properties
 NameDescription
Public propertyCircle 
Public propertyEntities
(Overrides ConstraintEntities)
Public propertyEntitiesAndSubentities
(Inherited from Constraint)
Public propertyId
(Inherited from SerializableObject)
Public propertyPoint 
Public propertyType
(Overrides ConstraintType)
Top
Methods
 NameDescription
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)
Top
Remarks
Constrains a point entity to lie on a circle entity.
See Also