Modifier and Type | Method and Description |
---|---|
static MPlane |
create(Triangle3d triangle)
Creates an instance of MPlane based on a triangle.
|
static MPlane |
create(Vector3d point,
Vector3d normalVector)
Creates an instance of MPlane.
|
void |
setNormal(Vector3d vector)
Sets the plane normal vector to the given vector.
|
void |
setPoint(Vector3d point)
Sets the plane point to the given point.
|
contains, dihedralAngle, distance, distanceSquared, getNormal, getPoint, intersect, project, project, signedDistance, signedDistance
void setPoint(Vector3d point)
point
- the new pointvoid setNormal(Vector3d vector)
vector
- the new normal vectorstatic MPlane create(Triangle3d triangle)
triangle
- the triangle that defines the planeCopyright © 2019 Solibri, Inc.. All rights reserved.