This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
12c360a0 2d51 aeba 3f67 d56918d9333b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the Solid
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Solid(
Vector2 firstVertex,
Vector2 secondVertex,
Vector2 thirdVertex,
Vector2 fourthVertex
)
VB
Public Sub New (
firstVertex As Vector2,
secondVertex As Vector2,
thirdVertex As Vector2,
fourthVertex As Vector2
)
C++
public:
Solid(
Vector2 firstVertex,
Vector2 secondVertex,
Vector2 thirdVertex,
Vector2 fourthVertex
)
F#
new :
firstVertex : Vector2 *
secondVertex : Vector2 *
thirdVertex : Vector2 *
fourthVertex : Vector2 -> Solid
- Vector2
- Solid first vertex in OCS (object coordinate system).
- Vector2
- Solid second vertex in OCS (object coordinate system).
- Vector2
- Solid third vertex in OCS (object coordinate system).
- Vector2
- Solid fourth vertex in OCS (object coordinate system).