Graphics3DOffsetAttachment#

class ansys.stk.core.stkobjects.Graphics3DOffsetAttachment#

Class defining attach points for the attachment of lines to objects.

Overview#

enable

Opt whether to attach the line to a specific point on the object. Otherwise, the line is attached to the center of the object.

attachment_point_name

Name of the attach point.

available_attachment_points

Return available attach points.

Import detail#

from ansys.stk.core.stkobjects import Graphics3DOffsetAttachment

Property detail#

property Graphics3DOffsetAttachment.enable: bool#

Opt whether to attach the line to a specific point on the object. Otherwise, the line is attached to the center of the object.

property Graphics3DOffsetAttachment.attachment_point_name: str#

Name of the attach point.

property Graphics3DOffsetAttachment.available_attachment_points: list#

Return available attach points.