Contour |
public class ContourLinesFactory
The ContourLinesFactory type exposes the following members.
Name | Description | |
---|---|---|
ContourLinesFactory | Constructor |
Name | Description | |
---|---|---|
AddContourLinePositions(Point3DCollection, Int32Collection, IListDouble, Point3DCollection) | AddContourLinePositions adds positions to the specified contourLinePositions. The contour line are created with values that were specified in the class constructor. The 3D geometry is defined by the positions and triangleIndices collection. The values for each position is defined in the positionValues list. | |
AddContourLinePositions(Point3DCollection, Int32Collection, IListDouble, Point3DCollection) | AddContourLinePositions adds positions to the specified contourLinePositions. The contour line are created with values that were specified in the class constructor. The 3D geometry is defined by the positions and triangleIndices collection. The values for each position is defined in the positionValues list. | |
CreateContourLinePositions | CreateContourLinePositions creates positions for all contour lines (also known as isolines) and returns them in one Point3DCollection. The 3D geometry is defined by the positions and triangleIndices collection. The values for each position is defined in the positionValues list. | |
CreateMultiContourLinePositions | CreateContourLinePositions creates positions for individual contour lines (also known as isolines) and returns them in an array of Point3DCollection (each element in the array represents positions for contour lines each value in contourLineValues - defined in constructor). The 3D geometry is defined by the positions and triangleIndices collection. The values for each position is defined in the positionValues list. |