File tree 2 files changed +2
-2
lines changed
examples/modeling_features
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ Or to show the thickness of a modeling ply or fiber directions:
170
170
171
171
modeling_ply.elemental_data.thickness.get_pyvista_mesh(mesh=plate_cdb_model.mesh).plot()
172
172
plotter = pyacp.get_directions_plotter(
173
- model=plate_cdb_model, components=[modeling_ply.elemental_data.reference_direction ]
173
+ model=plate_cdb_model, components=[modeling_ply.elemental_data.fiber_direction ]
174
174
)
175
175
plotter.show()
176
176
Original file line number Diff line number Diff line change 95
95
# To avoid this, you can use the ``.extract_surface(nonlinear_subdivision=0)`` call
96
96
# to extract a linearized surface.
97
97
# Alternatively, you can use ``.separate_cells().extract_feature_edges()`` to
98
- # obtain the edges as a separate PyVista :py:class:`.PolyData` object.
98
+ # obtain the edges as a separate :py:class:`pyvista .PolyData` object.
99
99
#
100
100
# For more information, see this PyVista discussion:
101
101
# https://github.com/pyvista/pyvista/discussions/5777
You can’t perform that action at this time.
0 commit comments