oce icon indicating copy to clipboard operation
oce copied to clipboard

Confusing documentation for gp::XOY.

Open ghost opened this issue 4 years ago • 0 comments

The documentation for the gp::XOY() reads:

Identifies a coordinate system where its origin is Origin, and its "main Direction" and "X Direction" coordinates Z = 1.0, X = Y =0.0 and X direction coordinates X = 1.0, Y = Z = 0.0.

I find it confusing. How can "main Direction" and "X Direction" have the same coordinates?

How could X direction have two different coordinates?

Why you do not define the meaning of this static function simply as:

Identifies a coordinate system where its origin is Origin, and its "main Direction" and "X Direction" coordinates Z = 1.0, X = Y =0.0 and X direction coordinates X = 1.0, Y = Z = 0.0.

?

The definition of gp::YOZ() and gp:ZOX() have a similar problem.

ghost avatar Oct 27 '20 10:10 ghost