Hide menu
Loading...
Searching...
No Matches
cadex.Projector_ProjectionContour Class Reference

Represents a single contour of a projection region as an outer or inner boundary. More...

Inheritance diagram for cadex.Projector_ProjectionContour:
cadex.BaseObject

Public Member Functions

 Projector_ProjectionContour (global::System.IntPtr cPtr, bool cMemoryOwn)
 
double Area ()
 
double Perimeter ()
 
cadex.Geom.Polyline2d Polyline ()
 
cadex.ModelData.IndexedTriangleSet Mesh ()
 
- Public Member Functions inherited from cadex.BaseObject
 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)
 

Static Public Member Functions

static cadex.Projector_ProjectionContour Cast (cadex.BaseObject theBase)
 

Protected Member Functions

override void Dispose (bool disposing)
 

Detailed Description

Represents a single contour of a projection region as an outer or inner boundary.

See also
Projector_ProjectionRegion
Projector_Projection

Member Function Documentation

◆ Dispose()

override void cadex.Projector_ProjectionContour.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from cadex.BaseObject.