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