Class IFCCylindricalTessellationConfig
Specifies the tessellation for IFC cylindrical shapes. E.g. the number of segments used to approximate a circle. Accepted range of values is between [3, 180].
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class IFCCylindricalTessellationConfig : IntegerPropertyConfig
Constructors
| Edit this page View SourceIFCCylindricalTessellationConfig(int)
Constructs a new IFCCylindricalTessellationConfig.
Declaration
public IFCCylindricalTessellationConfig(int tessellation)
Parameters
Type | Name | Description |
---|---|---|
int | tessellation | Tessellation of cylindrical shapes (e.g. the number of segments used to approximate a circle). Needs to be in the range of [3, 180]. |
Properties
| Edit this page View SourceIFCCylindricalTessellationConfigName
Gets the string name used by IFCCylindricalTessellationConfig.
Declaration
public static string IFCCylindricalTessellationConfigName { get; }
Property Value
Type | Description |
---|---|
string |