config_control_design.b_spline_surface Class Reference

Public Member Functions

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 ()
 
def wr1 (self)
 
- Public Member Functions inherited from config_control_design.geometric_representation_item
def dim ()
 
def wr1 (self)
 
- Public Member Functions inherited from config_control_design.representation_item
def name ()
 
def wr1 (self)
 

Public Attributes

 control_points_list
 
 self_intersect
 
 surface_form
 
 u_closed
 
 u_degree
 
 v_closed
 
 v_degree
 
- Public Attributes inherited from config_control_design.representation_item
 name
 

Detailed Description

Entity b_spline_surface definition.

    :param u_degree
    :type u_degree:INTEGER

    :param v_degree
    :type v_degree:INTEGER

    :param control_points_list
    :type control_points_list:LIST(2,None,LIST(2,None,'cartesian_point', scope = schema_scope))

    :param surface_form
    :type surface_form:b_spline_surface_form

    :param u_closed
    :type u_closed:LOGICAL

    :param v_closed
    :type v_closed:LOGICAL

    :param self_intersect
    :type self_intersect:LOGICAL

    :param u_upper
    :type u_upper:INTEGER

    :param v_upper
    :type v_upper:INTEGER

    :param control_points
    :type control_points:ARRAY(0,u_upper,ARRAY(0,v_upper,'cartesian_point', scope = schema_scope))

Member Function Documentation

◆ control_points()

def config_control_design.b_spline_surface.control_points ( )

References ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.b_spline_surface.control_points_list, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.b_spline_curve.control_points_list, automotive_design.b_spline_surface.control_points_list, automotive_design.b_spline_curve.control_points_list, config_control_design.b_spline_surface.control_points_list, config_control_design.b_spline_curve.control_points_list, config_control_design.make_array_of_array(), ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.b_spline_surface.u_upper(), automotive_design.b_spline_surface.u_upper(), config_control_design.b_spline_surface.u_upper(), ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.b_spline_surface.v_upper(), automotive_design.b_spline_surface.v_upper(), and config_control_design.b_spline_surface.v_upper().

◆ control_points_list()

def config_control_design.b_spline_surface.control_points_list ( )

References ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.b_spline_surface._control_points_list, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.b_spline_curve._control_points_list, automotive_design.b_spline_surface._control_points_list, automotive_design.b_spline_curve._control_points_list, config_control_design.b_spline_surface._control_points_list, and config_control_design.b_spline_curve._control_points_list.

Referenced by automotive_design.b_spline_surface.control_points(), automotive_design.b_spline_curve.control_points(), config_control_design.b_spline_surface.control_points(), config_control_design.b_spline_curve.control_points(), automotive_design.b_spline_surface.u_upper(), config_control_design.b_spline_surface.u_upper(), automotive_design.b_spline_curve.upper_index_on_control_points(), config_control_design.b_spline_curve.upper_index_on_control_points(), automotive_design.b_spline_surface.v_upper(), and config_control_design.b_spline_surface.v_upper().

◆ self_intersect()

def config_control_design.b_spline_surface.self_intersect ( )

References ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.offset_surface._self_intersect, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.b_spline_surface._self_intersect, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.b_spline_curve._self_intersect, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.offset_curve_3d._self_intersect, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.composite_curve._self_intersect, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.offset_curve_2d._self_intersect, automotive_design.offset_surface._self_intersect, automotive_design.b_spline_surface._self_intersect, automotive_design.b_spline_curve._self_intersect, automotive_design.offset_curve_3d._self_intersect, automotive_design.composite_curve._self_intersect, automotive_design.offset_curve_2d._self_intersect, config_control_design.offset_surface._self_intersect, config_control_design.b_spline_surface._self_intersect, config_control_design.b_spline_curve._self_intersect, config_control_design.offset_curve_3d._self_intersect, and config_control_design.composite_curve._self_intersect.

◆ surface_form()

def config_control_design.b_spline_surface.surface_form ( )

References ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.b_spline_surface._surface_form, automotive_design.b_spline_surface._surface_form, and config_control_design.b_spline_surface._surface_form.

◆ u_closed()

def config_control_design.b_spline_surface.u_closed ( )

References ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.b_spline_surface._u_closed, automotive_design.b_spline_surface._u_closed, and config_control_design.b_spline_surface._u_closed.

◆ u_degree()

def config_control_design.b_spline_surface.u_degree ( )

References ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.b_spline_surface._u_degree, automotive_design.b_spline_surface._u_degree, and config_control_design.b_spline_surface._u_degree.

◆ u_upper()

def config_control_design.b_spline_surface.u_upper ( )

◆ v_closed()

def config_control_design.b_spline_surface.v_closed ( )

References ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.b_spline_surface._v_closed, automotive_design.b_spline_surface._v_closed, and config_control_design.b_spline_surface._v_closed.

◆ v_degree()

def config_control_design.b_spline_surface.v_degree ( )

References ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.b_spline_surface._v_degree, automotive_design.b_spline_surface._v_degree, and config_control_design.b_spline_surface._v_degree.

◆ v_upper()

def config_control_design.b_spline_surface.v_upper ( )

◆ wr1()

def config_control_design.b_spline_surface.wr1 (   self)

Member Data Documentation

◆ control_points_list

◆ self_intersect

config_control_design.b_spline_surface.self_intersect

◆ surface_form

config_control_design.b_spline_surface.surface_form

◆ u_closed

config_control_design.b_spline_surface.u_closed

◆ u_degree

config_control_design.b_spline_surface.u_degree

◆ v_closed

config_control_design.b_spline_surface.v_closed

◆ v_degree

config_control_design.b_spline_surface.v_degree

The documentation for this class was generated from the following file: