Accessimport odbAccess session.odbs[name].rootAssembly.datumCsyses[name] DatumCsysByThreePoints(...)
This method creates an OdbDatumCsys object using three points. A datum coordinate system created with this method results in a fixed system. Pathsession.odbs[name].rootAssembly.DatumCsysByThreePoints
Required arguments
Optional argumentsNone. Return valueAn OdbDatumCsys object. ExceptionsNone. DatumCsysByThreeNodes(...)
This method creates an OdbDatumCsys object using the coordinates of three OdbMeshNode objects. A datum coordinate system created with this method results in a system that follows the position of the three nodes. Results, such as those for displacement, are resolved into the orientation of the datum coordinate system without regard to the position of its origin. The last three arguments are given in the form of an OdbMeshNode object. Pathsession.odbs[name].rootAssembly.DatumCsysByThreeNodes
Required arguments
Optional argumentsNone. Return valueAn OdbDatumCsys object. ExceptionsNone. DatumCsysByThreeCircNodes(...)
This method is convenient to use where there are no nodes along the axis of a hollow cylinder or at the center of a hollow sphere. The three nodes that you provide as arguments determine a circle in space. The center of the circle is the origin of the datum coordinate system. The normal to the circle is parallel to the -axis of a cylindrical coordinate system or to the -axis of a spherical coordinate system. The line from the origin to the first node defines the -axis. Pathsession.odbs[name].rootAssembly.DatumCsysByThreeCircNodes
Required arguments
Optional argumentsNone. Return valueAn OdbDatumCsys object. ExceptionsNone. DatumCsysBy6dofNode(...)
A datum coordinate system created with this method results in a system that follows the position of a node. The node location defines the origin of the datum coordinate system. The rotational displacement (UR1, UR2, UR3) of the node defines the orientation of the coordinate system axes. Results, such as those for displacement, are resolved into the orientation of the datum coordinate system without regard to the position of its origin. The last argument is given in the form of an OdbMeshNode object. Pathsession.odbs[name].rootAssembly.DatumCsysBy6dofNode
Required arguments
Optional argumentsNone. Return valueAn OdbDatumCsys object. ExceptionsNone. DatumCsys(...)
This method copies oneOdbDatumCsys object to a new OdbDatumCsys object. Pathsession.odbs[name].rootAssembly.DatumCsys
Required arguments
Optional argumentsNone. Return valueAn OdbDatumCsys object. ExceptionsNone. MembersThe OdbDatumCsys object has the following members:
|