Class IFCUseCustomTriangulationConfig
Specifies whether the IFC loader will use its own, custom triangulation algorithm to triangulate wall and floor meshes. If this is set to false, walls will be either triangulated by the post process triangulation or will be passed through as huge polygons with faked holes (e.g. holes that are connected with the outer boundary using a dummy edge). It is highly recommended to leave this property set to true as the default post process has some known issues with these kind of polygons.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class IFCUseCustomTriangulationConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceIFCUseCustomTriangulationConfig(bool)
Constructs a new IFCUseCustomTriangulationConfig.
Declaration
public IFCUseCustomTriangulationConfig(bool useCustomTriangulation)
Parameters
Type | Name | Description |
---|---|---|
bool | useCustomTriangulation | True if the loader should use its own triangulation routine for walls/floors, false otherwise. |
Properties
| Edit this page View SourceIFCUseCustomTriangulationConfigName
Gets the string name used by IFCUseCustomTriangulationConfig.
Declaration
public static string IFCUseCustomTriangulationConfigName { get; }
Property Value
Type | Description |
---|---|
string |