IFCExportReactorGetDirection2D Method
|
Namespace: Bricscad.Ifc
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
protected IfcEntity GetDirection2D(
Vector2d vec
)
Protected Function GetDirection2D (
vec As Vector2d
) As IfcEntity
protected:
IfcEntity^ GetDirection2D(
Vector2d vec
)
member GetDirection2D :
vec : Vector2d -> IfcEntity
Parameters
- vec
- Type: Teigha.GeometryVector2d
Return Value
Type:
IfcEntity
See Also