Package | Description |
---|---|
com.solibri.geometry.primitive3d |
Modifier and Type | Method and Description |
---|---|
static MTriangle3d |
MTriangle3d.create()
Creates a new instance with all points in the origin.
|
static MTriangle3d |
MTriangle3d.create(List<? extends Vector3d> points)
Creates a new instance.
|
static MTriangle3d |
MTriangle3d.create(Triangle3d other)
Creates a new instance.
|
static MTriangle3d |
MTriangle3d.create(Vector3d firstPoint,
Vector3d secondPoint,
Vector3d thirdPoint)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Triangle3d.intersects(MTriangle3d triangle)
Returns true if the triangles intersect, false otherwise.
|
Copyright © 2019 Solibri, Inc.. All rights reserved.