ImportContextCreateSweptArea Method
|
Namespace: Bricscad.Ifc
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
public DBObjectCollection CreateSweptArea(
IfcEntity sweptArea
)
Public Function CreateSweptArea (
sweptArea As IfcEntity
) As DBObjectCollection
public:
DBObjectCollection^ CreateSweptArea(
IfcEntity^ sweptArea
)
member CreateSweptArea :
sweptArea : IfcEntity -> DBObjectCollection
Parameters
- sweptArea IfcEntity
-
Return Value
DBObjectCollection
See Also