ContourGeometry
- class pyslm.geometry.ContourGeometry(mid=0, bid=0, coords=None)
Bases:
LayerGeometryContourGeometry represents a
LayerGeometryconsisting of a series of connected coordinates \([(x_0,y_0), ..., (x_{n-1},x_{n-1})]\) representing a continuous line. This allows the exposure point to efficiently follow a path without jumping, unlikeHatchGeometry. Typically, the scan vectors are used for generated the boundaries of a part across a layer.Methods Summary
Number of contour vectors in the geometry group.
type()Returns which type the
layerGeometryis in the derived class.Methods Documentation
- numContours()
Number of contour vectors in the geometry group.
- Return type:
int
- type()
Returns which type the
layerGeometryis in the derived class.