Click or drag to resize

RadiusEntity Class

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

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

The RadiusEntity type exposes the following members.

Constructors
  NameDescription
Protected methodRadiusEntity
Initializes a new instance of the RadiusEntity class
Top
Properties
  NameDescription
Public propertyCenterPoint
Public propertyCenterPosition
Public propertyEntityAndSubentities (Inherited from Entity.)
Public propertyId (Inherited from SerializableObject.)
Public propertyLength (Inherited from CurveEntity.)
Public propertyPoints (Inherited from Entity.)
Public propertyRadius
Public propertySubentities (Inherited from Entity.)
Public propertyType (Inherited from Entity.)
Top
Methods
Remarks
The base type for circle and arc entities.
See Also