Vector3d(PlanarEntity, Vector2d)
Constructor
 | 
Initializes a new instance of the 
Vector3d class
 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public Vector3d(
        PlanarEntity plane,
        Vector2d vector2d
)
 
Public Sub New ( 
        plane As PlanarEntity,
        vector2d As Vector2d
)
 
public:
Vector3d(
        PlanarEntity^ plane, 
        Vector2d vector2d
)
 
new : 
        plane : PlanarEntity * 
        vector2d : Vector2d -> Vector3d
 
 
 
Parameters
- plane  PlanarEntity
 
-  
 
- vector2d  Vector2d
 
-  
 
 
See Also