Curve3dGetOrthoProjectEntity(Plane)
Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public Entity3d GetOrthoProjectEntity(
Plane projectionPlane
)
Public Function GetOrthoProjectEntity (
projectionPlane As Plane
) As Entity3d
public:
Entity3d^ GetOrthoProjectEntity(
Plane^ projectionPlane
)
member GetOrthoProjectEntity :
projectionPlane : Plane -> Entity3d
Parameters
- projectionPlane Plane
-
Return Value
Entity3d
See Also