IfcModelCreateModel Method
|
Namespace: Bricscad.Ifc
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public static IfcModel CreateModel(
IfcSchemaId setSchema
)
Public Shared Function CreateModel (
setSchema As IfcSchemaId
) As IfcModel
public:
static IfcModel^ CreateModel(
IfcSchemaId setSchema
)
static member CreateModel :
setSchema : IfcSchemaId -> IfcModel
Parameters
- setSchema
- Type: Bricscad.IfcIfcSchemaId
Return Value
Type:
IfcModel
See Also