DatumCsysByThreePoints(...)
This method creates an OdbDatumCsys object using three points. A datum coordinate system created with this method results in a fixed system.
Path
session.odbs[name].rootAssembly.DatumCsysByThreePoints
Required arguments
- name
A String specifying the repository key.
- coordSysType
A SymbolicConstant specifying the type of coordinate system. Possible values are CARTESIAN, CYLINDRICAL, and SPHERICAL.
- origin
A sequence of Floats specifying the coordinates of the origin of the datum coordinate system.
- point1
A sequence of Floats specifying the coordinates of a point on the local 1- or -axis.
- point2
A sequence of Floats specifying the coordinates of a point in the 1–2 or – plane.
Optional arguments
None.
Return value
An OdbDatumCsys object.
Exceptions
None.