IfcRecurrenceTypeEnum
作者:互联网
IfcRecurrenceTypeEnum
类型定义
IfcRecurrenceTypeEnum枚举循环模式类型,有效组合如图所示。
IFC4中的新枚举。
Enumeration definition
Constant | Description |
---|---|
DAILY | Interval, Occurrences |
WEEKLY | WeekdayComponent, Interval, Occurrences |
MONTHLY_BY_DAY_OF_MONTH | DayComponent, Interval, Occurrences |
MONTHLY_BY_POSITION | WeekdayComponent, Position, Interval, Occurrences |
BY_DAY_COUNT | nterval, Occurrences |
BY_WEEKDAY_COUNT | WeekdayComponent, Interval, Occurrences |
YEARLY_BY_DAY_OF_MONTH | DayComponent, MonthComponent, Interval, Occurrences |
YEARLY_BY_POSITION | WeekdayComponent, MonthComponent, Position, Interval, Occurrences |
EXPRESS Specification
TYPE IfcRecurrenceTypeEnum = ENUMERATION OF ( DAILY, WEEKLY, MONTHLY_BY_DAY_OF_MONTH, MONTHLY_BY_POSITION, BY_DAY_COUNT, BY_WEEKDAY_COUNT, YEARLY_BY_DAY_OF_MONTH, YEARLY_BY_POSITION); END_TYPE;
#####################################
标签:YEARLY,IfcRecurrenceTypeEnum,MONTHLY,Interval,Occurrences,DAY 来源: https://www.cnblogs.com/herd/p/16465225.html