Interface IIfcCurveStyle
Readonly interface for IfcCurveStyle
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcCurveStyle : IIfcPresentationStyle, IfcStyleAssignmentSelect, IIfcStyleAssignmentSelect, IPersistEntity, IfcPresentationStyleSelect, IIfcPresentationStyleSelect, IExpressSelectType, IPersist
Properties
|
Improve this Doc
View Source
CurveColour
Declaration
IIfcColour CurveColour { get; set; }
Property Value
|
Improve this Doc
View Source
CurveFont
Declaration
IIfcCurveFontOrScaledCurveFontSelect CurveFont { get; set; }
Property Value
|
Improve this Doc
View Source
CurveWidth
Declaration
IIfcSizeSelect CurveWidth { get; set; }
Property Value
|
Improve this Doc
View Source
ModelOrDraughting
Declaration
IfcBoolean? ModelOrDraughting { get; set; }
Property Value