IDP.Math.KArc3d.transform() method
对当前圆弧应用一转换矩阵,从而实现对其几何变换。 如果转换后的几何不是圆弧,将会抛出error。
Transform this arc to a new one If the new one is not a arc, it will throw an error.
Signature:
transform(matrix: KMatrix4): boolean;
Links: transform(matrix: KMatrix4): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
matrix | 转换矩阵。 The transform matrix. |
Returns:
boolean
当执行正确的话,返回true;否则为false。
Return true if successful, otherwise return false.