interfaceCATCartesianPoint 表示几何笛卡尔点的接口。 CATCartesianPoint是通过CATGeoFactory接口的CreateCartesianPoint方法创建的,并使用Remove方法删除。 方法索引 oSetCoord(double,double,double) 修改此CATCartesianPoint的三个笛卡尔坐标。 oSetX(double) 修改此CATCartesianPoint的第一个笛卡尔坐标。 oSetY(double) 修改...
IfcCartesianPoint IfcCartesianPoint通过正交右笛卡尔坐标系中的坐标定义点。在本规范中,仅使用二维和三维笛卡尔点。 注:定义根据ISO/CD 10303-42:1992 笛卡尔点是由其在直角笛卡尔坐标系或参数空间中的坐标定义的点。实体是在一个一维、二维或三维空间中定义的,由列表中的坐标数量决定。根据使用点的几何表示上下文,坐...
IfcCartesianPoint IfcCartesianPoint通过正交右笛卡尔坐标系中的坐标定义点。在本规范中,仅使用二维和三维笛卡尔点。 注:定义根据ISO/CD 10303-42:1992 笛卡尔点是由其在直角笛卡尔坐标系或参数空间中的坐标定义的点。实体是在一个一维、二维或三维空间中定义的,由列表中的坐标数量决定。根据使用点的几何表示上下文,坐...
那在Geom模块中,点的操作类型是class Geom_CartesianPoint: public Geom_Point{public: ... private : gp_Pnt point;} 这个类和gp_Pnt功能几乎一样。增改查操作,几何变换,求点点距离,类型判断。 从此类可以看出,在架构设计上,Geom模块更加的合理:他是将所有几何结构整理成为一个体系来思考的,根类,几何根类,...
IfcCartesianPointList3D定义三维笛卡尔点的有序集合。每个笛卡尔点由一个固定的三坐标列表提供为三维点。属性CoordList是一个二维列表,其中: ①第一维度是表示每个三维笛卡尔点的无边界列表。 ②第二维度是由三个列表成员组成的固定列表,其中[1]是笛卡尔点的x坐标,[2]是y坐标,[3]是z坐标。
equals,getEntityLabel,hashCode,op_Equality,op_Inequality Methods inherited from class java.lang.Object getClass,notify,notifyAll,toString,wait,wait,wait Methods inherited from interface com.aspose.cad.fileformats.ifc.IIfcEntity getEntityLabel Constructor Detail public IfcCartesianPointList()...
Tomoatsu ShibataUSUS4862381 * 1987年4月7日 1989年8月29日 Fanuc Ltd Position control method in which a cartesian point is transformed through two cartesian coordinate systemsUS4862381 * Apr 7, 1987 Aug 29, 1989 Fanuc Ltd Position control method in which a cartesian point is transformed through...
IfcSameCartesianPoint 该函数比较两个IfcCartesianPoint并确保它们相同(具有epsilon精度因子)。 IFC2x2中的新函数 EXPRESS Specification AI检测代码解析 FUNCTION IfcSameCartesianPoint (cp1, cp2 : IfcCartesianPoint; Epsilon : REAL) : LOGICAL; LOCAL cp1x : REAL := cp1.Coordinates[1];...
IfcCartesianPointList是点列表的抽象超类型。 注意,引入IfcCartesianPointList是为了提供潜在的较大点列表(如点云中的点列表)和点的可索引表示的紧凑表示。 在IFC4中增加的新实体。 EXPRESS Specification ENTITY IfcCartesianPointList ABSTRACT SUPERTYPE OF(ONEOF(IfcCartesianPointList2D, IfcCartesianPointList3D)) ...
IfcCartesianPointList2D IfcCartesianPointList2D定义二维笛卡尔点的有序集合。每个笛卡尔点由两个坐标的固定列表提供为二维点。属性CoordList是一个二维列表,其中: ①第一维度是表示每个二维笛卡尔点的无界列表 ②第二维度是两个列表成员的固定列表,其中[1]是笛卡尔点的x坐标,[2]是笛卡尔点的y坐标。