center#
- Nodes.center(node='', node1='', node2='', node3='', radius='', **kwargs)#
Defines a node at the center of curvature of 2 or 3 nodes.
Mechanical APDL Command: CENTER
- Parameters:
- node
str Number to be assigned to the node generated at the center of curvature.
- node1
str Three nodes used to calculated the center of curvature, as described under
RADIUS.- node2
str Three nodes used to calculated the center of curvature, as described under
RADIUS.- node3
str Three nodes used to calculated the center of curvature, as described under
RADIUS.- radius
intorstr Used to control the interpretation of
NODE1,NODE2andNODE3:0-NODE1,NODE2andNODE3lie on a circular arc. The program will calculate the center of curvature (and radius) (default).≠, 0-NODE1andNODE2are the endpoints of an arc, andRADIUSis the radius of curvature. The program will locate the center of curvature on theNODE3side of theNODE1-NODE2line ifRADIUS> 0, and opposite toNODE3ifRADIUS< 0.
- node