CSPlaneID(Int32, Double) Constructor |
Initializes a new instance of the
CSPlaneID class using a logical value.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic CSPlaneID(
int perpendicularAxisNumber,
double logicalValue
)
Parameters
- perpendicularAxisNumber Int32
- The axis perpendicular to the plane.
- logicalValue Double
- The logical value along the perpendicular axis.
See Also