VehicleGraphics3DBPlaneInstance#
- class ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneInstance#
An element in the VehicleGraphics3DBPlanePointCollection.
Overview#
Whether the B-Plane will be displayed in the 3D Graphics window. |
|
Get or set the name assigned to the B-Plane. |
|
Get or set the description of the B-Plane instance. |
|
Get the template from which the B-Plane is derived. |
|
Get or set the event name, which is the point in time at which the B-Plane is defined. |
|
Return the 3D BPlane Event properties. |
|
Return the 3D BPlane Target Point properties. |
|
Whether to display all points with their appropriate labels. |
|
Get or set the size at which to display all points on the B-Plane. Dimensionless. |
|
Whether to connect the additional points. |
|
Get or set the color of the lines connecting the additional points. |
|
Get or set the width of the lines connecting the additional points. |
|
Get or set the 3D Graphics windows in which the B-Plane will be displayed. |
|
Return a list of available 3D Graphics windows. |
|
Return a collection of additional points. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics3DBPlaneInstance
Property detail#
- property VehicleGraphics3DBPlaneInstance.show_graphics: bool#
Whether the B-Plane will be displayed in the 3D Graphics window.
- property VehicleGraphics3DBPlaneInstance.description: str#
Get or set the description of the B-Plane instance.
- property VehicleGraphics3DBPlaneInstance.definition: str#
Get the template from which the B-Plane is derived.
- property VehicleGraphics3DBPlaneInstance.event_name: str#
Get or set the event name, which is the point in time at which the B-Plane is defined.
- property VehicleGraphics3DBPlaneInstance.event: VehicleGraphics3DBPlaneEvent#
Return the 3D BPlane Event properties.
- property VehicleGraphics3DBPlaneInstance.target_point: VehicleGraphics3DBPlaneTargetPoint#
Return the 3D BPlane Target Point properties.
- property VehicleGraphics3DBPlaneInstance.show_label: bool#
Whether to display all points with their appropriate labels.
- property VehicleGraphics3DBPlaneInstance.point_size: float#
Get or set the size at which to display all points on the B-Plane. Dimensionless.
- property VehicleGraphics3DBPlaneInstance.connect_additional_points: bool#
Whether to connect the additional points.
- property VehicleGraphics3DBPlaneInstance.connect_points_color: Color#
Get or set the color of the lines connecting the additional points.
- property VehicleGraphics3DBPlaneInstance.connect_point_line_width: LineWidth#
Get or set the width of the lines connecting the additional points.
- property VehicleGraphics3DBPlaneInstance.graphics_3d_window: str#
Get or set the 3D Graphics windows in which the B-Plane will be displayed.
- property VehicleGraphics3DBPlaneInstance.available_graphics_3d_windows: list#
Return a list of available 3D Graphics windows.
- property VehicleGraphics3DBPlaneInstance.additional_points: VehicleGraphics3DBPlanePointCollection#
Return a collection of additional points.