Public Member Functions | |
| def | weights () |
| def | weights_data () |
| def | wr1 (self) |
| def | wr2 (self) |
Public Member Functions inherited from automotive_design.b_spline_surface | |
| def | control_points () |
| def | control_points_list () |
| def | self_intersect () |
| def | surface_form () |
| def | u_closed () |
| def | u_degree () |
| def | u_upper () |
| def | v_closed () |
| def | v_degree () |
| def | v_upper () |
Public Member Functions inherited from automotive_design.geometric_representation_item | |
| def | dim () |
Public Member Functions inherited from automotive_design.representation_item | |
| def | name () |
Public Attributes | |
| weights_data | |
Public Attributes inherited from automotive_design.b_spline_surface | |
| control_points_list | |
| self_intersect | |
| surface_form | |
| u_closed | |
| u_degree | |
| v_closed | |
| v_degree | |
Public Attributes inherited from automotive_design.representation_item | |
| name | |
Detailed Description
Entity rational_b_spline_surface definition. :param weights_data :type weights_data:LIST(2,None,LIST(2,None,'REAL', scope = schema_scope)) :param weights :type weights:ARRAY(0,u_upper,ARRAY(0,v_upper,'REAL', scope = schema_scope))
Member Function Documentation
◆ weights()
| def automotive_design.rational_b_spline_surface.weights | ( | ) |
References automotive_design.make_array_of_array(), automotive_design.b_spline_surface.u_upper(), ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.b_spline_surface.u_upper(), automotive_design.b_spline_surface.v_upper(), ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.b_spline_surface.v_upper(), automotive_design.rational_b_spline_curve.weights_data, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.rational_b_spline_curve.weights_data, automotive_design.rational_b_spline_surface.weights_data, and ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.rational_b_spline_surface.weights_data.
◆ weights_data()
| def automotive_design.rational_b_spline_surface.weights_data | ( | ) |
References automotive_design.rational_b_spline_curve._weights_data, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.rational_b_spline_curve._weights_data, automotive_design.rational_b_spline_surface._weights_data, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.rational_b_spline_surface._weights_data, and automotive_design.rational_b_spline_surface.weights_data.
◆ wr1()
| def automotive_design.rational_b_spline_surface.wr1 | ( | self | ) |
Reimplemented from automotive_design.b_spline_surface.
References Gui::AutoSaver.self, Py::PythonExtension< T >.self(), Gui::Dialog::DownloadManager.self, Py::PythonExtensionBase.self(), App::TransactionFactory.self, Py::PythonClass< T >.self(), automotive_design.rational_b_spline_curve.weights_data, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.rational_b_spline_curve.weights_data, automotive_design.rational_b_spline_surface.weights_data, and ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.rational_b_spline_surface.weights_data.
◆ wr2()
| def automotive_design.rational_b_spline_surface.wr2 | ( | self | ) |
References automotive_design.surface_weights_positive().
Member Data Documentation
◆ weights_data
| automotive_design.rational_b_spline_surface.weights_data |
Referenced by config_control_design.rational_b_spline_curve.weights(), config_control_design.rational_b_spline_surface.weights(), automotive_design.rational_b_spline_surface.weights(), automotive_design.rational_b_spline_surface.weights_data(), config_control_design.rational_b_spline_curve.wr1(), config_control_design.rational_b_spline_surface.wr1(), and automotive_design.rational_b_spline_surface.wr1().
The documentation for this class was generated from the following file:
- src/Mod/Import/App/automotive_design.py
Public Member Functions inherited from
1.8.17