NURBSurfaceModel#
- class ansys.geometry.core.shapes.surfaces.nurbs.NURBSurfaceModel(/, **data: Any)#
Bases:
pydantic.BaseModelPydantic model for NURBS surface curve data.
Notes
This model is used to validate the input data for creating a NURBS surface curve. It ensures that the required fields are present and have the correct types.
Overview#
Import detail#
from ansys.geometry.core.shapes.surfaces.nurbs import NURBSurfaceModel
Attribute detail#
- NURBSurfaceModel.model_config#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- NURBSurfaceModel.type: Literal['nurbs_surface'] = 'nurbs_surface'#