Triangle2dConvert3d Method (Plane) |
Converts the current instance into a Triangle3d according to the specified plane.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Triangle3d Convert3d(
Plane plane
)
Public Function Convert3d (
plane As Plane
) As Triangle3d
public:
Triangle3d Convert3d(
Plane^ plane
)
member Convert3d :
plane : Plane -> Triangle3d
Parameters
- plane
- Type: Plane
Plane of the Triangle3d.
Return Value
Type:
Triangle3dThe new instance of Triangle3d.
See Also