Click or drag to resize

CurveEntity Class

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

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

The CurveEntity type exposes the following members.

Constructors
  NameDescription
Protected methodCurveEntity
Initializes a new instance of the CurveEntity class
Top
Properties
  NameDescription
Public propertyEntityAndSubentities (Inherited from Entity.)
Public propertyId (Inherited from SerializableObject.)
Public propertyLength
Public propertyPoints (Inherited from Entity.)
Public propertySubentities (Inherited from Entity.)
Public propertyType (Inherited from Entity.)
Top
Methods
See Also