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