IGraphics3DReferenceAnalysisWorkbenchComponent#

class ansys.stk.core.stkobjects.IGraphics3DReferenceAnalysisWorkbenchComponent#

IGraphics3DReferenceAnalysisWorkbenchComponent used to access the shared properties of all 3D RefCrdn.

Overview#

type_identifier

Type of component (vector, axes, angle, plane, point). A member of the GeometricElementType enumeration.

name

Get the name of the component.

visible

Whether component is visible.

color

Color of the component.

show_label

Is the label for the component visible?

Import detail#

from ansys.stk.core.stkobjects import IGraphics3DReferenceAnalysisWorkbenchComponent

Property detail#

property IGraphics3DReferenceAnalysisWorkbenchComponent.type_identifier: GeometricElementType#

Type of component (vector, axes, angle, plane, point). A member of the GeometricElementType enumeration.

property IGraphics3DReferenceAnalysisWorkbenchComponent.name: str#

Get the name of the component.

property IGraphics3DReferenceAnalysisWorkbenchComponent.visible: bool#

Whether component is visible.

property IGraphics3DReferenceAnalysisWorkbenchComponent.color: Color#

Color of the component.

property IGraphics3DReferenceAnalysisWorkbenchComponent.show_label: bool#

Is the label for the component visible?