ExportContextGetDirection2D Method
|
Namespace: Bricscad.Ifc
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
public IfcEntity GetDirection2D(
Vector2d vec
)
Public Function GetDirection2D (
vec As Vector2d
) As IfcEntity
public:
IfcEntity^ GetDirection2D(
Vector2d vec
)
member GetDirection2D :
vec : Vector2d -> IfcEntity
Parameters
- vec Vector2d
-
Return Value
IfcEntity
See Also