Class SmartPoint2D
Represents a 2D smart point.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 7, 0, 0)]
public class SmartPoint2D : SmartObject
Remarks
This class is available since v7.7.
Constructors
| Name | Description |
|---|---|
| SmartPoint2D(ElementId) | Initializes a new instance of the SmartPoint2D class of type Element. |
| SmartPoint2D(ElementId, ItemLabel) | Initializes a new instance of the SmartPoint2D class of type Item. |
| SmartPoint2D(Point2D) | Initializes a new instance of the SmartPoint2D class of type Basic. |
| SmartPoint2D(SmartPoint2DType, Point2D?, ElementId, ItemLabel) | Initializes a new instance of the SmartPoint2D class. |
Fields
| Name | Description |
|---|---|
| ElementId | Providing element identifier, or empty if none. |
| Geometry | Geometry, or null if unknown. |
| ItemLabel | Providing element item label, or empty if none. |
| P0 | Origin point, i.e. (0,0). |
| Type | Type of point. |