Class GeometryNodeDataBase
public abstract class GeometryNodeDataBase : FlowableNodeData, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable, ICloneable, ITemplate, IPortDataCreator, IPortableNodeData, ILinkDataCreator, ITextNodeData, ITextable, IFlowableNodeData, IFlowablePartData, IFlowable, IDisposable, IMessageable, IStopwatchable, IGeometryNodeData, INodeData, IPartData, IData
- Inheritance
-
GeometryNodeDataBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
GeometryNodeDataBase()
public GeometryNodeDataBase()
Properties
Data
[TypeConverter(typeof(GeometryConverter))]
[ValueSerializer(typeof(GeometryValueSerializer))]
public Geometry Data { get; set; }
Property Value
Stretch
[Browsable(false)]
public Stretch Stretch { get; set; }
Property Value
Methods
GetGeometry()
protected abstract Geometry GetGeometry()