首页 > 其他分享 >IfcGeometricSetSelect

IfcGeometricSetSelect

时间:2022-09-20 18:33:28浏览次数:51  
标签:IfcGeometricSetSelect 42 IfcCurve IfcSurface TYPE IfcPoint

IfcGeometricSetSelect

类型定义

IfcGeometricSetSelect包括适用于作为几何集一部分的几何表示项。

 

注:ISO10303-42中的定义:

此选择类型标识几何图形集中可能出现的图元类型。

注ISO 10303-42中定义的相应STEP类型geometric_set_select。

IFC2x中的新类型。

 

Enumeration definition

ConstantDescription
IfcPoint  
IfcCurve  
IfcSurface  
 

EXPRESS Specification

TYPE IfcGeometricSetSelect = SELECT (
 IfcPoint,
 IfcCurve,
 IfcSurface);
END_TYPE;

 

##############

标签:IfcGeometricSetSelect,42,IfcCurve,IfcSurface,TYPE,IfcPoint
From: https://www.cnblogs.com/herd/p/16712076.html

相关文章