Class IFCSmoothingAngleConfig
Specifies the tessellation conic angle for IFC smoothing curves. Accepted range of values is between [5, 120]
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class IFCSmoothingAngleConfig : FloatPropertyConfig
Constructors
| Edit this page View SourceIFCSmoothingAngleConfig(float)
Constructs a new IFCSmoothingAngleConfig.
Declaration
public IFCSmoothingAngleConfig(float angle)
Parameters
Type | Name | Description |
---|---|---|
float | angle | Smoothing angle when tessellating curves. Needs to be in the range of [5, 120]. |
Properties
| Edit this page View SourceIFCSmoothingAngleConfigName
Gets the string name used by IFCSmoothingAngleConfig.
Declaration
public static string IFCSmoothingAngleConfigName { get; }
Property Value
Type | Description |
---|---|
string |