Class IfcStoreGeometryExtensions
Inheritance
System.Object
IfcStoreGeometryExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc
Assembly: Xbim.Ifc.dll
Syntax
public static class IfcStoreGeometryExtensions
Fields
| Improve this Doc View SourceWexBimId
Declaration
public const int WexBimId = 94132117
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceSaveAsWexBim(IModel, BinaryWriter, IEnumerable<IIfcProduct>, IVector3D)
This function is used to generate the .wexbim model files.
Declaration
public static void SaveAsWexBim(this IModel model, BinaryWriter binaryStream, IEnumerable<IIfcProduct> products = null, IVector3D translation = null)
Parameters
Type | Name | Description |
---|---|---|
IModel | model | The model to export |
System.IO.BinaryWriter | binaryStream | An open writable streamer. |
System.Collections.Generic.IEnumerable<IIfcProduct> | products | Optional products to be written to the wexBIM file. If null, all products from the model will be saved |
IVector3D | translation | Optional 3D vector to apply |