Click or drag to resize

RadiusEntity Class

Sketch radius entity.
Inheritance Hierarchy

Namespace:  Demo3D.Sketch
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
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
  NameDescription
Public methodCircle
Public methodCurve (Inherited from CurveEntity.)
Public methodPoint (Inherited from CurveEntity.)
Public methodProject (Inherited from Entity.)
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 Entity.)
Public methodSerializableDependency(Visual) (Inherited from Entity.)
Protected methodSetINotifyPropertyChangedPropertyT
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event. Property changes on the new value are also listened to and, if one occurs, the propertyChangedCallback handler will be invoked.
(Inherited from BindableBase.)
Protected methodSetPropertyT(T, T, PropertyChangedEventArgs)
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
(Inherited from BindableBase.)
Protected methodSetPropertyT(T, T, String)
Checks to see if the property is the same as the specified value. It they're different then set the value and raise an PropertyChanged event.
(Inherited from BindableBase.)
Top
Remarks
The base type for circle and arc entities.
See Also