Click or drag to resize

ArcEntity Class

Sketch arc entity.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.CommonBindableBase
            Demo3D.VisualsSerializableObject
              Demo3D.SketchEntity
                Demo3D.SketchCurveEntity
                  Demo3D.SketchRadiusEntity
                    Demo3D.SketchArcEntity

Namespace:  Demo3D.Sketch
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 14.0.0.10531
Syntax
C#
public class ArcEntity : RadiusEntity

The ArcEntity type exposes the following members.

Constructors
  NameDescription
Public methodArcEntity
Initializes a new instance of the ArcEntity class
Public methodArcEntity(Arc2D)
Initializes a new instance of the ArcEntity class
Public methodArcEntity(Vector2D, Double, Double, Double)
Initializes a new instance of the ArcEntity class
Top
Properties
Methods
  NameDescription
Public methodCircle (Inherited from RadiusEntity.)
Public methodCurve (Overrides CurveEntityCurve.)
Public methodPoint (Overrides CurveEntityPoint(Double).)
Public methodProject (Overrides EntityProject(Vector2D).)
Public methodRaisePropertiesChanged (Inherited from BindableBase.)
Public methodRaisePropertyChanged(PropertyChangedEventArgs) (Inherited from BindableBase.)
Public methodRaisePropertyChanged(String) (Inherited from BindableBase.)
Public methodSerializableDependency(SerializableObject) (Inherited from Entity.)
Public methodSerializableDependency(Visual) (Inherited from Entity.)
Protected methodSetINotifyPropertyChangedPropertyT (Inherited from BindableBase.)
Protected methodSetPropertyT(T, T, PropertyChangedEventArgs) (Inherited from BindableBase.)
Protected methodSetPropertyT(T, T, String) (Inherited from BindableBase.)
Public methodToString (Overrides SimpleCustomTypeDescriptor.ToString.)
Top
Remarks
An arc swept about a center point entity with specified radius, start angle and swept angle.
See Also