Class IFCSkipSpaceRepresentationsConfig
Specifies whether the IFC loader skips over IfcSpace elements. IfcSpace elements (and their geometric representations) are used to represent free space in a building story.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class IFCSkipSpaceRepresentationsConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceIFCSkipSpaceRepresentationsConfig(bool)
Constructs a new IFCSkipSpaceRepresentationsConfig.
Declaration
public IFCSkipSpaceRepresentationsConfig(bool skipSpaceRepresentations)
Parameters
Type | Name | Description |
---|---|---|
bool | skipSpaceRepresentations | True if the IfcSpace elements are skipped, false if otherwise. |
Properties
| Edit this page View SourceIFCSkipSpaceRepresentationsConfigName
Gets the string name used by IFCSkipSpaceRepresentationsConfig.
Declaration
public static string IFCSkipSpaceRepresentationsConfigName { get; }
Property Value
Type | Description |
---|---|
string |