aerocaps.iges.surfaces.RationalBSplineSurfaceIGES#
- class RationalBSplineSurfaceIGES(control_points: ndarray, knots_u: ndarray, knots_v: ndarray, weights: ndarray, degree_u: int, degree_v: int, closed_u: bool = True, closed_v: bool = True, rational: bool = True, periodic_u: bool = False, periodic_v: bool = False, start_u: float = 0.0, end_u: float = 1.0, start_v: float = 0.0, end_v: float = 1.0, **entity_kwargs)[source]#
Bases:
IGESEntity- __init__(control_points: ndarray, knots_u: ndarray, knots_v: ndarray, weights: ndarray, degree_u: int, degree_v: int, closed_u: bool = True, closed_v: bool = True, rational: bool = True, periodic_u: bool = False, periodic_v: bool = False, start_u: float = 0.0, end_u: float = 1.0, start_v: float = 0.0, end_v: float = 1.0, **entity_kwargs)[source]#
Methods
Attributes