Interface IIfcSweptDiskSolid
Readonly interface for IfcSweptDiskSolid
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcSweptDiskSolid : IIfcSolidModel, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcBooleanOperand, IIfcBooleanOperand, IfcSolidOrShell, IIfcSolidOrShell, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Directrix
Declaration
IIfcCurve Directrix { get; set; }
Property Value
|
Improve this Doc
View Source
EndParam
Declaration
IfcParameterValue? EndParam { get; set; }
Property Value
|
Improve this Doc
View Source
InnerRadius
Declaration
IfcPositiveLengthMeasure? InnerRadius { get; set; }
Property Value
|
Improve this Doc
View Source
Radius
Declaration
IfcPositiveLengthMeasure Radius { get; set; }
Property Value
|
Improve this Doc
View Source
StartParam
Declaration
IfcParameterValue? StartParam { get; set; }
Property Value