An IfcCircle is a curve consisting of a set of points having equal distance from the center.

NOTE  A circular arc segment is defined by using the IfcTrimmedCurve with BasisCurve being an IfcCircle.

C = SELF\IfcConic.Position.Location
x = SELF\IfcConic.Position.P[1]
y = SELF\IfcConic.Position.P[2]
z = SELF\IfcConic.Position.P[3]
R = Radius

and the circle is parameterized as

The parameterization range is 0 ≤ u ≤ 2π (0 ≤ u ≤ 360 degree).
In the placement coordinate system defined above, the circle is the equation C = 0, where

The positive sense of the circle at any point is in the tangent direction, T, to the curve at the point, where

NOTE  Entity adapted from circle defined in ISO 10303-42

XSD Specification

<xs:element name="IfcCircle" type="ifc:IfcCircle" substitutionGroup="ifc:IfcConic" nillable="true"/>
<xs:complexType name="IfcCircle">
<xs:complexContent>
<xs:extension base="ifc:IfcConic">
<xs:attribute name="Radius" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>

EXPRESS Specification

ENTITY IfcCircle
SUBTYPE OF (IfcConic);
Radius : IfcPositiveLengthMeasure;
END_ENTITY;
 

最新文章

  1. Angular.js中使用$watch监听模型变化
  2. phpinfo有mysqlnd没有mysql
  3. checkbox --jquery
  4. windows定时执行百度新闻爬虫
  5. UVA 442 二十 Matrix Chain Multiplication
  6. date 笔记
  7. JDBC 学习笔记(三)—— 数据源(数据库连接池):DBCP数据源、C3P0 数据源以及自定义数据源技术
  8. Angularjs中使用$location获取url参数时,遇到的坑~~~
  9. BZOJ 1631: [Usaco2007 Feb]Cow Party
  10. 自定义NSOperation
  11. Oracle数据库常用技术
  12. (转)IDEA破解 2017 IDEA license server 激活(可用)
  13. php之插入排序
  14. EL表达式多条件判断方式
  15. python ddt数据驱动(简化重复代码)
  16. windows server下设置远程会话自动注销
  17. Android开发 ---xml构建选项菜单、上下文菜单(长按显示菜单)、发通知、发送下载通知
  18. MATLAB中floor、round、ceil、fix区别
  19. NDK学习笔记(Add.cpp注释)(一)
  20. Python练习-一个怪癖老师的不可描述

热门文章

  1. Vmware克隆Centos6.5虚拟机网卡无法启动问题
  2. QT,QT/E,Qtopia,qt creator的联系与区别
  3. 小型SSM项目出现Failed to load ApplicationContext错误的解决方法(个人向)
  4. jenkins构建邮件自动发送,测试邮件发送成功,构建项目邮件发送不成功的问题
  5. 项目Beta冲刺--3/7
  6. wordpress搜索结果排除某个分类如何操作
  7. node 进程管理 child_process [spawn,exec] | 珠峰培训node正式课 网络爬虫
  8. DSL的概念
  9. Tomcat不能访问ln -s软连接文件夹的前因后果
  10. vue分组全选权限,CheckBoxGroup