NURBSCurveModel#
- class ansys.geometry.core.shapes.curves.nurbs.NURBSCurveModel(/, **data: Any)#
Bases:
pydantic.BaseModelPydantic model for NURBS curve data.
Notes
Pure data model — no file I/O. All orchestration (reading the JSON, building the geometry) lives in
NURBSCurve.from_json_file/NURBSCurve.to_json_file.
Overview#
Weights to use, defaulting to all-1.0 if not provided. |
Import detail#
from ansys.geometry.core.shapes.curves.nurbs import NURBSCurveModel
Attribute detail#
- NURBSCurveModel.type: Literal['nurbs_curve'] = 'nurbs_curve'#