Defines an outline consisting of polylines.
More...
|
|
| PolyOutline (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| PolyOutline () |
| | Constructor.
|
| |
|
| PolyOutline (cadex.ModelData.PolylineSet theLineSet) |
| | Constructor.
|
| |
|
void | SetLineSet (cadex.ModelData.PolylineSet theLineSet) |
| | Sets the line set.
|
| |
|
cadex.ModelData.PolylineSet | LineSet () |
| | Returns the line set.
|
| |
|
| Outline (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Accept (cadex.PMI.OutlineVisitor theVisitor) |
| |
|
| BaseObject (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
|
bool | IsNull () |
| |
|
ulong | Id () |
| | Return unique identifier of public object.
|
| |
|
bool | IsEqual (cadex.BaseObject theObj) |
| |
|
override int | GetHashCode () |
| |
|
override bool | Equals (System.Object o) |
| |
|
| override void | Dispose (bool disposing) |
| |
Defines an outline consisting of polylines.
- See also
- OutlinedComponent
- Examples
- exploring/pmi/Program.cs, and exploring/pmi/main.cxx.
◆ Dispose()
| override void cadex.PMI.PolyOutline.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |