Update api spec (#284)

* YOYO NEW API SPEC!

* I have generated the latest API!

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
zoo-github-actions-auth[bot]
2024-09-26 12:51:35 -07:00
committed by GitHub
parent 2c2d6247a9
commit 17bfe5f393
3 changed files with 896 additions and 1004 deletions

File diff suppressed because it is too large Load Diff

View File

@ -124,7 +124,7 @@ class OptionEmpty(BaseModel):
class OptionStartPath(BaseModel):
"""The response to the 'StartPath' endpoint"""
""""""
data: StartPath
@ -134,7 +134,7 @@ class OptionStartPath(BaseModel):
class OptionMovePathPen(BaseModel):
"""The response to the 'MovePathPen' endpoint"""
""""""
data: MovePathPen
@ -144,7 +144,7 @@ class OptionMovePathPen(BaseModel):
class OptionExtendPath(BaseModel):
"""The response to the 'ExtendPath' endpoint"""
""""""
data: ExtendPath
@ -154,7 +154,7 @@ class OptionExtendPath(BaseModel):
class OptionExtrude(BaseModel):
"""The response to the 'Extrude' endpoint"""
""""""
data: Extrude
@ -164,7 +164,7 @@ class OptionExtrude(BaseModel):
class OptionRevolve(BaseModel):
"""The response to the 'Revolve' endpoint"""
""""""
data: Revolve
@ -174,7 +174,7 @@ class OptionRevolve(BaseModel):
class OptionSolid3DShellFace(BaseModel):
"""The response to the 'Solid3dShellFace' endpoint"""
""""""
data: Solid3dShellFace
@ -184,7 +184,7 @@ class OptionSolid3DShellFace(BaseModel):
class OptionRevolveAboutEdge(BaseModel):
"""The response to the 'RevolveAboutEdge' endpoint"""
""""""
data: RevolveAboutEdge
@ -194,7 +194,7 @@ class OptionRevolveAboutEdge(BaseModel):
class OptionCameraDragStart(BaseModel):
"""The response to the 'CameraDragStart' endpoint"""
""""""
data: CameraDragStart
@ -204,7 +204,7 @@ class OptionCameraDragStart(BaseModel):
class OptionDefaultCameraLookAt(BaseModel):
"""The response to the 'DefaultCameraLookAt' endpoint"""
""""""
data: DefaultCameraLookAt
@ -214,7 +214,7 @@ class OptionDefaultCameraLookAt(BaseModel):
class OptionDefaultCameraPerspectiveSettings(BaseModel):
"""The response to the 'DefaultCameraPerspectiveSettings' endpoint"""
""""""
data: DefaultCameraPerspectiveSettings
@ -226,7 +226,7 @@ class OptionDefaultCameraPerspectiveSettings(BaseModel):
class OptionEntityMakeHelix(BaseModel):
"""The response to the 'EntityMakeHelix' endpoint"""
""""""
data: EntityMakeHelix
@ -236,7 +236,7 @@ class OptionEntityMakeHelix(BaseModel):
class OptionEntityMirror(BaseModel):
"""The response to the 'EntityMirror' endpoint"""
""""""
data: EntityMirror
@ -246,7 +246,7 @@ class OptionEntityMirror(BaseModel):
class OptionEntityMirrorAcrossEdge(BaseModel):
"""The response to the 'EntityMirrorAcrossEdge' endpoint"""
""""""
data: EntityMirrorAcrossEdge
@ -256,7 +256,7 @@ class OptionEntityMirrorAcrossEdge(BaseModel):
class OptionEditModeEnter(BaseModel):
"""The response to the 'EditModeEnter' endpoint"""
""""""
data: EditModeEnter
@ -266,7 +266,7 @@ class OptionEditModeEnter(BaseModel):
class OptionSelectAdd(BaseModel):
"""The response to the 'SelectAdd' endpoint"""
""""""
data: SelectAdd
@ -276,7 +276,7 @@ class OptionSelectAdd(BaseModel):
class OptionSelectRemove(BaseModel):
"""The response to the 'SelectRemove' endpoint"""
""""""
data: SelectRemove
@ -286,7 +286,7 @@ class OptionSelectRemove(BaseModel):
class OptionSceneClearAll(BaseModel):
"""The response to the 'SceneClearAll' endpoint"""
""""""
data: SceneClearAll
@ -296,7 +296,7 @@ class OptionSceneClearAll(BaseModel):
class OptionSelectReplace(BaseModel):
"""The response to the 'SelectReplace' endpoint"""
""""""
data: SelectReplace
@ -306,7 +306,7 @@ class OptionSelectReplace(BaseModel):
class OptionHighlightSetEntities(BaseModel):
"""The response to the 'HighlightSetEntities' endpoint"""
""""""
data: HighlightSetEntities
@ -316,7 +316,7 @@ class OptionHighlightSetEntities(BaseModel):
class OptionNewAnnotation(BaseModel):
"""The response to the 'NewAnnotation' endpoint"""
""""""
data: NewAnnotation
@ -326,7 +326,7 @@ class OptionNewAnnotation(BaseModel):
class OptionUpdateAnnotation(BaseModel):
"""The response to the 'UpdateAnnotation' endpoint"""
""""""
data: UpdateAnnotation
@ -336,7 +336,7 @@ class OptionUpdateAnnotation(BaseModel):
class OptionEdgeLinesVisible(BaseModel):
"""The response to the 'EdgeLinesVisible' endpoint"""
""""""
data: EdgeLinesVisible
@ -346,7 +346,7 @@ class OptionEdgeLinesVisible(BaseModel):
class OptionObjectVisible(BaseModel):
"""The response to the 'ObjectVisible' endpoint"""
""""""
data: ObjectVisible
@ -356,7 +356,7 @@ class OptionObjectVisible(BaseModel):
class OptionObjectBringToFront(BaseModel):
"""The response to the 'ObjectBringToFront' endpoint"""
""""""
data: ObjectBringToFront
@ -366,7 +366,7 @@ class OptionObjectBringToFront(BaseModel):
class OptionObjectSetMaterialParamsPbr(BaseModel):
"""The response to the 'ObjectSetMaterialParamsPbr' endpoint"""
""""""
data: ObjectSetMaterialParamsPbr
@ -376,7 +376,7 @@ class OptionObjectSetMaterialParamsPbr(BaseModel):
class OptionSolid2DAddHole(BaseModel):
"""The response to the 'Solid2dAddHole' endpoint"""
""""""
data: Solid2dAddHole
@ -386,7 +386,7 @@ class OptionSolid2DAddHole(BaseModel):
class OptionSolid3DFilletEdge(BaseModel):
"""The response to the 'Solid3dFilletEdge' endpoint"""
""""""
data: Solid3dFilletEdge
@ -396,7 +396,7 @@ class OptionSolid3DFilletEdge(BaseModel):
class OptionSendObject(BaseModel):
"""The response to the 'SendObject' endpoint"""
""""""
data: SendObject
@ -406,7 +406,7 @@ class OptionSendObject(BaseModel):
class OptionEntitySetOpacity(BaseModel):
"""The response to the 'EntitySetOpacity' endpoint"""
""""""
data: EntitySetOpacity
@ -416,7 +416,7 @@ class OptionEntitySetOpacity(BaseModel):
class OptionEntityFade(BaseModel):
"""The response to the 'EntityFade' endpoint"""
""""""
data: EntityFade
@ -426,7 +426,7 @@ class OptionEntityFade(BaseModel):
class OptionMakePlane(BaseModel):
"""The response to the 'MakePlane' endpoint"""
""""""
data: MakePlane
@ -436,7 +436,7 @@ class OptionMakePlane(BaseModel):
class OptionPlaneSetColor(BaseModel):
"""The response to the 'PlaneSetColor' endpoint"""
""""""
data: PlaneSetColor
@ -446,7 +446,7 @@ class OptionPlaneSetColor(BaseModel):
class OptionSetTool(BaseModel):
"""The response to the 'SetTool' endpoint"""
""""""
data: SetTool
@ -456,7 +456,7 @@ class OptionSetTool(BaseModel):
class OptionMouseMove(BaseModel):
"""The response to the 'MouseMove' endpoint"""
""""""
data: MouseMove
@ -466,7 +466,7 @@ class OptionMouseMove(BaseModel):
class OptionSketchModeDisable(BaseModel):
"""The response to the 'SketchModeDisable' endpoint"""
""""""
data: SketchModeDisable
@ -476,7 +476,7 @@ class OptionSketchModeDisable(BaseModel):
class OptionCurveSetConstraint(BaseModel):
"""The response to the 'CurveSetConstraint' endpoint"""
""""""
data: CurveSetConstraint
@ -486,7 +486,7 @@ class OptionCurveSetConstraint(BaseModel):
class OptionEnableSketchMode(BaseModel):
"""The response to the 'EnableSketchMode' endpoint"""
""""""
data: EnableSketchMode
@ -496,7 +496,7 @@ class OptionEnableSketchMode(BaseModel):
class OptionSetBackgroundColor(BaseModel):
"""The response to the 'SetBackgroundColor' endpoint"""
""""""
data: SetBackgroundColor
@ -506,7 +506,7 @@ class OptionSetBackgroundColor(BaseModel):
class OptionSetCurrentToolProperties(BaseModel):
"""The response to the 'SetCurrentToolProperties' endpoint"""
""""""
data: SetCurrentToolProperties
@ -516,7 +516,7 @@ class OptionSetCurrentToolProperties(BaseModel):
class OptionSetDefaultSystemProperties(BaseModel):
"""The response to the 'SetDefaultSystemProperties' endpoint"""
""""""
data: SetDefaultSystemProperties
@ -526,7 +526,7 @@ class OptionSetDefaultSystemProperties(BaseModel):
class OptionMakeAxesGizmo(BaseModel):
"""The response to the 'MakeAxesGizmo' endpoint"""
""""""
data: MakeAxesGizmo
@ -536,7 +536,7 @@ class OptionMakeAxesGizmo(BaseModel):
class OptionHandleMouseDragStart(BaseModel):
"""The response to the 'HandleMouseDragStart' endpoint"""
""""""
data: HandleMouseDragStart
@ -546,7 +546,7 @@ class OptionHandleMouseDragStart(BaseModel):
class OptionHandleMouseDragMove(BaseModel):
"""The response to the 'HandleMouseDragMove' endpoint"""
""""""
data: HandleMouseDragMove
@ -556,7 +556,7 @@ class OptionHandleMouseDragMove(BaseModel):
class OptionHandleMouseDragEnd(BaseModel):
"""The response to the 'HandleMouseDragEnd' endpoint"""
""""""
data: HandleMouseDragEnd
@ -566,7 +566,7 @@ class OptionHandleMouseDragEnd(BaseModel):
class OptionRemoveSceneObjects(BaseModel):
"""The response to the 'RemoveSceneObjects' endpoint"""
""""""
data: RemoveSceneObjects
@ -576,7 +576,7 @@ class OptionRemoveSceneObjects(BaseModel):
class OptionReconfigureStream(BaseModel):
"""The response to the 'ReconfigureStream' endpoint"""
""""""
data: ReconfigureStream
@ -586,7 +586,7 @@ class OptionReconfigureStream(BaseModel):
class OptionSetSceneUnits(BaseModel):
"""The response to the 'SetSceneUnits' endpoint"""
""""""
data: SetSceneUnits
@ -596,7 +596,7 @@ class OptionSetSceneUnits(BaseModel):
class OptionSetSelectionType(BaseModel):
"""The response to the 'SetSelectionType' endpoint"""
""""""
data: SetSelectionType
@ -606,7 +606,7 @@ class OptionSetSelectionType(BaseModel):
class OptionSetSelectionFilter(BaseModel):
"""The response to the 'SetSelectionFilter' endpoint"""
""""""
data: SetSelectionFilter
@ -616,7 +616,7 @@ class OptionSetSelectionFilter(BaseModel):
class OptionDefaultCameraSetOrthographic(BaseModel):
"""The response to the 'DefaultCameraSetOrthographic' endpoint"""
""""""
data: DefaultCameraSetOrthographic
@ -626,7 +626,7 @@ class OptionDefaultCameraSetOrthographic(BaseModel):
class OptionDefaultCameraSetPerspective(BaseModel):
"""The response to the 'DefaultCameraSetPerspective' endpoint"""
""""""
data: DefaultCameraSetPerspective
@ -636,7 +636,7 @@ class OptionDefaultCameraSetPerspective(BaseModel):
class OptionEditModeExit(BaseModel):
"""The response to the 'EditModeExit' endpoint"""
""""""
data: EditModeExit
@ -646,7 +646,7 @@ class OptionEditModeExit(BaseModel):
class OptionSelectClear(BaseModel):
"""The response to the 'SelectClear' endpoint"""
""""""
data: SelectClear
@ -656,7 +656,7 @@ class OptionSelectClear(BaseModel):
class OptionExport(BaseModel):
"""The response to the 'Export' endpoint"""
""""""
data: Export
@ -666,7 +666,7 @@ class OptionExport(BaseModel):
class OptionSelectWithPoint(BaseModel):
"""The response to the 'SelectWithPoint' endpoint"""
""""""
data: SelectWithPoint
@ -676,7 +676,7 @@ class OptionSelectWithPoint(BaseModel):
class OptionHighlightSetEntity(BaseModel):
"""The response to the 'HighlightSetEntity' endpoint"""
""""""
data: HighlightSetEntity
@ -686,7 +686,7 @@ class OptionHighlightSetEntity(BaseModel):
class OptionEntityGetChildUuid(BaseModel):
"""The response to the 'EntityGetChildUuid' endpoint"""
""""""
data: EntityGetChildUuid
@ -696,7 +696,7 @@ class OptionEntityGetChildUuid(BaseModel):
class OptionEntityGetNumChildren(BaseModel):
"""The response to the 'EntityGetNumChildren' endpoint"""
""""""
data: EntityGetNumChildren
@ -706,7 +706,7 @@ class OptionEntityGetNumChildren(BaseModel):
class OptionEntityGetParentId(BaseModel):
"""The response to the 'EntityGetParentId' endpoint"""
""""""
data: EntityGetParentId
@ -716,7 +716,7 @@ class OptionEntityGetParentId(BaseModel):
class OptionEntityGetAllChildUuids(BaseModel):
"""The response to the 'EntityGetAllChildUuids' endpoint"""
""""""
data: EntityGetAllChildUuids
@ -726,7 +726,7 @@ class OptionEntityGetAllChildUuids(BaseModel):
class OptionEntityGetSketchPaths(BaseModel):
"""The response to the 'EntityGetSketchPaths' endpoint"""
""""""
data: EntityGetSketchPaths
@ -736,7 +736,7 @@ class OptionEntityGetSketchPaths(BaseModel):
class OptionLoft(BaseModel):
"""The response to the 'Loft' endpoint"""
""""""
data: Loft
@ -746,7 +746,7 @@ class OptionLoft(BaseModel):
class OptionClosePath(BaseModel):
"""The response to the 'ClosePath' endpoint"""
""""""
data: ClosePath
@ -756,7 +756,7 @@ class OptionClosePath(BaseModel):
class OptionCameraDragMove(BaseModel):
"""The response to the 'CameraDragMove' endpoint"""
""""""
data: CameraDragMove
@ -766,7 +766,7 @@ class OptionCameraDragMove(BaseModel):
class OptionCameraDragEnd(BaseModel):
"""The response to the 'CameraDragEnd' endpoint"""
""""""
data: CameraDragEnd
@ -776,7 +776,7 @@ class OptionCameraDragEnd(BaseModel):
class OptionDefaultCameraGetSettings(BaseModel):
"""The response to the 'DefaultCameraGetSettings' endpoint"""
""""""
data: DefaultCameraGetSettings
@ -786,7 +786,7 @@ class OptionDefaultCameraGetSettings(BaseModel):
class OptionDefaultCameraZoom(BaseModel):
"""The response to the 'DefaultCameraZoom' endpoint"""
""""""
data: DefaultCameraZoom
@ -796,7 +796,7 @@ class OptionDefaultCameraZoom(BaseModel):
class OptionZoomToFit(BaseModel):
"""The response to the 'ZoomToFit' endpoint"""
""""""
data: ZoomToFit
@ -806,7 +806,7 @@ class OptionZoomToFit(BaseModel):
class OptionViewIsometric(BaseModel):
"""The response to the 'ViewIsometric' endpoint"""
""""""
data: ViewIsometric
@ -816,7 +816,7 @@ class OptionViewIsometric(BaseModel):
class OptionGetNumObjects(BaseModel):
"""The response to the 'GetNumObjects' endpoint"""
""""""
data: GetNumObjects
@ -826,7 +826,7 @@ class OptionGetNumObjects(BaseModel):
class OptionDefaultCameraFocusOn(BaseModel):
"""The response to the 'DefaultCameraFocusOn' endpoint"""
""""""
data: DefaultCameraFocusOn
@ -836,7 +836,7 @@ class OptionDefaultCameraFocusOn(BaseModel):
class OptionSelectGet(BaseModel):
"""The response to the 'SelectGet' endpoint"""
""""""
data: SelectGet
@ -846,7 +846,7 @@ class OptionSelectGet(BaseModel):
class OptionSolid3DGetAllEdgeFaces(BaseModel):
"""The response to the 'Solid3dGetAllEdgeFaces' endpoint"""
""""""
data: Solid3dGetAllEdgeFaces
@ -856,7 +856,7 @@ class OptionSolid3DGetAllEdgeFaces(BaseModel):
class OptionSolid3DGetAllOppositeEdges(BaseModel):
"""The response to the 'Solid3dGetAllOppositeEdges' endpoint"""
""""""
data: Solid3dGetAllOppositeEdges
@ -866,7 +866,7 @@ class OptionSolid3DGetAllOppositeEdges(BaseModel):
class OptionSolid3DGetOppositeEdge(BaseModel):
"""The response to the 'Solid3dGetOppositeEdge' endpoint"""
""""""
data: Solid3dGetOppositeEdge
@ -876,7 +876,7 @@ class OptionSolid3DGetOppositeEdge(BaseModel):
class OptionSolid3DGetNextAdjacentEdge(BaseModel):
"""The response to the 'Solid3dGetNextAdjacentEdge' endpoint"""
""""""
data: Solid3dGetNextAdjacentEdge
@ -886,7 +886,7 @@ class OptionSolid3DGetNextAdjacentEdge(BaseModel):
class OptionSolid3DGetPrevAdjacentEdge(BaseModel):
"""The response to the 'Solid3dGetPrevAdjacentEdge' endpoint"""
""""""
data: Solid3dGetPrevAdjacentEdge
@ -896,7 +896,7 @@ class OptionSolid3DGetPrevAdjacentEdge(BaseModel):
class OptionGetEntityType(BaseModel):
"""The response to the 'GetEntityType' endpoint"""
""""""
data: GetEntityType
@ -906,7 +906,7 @@ class OptionGetEntityType(BaseModel):
class OptionCurveGetControlPoints(BaseModel):
"""The response to the 'CurveGetControlPoints' endpoint"""
""""""
data: CurveGetControlPoints
@ -916,7 +916,7 @@ class OptionCurveGetControlPoints(BaseModel):
class OptionCurveGetType(BaseModel):
"""The response to the 'CurveGetType' endpoint"""
""""""
data: CurveGetType
@ -926,7 +926,7 @@ class OptionCurveGetType(BaseModel):
class OptionMouseClick(BaseModel):
"""The response to the 'MouseClick' endpoint"""
""""""
data: MouseClick
@ -936,7 +936,7 @@ class OptionMouseClick(BaseModel):
class OptionTakeSnapshot(BaseModel):
"""The response to the 'TakeSnapshot' endpoint"""
""""""
data: TakeSnapshot
@ -946,7 +946,7 @@ class OptionTakeSnapshot(BaseModel):
class OptionPathGetInfo(BaseModel):
"""The response to the 'PathGetInfo' endpoint"""
""""""
data: PathGetInfo
@ -956,7 +956,7 @@ class OptionPathGetInfo(BaseModel):
class OptionPathSegmentInfo(BaseModel):
"""The response to the 'PathSegmentInfo' endpoint"""
""""""
data: PathSegmentInfo
@ -966,7 +966,7 @@ class OptionPathSegmentInfo(BaseModel):
class OptionPathGetCurveUuidsForVertices(BaseModel):
"""The response to the 'PathGetCurveUuidsForVertices' endpoint"""
""""""
data: PathGetCurveUuidsForVertices
@ -978,7 +978,7 @@ class OptionPathGetCurveUuidsForVertices(BaseModel):
class OptionPathGetCurveUuid(BaseModel):
"""The response to the 'PathGetCurveUuid' endpoint"""
""""""
data: PathGetCurveUuid
@ -988,7 +988,7 @@ class OptionPathGetCurveUuid(BaseModel):
class OptionPathGetVertexUuids(BaseModel):
"""The response to the 'PathGetVertexUuids' endpoint"""
""""""
data: PathGetVertexUuids
@ -998,7 +998,7 @@ class OptionPathGetVertexUuids(BaseModel):
class OptionPathGetSketchTargetUuid(BaseModel):
"""The response to the 'PathGetSketchTargetUuid' endpoint"""
""""""
data: PathGetSketchTargetUuid
@ -1008,7 +1008,7 @@ class OptionPathGetSketchTargetUuid(BaseModel):
class OptionCurveGetEndPoints(BaseModel):
"""The response to the 'CurveGetEndPoints' endpoint"""
""""""
data: CurveGetEndPoints
@ -1018,7 +1018,7 @@ class OptionCurveGetEndPoints(BaseModel):
class OptionFaceIsPlanar(BaseModel):
"""The response to the 'FaceIsPlanar' endpoint"""
""""""
data: FaceIsPlanar
@ -1028,7 +1028,7 @@ class OptionFaceIsPlanar(BaseModel):
class OptionFaceGetPosition(BaseModel):
"""The response to the 'FaceGetPosition' endpoint"""
""""""
data: FaceGetPosition
@ -1038,7 +1038,7 @@ class OptionFaceGetPosition(BaseModel):
class OptionFaceGetCenter(BaseModel):
"""The response to the 'FaceGetCenter' endpoint"""
""""""
data: FaceGetCenter
@ -1048,7 +1048,7 @@ class OptionFaceGetCenter(BaseModel):
class OptionFaceGetGradient(BaseModel):
"""The response to the 'FaceGetGradient' endpoint"""
""""""
data: FaceGetGradient
@ -1058,7 +1058,7 @@ class OptionFaceGetGradient(BaseModel):
class OptionPlaneIntersectAndProject(BaseModel):
"""The response to the 'PlaneIntersectAndProject' endpoint"""
""""""
data: PlaneIntersectAndProject
@ -1068,7 +1068,7 @@ class OptionPlaneIntersectAndProject(BaseModel):
class OptionImportFiles(BaseModel):
"""The response to the 'ImportFiles' endpoint"""
""""""
data: ImportFiles
@ -1078,7 +1078,7 @@ class OptionImportFiles(BaseModel):
class OptionImportedGeometry(BaseModel):
"""The response to the 'ImportedGeometry' endpoint"""
""""""
data: ImportedGeometry
@ -1088,7 +1088,7 @@ class OptionImportedGeometry(BaseModel):
class OptionMass(BaseModel):
"""The response to the 'Mass' endpoint"""
""""""
data: Mass
@ -1098,7 +1098,7 @@ class OptionMass(BaseModel):
class OptionVolume(BaseModel):
"""The response to the 'Volume' endpoint"""
""""""
data: Volume
@ -1108,7 +1108,7 @@ class OptionVolume(BaseModel):
class OptionDensity(BaseModel):
"""The response to the 'Density' endpoint"""
""""""
data: Density
@ -1118,7 +1118,7 @@ class OptionDensity(BaseModel):
class OptionSurfaceArea(BaseModel):
"""The response to the 'SurfaceArea' endpoint"""
""""""
data: SurfaceArea
@ -1128,7 +1128,7 @@ class OptionSurfaceArea(BaseModel):
class OptionCenterOfMass(BaseModel):
"""The response to the 'CenterOfMass' endpoint"""
""""""
data: CenterOfMass
@ -1138,7 +1138,7 @@ class OptionCenterOfMass(BaseModel):
class OptionGetSketchModePlane(BaseModel):
"""The response to the 'GetSketchModePlane' endpoint"""
""""""
data: GetSketchModePlane
@ -1148,7 +1148,7 @@ class OptionGetSketchModePlane(BaseModel):
class OptionEntityGetDistance(BaseModel):
"""The response to the 'EntityGetDistance' endpoint"""
""""""
data: EntityGetDistance
@ -1158,7 +1158,7 @@ class OptionEntityGetDistance(BaseModel):
class OptionEntityLinearPatternTransform(BaseModel):
"""The response to the 'EntityLinearPatternTransform' endpoint"""
""""""
data: EntityLinearPatternTransform
@ -1168,7 +1168,7 @@ class OptionEntityLinearPatternTransform(BaseModel):
class OptionEntityLinearPattern(BaseModel):
"""The response to the 'EntityLinearPattern' endpoint"""
""""""
data: EntityLinearPattern
@ -1178,7 +1178,7 @@ class OptionEntityLinearPattern(BaseModel):
class OptionEntityCircularPattern(BaseModel):
"""The response to the 'EntityCircularPattern' endpoint"""
""""""
data: EntityCircularPattern
@ -1188,7 +1188,7 @@ class OptionEntityCircularPattern(BaseModel):
class OptionSolid3DGetExtrusionFaceInfo(BaseModel):
"""The response to the 'Solid3dGetExtrusionFaceInfo' endpoint"""
""""""
data: Solid3dGetExtrusionFaceInfo
@ -1198,7 +1198,7 @@ class OptionSolid3DGetExtrusionFaceInfo(BaseModel):
class OptionExtrusionFaceInfo(BaseModel):
"""The response to the 'ExtrusionFaceInfo' endpoint"""
""""""
data: ExtrusionFaceInfo

108
spec.json
View File

@ -23835,7 +23835,6 @@
]
},
{
"description": "The response to the 'StartPath' endpoint",
"type": "object",
"properties": {
"data": {
@ -23854,7 +23853,6 @@
]
},
{
"description": "The response to the 'MovePathPen' endpoint",
"type": "object",
"properties": {
"data": {
@ -23873,7 +23871,6 @@
]
},
{
"description": "The response to the 'ExtendPath' endpoint",
"type": "object",
"properties": {
"data": {
@ -23892,7 +23889,6 @@
]
},
{
"description": "The response to the 'Extrude' endpoint",
"type": "object",
"properties": {
"data": {
@ -23911,7 +23907,6 @@
]
},
{
"description": "The response to the 'Revolve' endpoint",
"type": "object",
"properties": {
"data": {
@ -23930,7 +23925,6 @@
]
},
{
"description": "The response to the 'Solid3dShellFace' endpoint",
"type": "object",
"properties": {
"data": {
@ -23949,7 +23943,6 @@
]
},
{
"description": "The response to the 'RevolveAboutEdge' endpoint",
"type": "object",
"properties": {
"data": {
@ -23968,7 +23961,6 @@
]
},
{
"description": "The response to the 'CameraDragStart' endpoint",
"type": "object",
"properties": {
"data": {
@ -23987,7 +23979,6 @@
]
},
{
"description": "The response to the 'DefaultCameraLookAt' endpoint",
"type": "object",
"properties": {
"data": {
@ -24006,7 +23997,6 @@
]
},
{
"description": "The response to the 'DefaultCameraPerspectiveSettings' endpoint",
"type": "object",
"properties": {
"data": {
@ -24025,7 +24015,6 @@
]
},
{
"description": "The response to the 'EntityMakeHelix' endpoint",
"type": "object",
"properties": {
"data": {
@ -24044,7 +24033,6 @@
]
},
{
"description": "The response to the 'EntityMirror' endpoint",
"type": "object",
"properties": {
"data": {
@ -24063,7 +24051,6 @@
]
},
{
"description": "The response to the 'EntityMirrorAcrossEdge' endpoint",
"type": "object",
"properties": {
"data": {
@ -24082,7 +24069,6 @@
]
},
{
"description": "The response to the 'EditModeEnter' endpoint",
"type": "object",
"properties": {
"data": {
@ -24101,7 +24087,6 @@
]
},
{
"description": "The response to the 'SelectAdd' endpoint",
"type": "object",
"properties": {
"data": {
@ -24120,7 +24105,6 @@
]
},
{
"description": "The response to the 'SelectRemove' endpoint",
"type": "object",
"properties": {
"data": {
@ -24139,7 +24123,6 @@
]
},
{
"description": "The response to the 'SceneClearAll' endpoint",
"type": "object",
"properties": {
"data": {
@ -24158,7 +24141,6 @@
]
},
{
"description": "The response to the 'SelectReplace' endpoint",
"type": "object",
"properties": {
"data": {
@ -24177,7 +24159,6 @@
]
},
{
"description": "The response to the 'HighlightSetEntities' endpoint",
"type": "object",
"properties": {
"data": {
@ -24196,7 +24177,6 @@
]
},
{
"description": "The response to the 'NewAnnotation' endpoint",
"type": "object",
"properties": {
"data": {
@ -24215,7 +24195,6 @@
]
},
{
"description": "The response to the 'UpdateAnnotation' endpoint",
"type": "object",
"properties": {
"data": {
@ -24234,7 +24213,6 @@
]
},
{
"description": "The response to the 'EdgeLinesVisible' endpoint",
"type": "object",
"properties": {
"data": {
@ -24253,7 +24231,6 @@
]
},
{
"description": "The response to the 'ObjectVisible' endpoint",
"type": "object",
"properties": {
"data": {
@ -24272,7 +24249,6 @@
]
},
{
"description": "The response to the 'ObjectBringToFront' endpoint",
"type": "object",
"properties": {
"data": {
@ -24291,7 +24267,6 @@
]
},
{
"description": "The response to the 'ObjectSetMaterialParamsPbr' endpoint",
"type": "object",
"properties": {
"data": {
@ -24310,7 +24285,6 @@
]
},
{
"description": "The response to the 'Solid2dAddHole' endpoint",
"type": "object",
"properties": {
"data": {
@ -24329,7 +24303,6 @@
]
},
{
"description": "The response to the 'Solid3dFilletEdge' endpoint",
"type": "object",
"properties": {
"data": {
@ -24348,7 +24321,6 @@
]
},
{
"description": "The response to the 'SendObject' endpoint",
"type": "object",
"properties": {
"data": {
@ -24367,7 +24339,6 @@
]
},
{
"description": "The response to the 'EntitySetOpacity' endpoint",
"type": "object",
"properties": {
"data": {
@ -24386,7 +24357,6 @@
]
},
{
"description": "The response to the 'EntityFade' endpoint",
"type": "object",
"properties": {
"data": {
@ -24405,7 +24375,6 @@
]
},
{
"description": "The response to the 'MakePlane' endpoint",
"type": "object",
"properties": {
"data": {
@ -24424,7 +24393,6 @@
]
},
{
"description": "The response to the 'PlaneSetColor' endpoint",
"type": "object",
"properties": {
"data": {
@ -24443,7 +24411,6 @@
]
},
{
"description": "The response to the 'SetTool' endpoint",
"type": "object",
"properties": {
"data": {
@ -24462,7 +24429,6 @@
]
},
{
"description": "The response to the 'MouseMove' endpoint",
"type": "object",
"properties": {
"data": {
@ -24481,7 +24447,6 @@
]
},
{
"description": "The response to the 'SketchModeDisable' endpoint",
"type": "object",
"properties": {
"data": {
@ -24500,7 +24465,6 @@
]
},
{
"description": "The response to the 'CurveSetConstraint' endpoint",
"type": "object",
"properties": {
"data": {
@ -24519,7 +24483,6 @@
]
},
{
"description": "The response to the 'EnableSketchMode' endpoint",
"type": "object",
"properties": {
"data": {
@ -24538,7 +24501,6 @@
]
},
{
"description": "The response to the 'SetBackgroundColor' endpoint",
"type": "object",
"properties": {
"data": {
@ -24557,7 +24519,6 @@
]
},
{
"description": "The response to the 'SetCurrentToolProperties' endpoint",
"type": "object",
"properties": {
"data": {
@ -24576,7 +24537,6 @@
]
},
{
"description": "The response to the 'SetDefaultSystemProperties' endpoint",
"type": "object",
"properties": {
"data": {
@ -24595,7 +24555,6 @@
]
},
{
"description": "The response to the 'MakeAxesGizmo' endpoint",
"type": "object",
"properties": {
"data": {
@ -24614,7 +24573,6 @@
]
},
{
"description": "The response to the 'HandleMouseDragStart' endpoint",
"type": "object",
"properties": {
"data": {
@ -24633,7 +24591,6 @@
]
},
{
"description": "The response to the 'HandleMouseDragMove' endpoint",
"type": "object",
"properties": {
"data": {
@ -24652,7 +24609,6 @@
]
},
{
"description": "The response to the 'HandleMouseDragEnd' endpoint",
"type": "object",
"properties": {
"data": {
@ -24671,7 +24627,6 @@
]
},
{
"description": "The response to the 'RemoveSceneObjects' endpoint",
"type": "object",
"properties": {
"data": {
@ -24690,7 +24645,6 @@
]
},
{
"description": "The response to the 'ReconfigureStream' endpoint",
"type": "object",
"properties": {
"data": {
@ -24709,7 +24663,6 @@
]
},
{
"description": "The response to the 'SetSceneUnits' endpoint",
"type": "object",
"properties": {
"data": {
@ -24728,7 +24681,6 @@
]
},
{
"description": "The response to the 'SetSelectionType' endpoint",
"type": "object",
"properties": {
"data": {
@ -24747,7 +24699,6 @@
]
},
{
"description": "The response to the 'SetSelectionFilter' endpoint",
"type": "object",
"properties": {
"data": {
@ -24766,7 +24717,6 @@
]
},
{
"description": "The response to the 'DefaultCameraSetOrthographic' endpoint",
"type": "object",
"properties": {
"data": {
@ -24785,7 +24735,6 @@
]
},
{
"description": "The response to the 'DefaultCameraSetPerspective' endpoint",
"type": "object",
"properties": {
"data": {
@ -24804,7 +24753,6 @@
]
},
{
"description": "The response to the 'EditModeExit' endpoint",
"type": "object",
"properties": {
"data": {
@ -24823,7 +24771,6 @@
]
},
{
"description": "The response to the 'SelectClear' endpoint",
"type": "object",
"properties": {
"data": {
@ -24842,7 +24789,6 @@
]
},
{
"description": "The response to the 'Export' endpoint",
"type": "object",
"properties": {
"data": {
@ -24861,7 +24807,6 @@
]
},
{
"description": "The response to the 'SelectWithPoint' endpoint",
"type": "object",
"properties": {
"data": {
@ -24880,7 +24825,6 @@
]
},
{
"description": "The response to the 'HighlightSetEntity' endpoint",
"type": "object",
"properties": {
"data": {
@ -24899,7 +24843,6 @@
]
},
{
"description": "The response to the 'EntityGetChildUuid' endpoint",
"type": "object",
"properties": {
"data": {
@ -24918,7 +24861,6 @@
]
},
{
"description": "The response to the 'EntityGetNumChildren' endpoint",
"type": "object",
"properties": {
"data": {
@ -24937,7 +24879,6 @@
]
},
{
"description": "The response to the 'EntityGetParentId' endpoint",
"type": "object",
"properties": {
"data": {
@ -24956,7 +24897,6 @@
]
},
{
"description": "The response to the 'EntityGetAllChildUuids' endpoint",
"type": "object",
"properties": {
"data": {
@ -24975,7 +24915,6 @@
]
},
{
"description": "The response to the 'EntityGetSketchPaths' endpoint",
"type": "object",
"properties": {
"data": {
@ -24994,7 +24933,6 @@
]
},
{
"description": "The response to the 'Loft' endpoint",
"type": "object",
"properties": {
"data": {
@ -25013,7 +24951,6 @@
]
},
{
"description": "The response to the 'ClosePath' endpoint",
"type": "object",
"properties": {
"data": {
@ -25032,7 +24969,6 @@
]
},
{
"description": "The response to the 'CameraDragMove' endpoint",
"type": "object",
"properties": {
"data": {
@ -25051,7 +24987,6 @@
]
},
{
"description": "The response to the 'CameraDragEnd' endpoint",
"type": "object",
"properties": {
"data": {
@ -25070,7 +25005,6 @@
]
},
{
"description": "The response to the 'DefaultCameraGetSettings' endpoint",
"type": "object",
"properties": {
"data": {
@ -25089,7 +25023,6 @@
]
},
{
"description": "The response to the 'DefaultCameraZoom' endpoint",
"type": "object",
"properties": {
"data": {
@ -25108,7 +25041,6 @@
]
},
{
"description": "The response to the 'ZoomToFit' endpoint",
"type": "object",
"properties": {
"data": {
@ -25127,7 +25059,6 @@
]
},
{
"description": "The response to the 'ViewIsometric' endpoint",
"type": "object",
"properties": {
"data": {
@ -25146,7 +25077,6 @@
]
},
{
"description": "The response to the 'GetNumObjects' endpoint",
"type": "object",
"properties": {
"data": {
@ -25165,7 +25095,6 @@
]
},
{
"description": "The response to the 'DefaultCameraFocusOn' endpoint",
"type": "object",
"properties": {
"data": {
@ -25184,7 +25113,6 @@
]
},
{
"description": "The response to the 'SelectGet' endpoint",
"type": "object",
"properties": {
"data": {
@ -25203,7 +25131,6 @@
]
},
{
"description": "The response to the 'Solid3dGetAllEdgeFaces' endpoint",
"type": "object",
"properties": {
"data": {
@ -25222,7 +25149,6 @@
]
},
{
"description": "The response to the 'Solid3dGetAllOppositeEdges' endpoint",
"type": "object",
"properties": {
"data": {
@ -25241,7 +25167,6 @@
]
},
{
"description": "The response to the 'Solid3dGetOppositeEdge' endpoint",
"type": "object",
"properties": {
"data": {
@ -25260,7 +25185,6 @@
]
},
{
"description": "The response to the 'Solid3dGetNextAdjacentEdge' endpoint",
"type": "object",
"properties": {
"data": {
@ -25279,7 +25203,6 @@
]
},
{
"description": "The response to the 'Solid3dGetPrevAdjacentEdge' endpoint",
"type": "object",
"properties": {
"data": {
@ -25298,7 +25221,6 @@
]
},
{
"description": "The response to the 'GetEntityType' endpoint",
"type": "object",
"properties": {
"data": {
@ -25317,7 +25239,6 @@
]
},
{
"description": "The response to the 'CurveGetControlPoints' endpoint",
"type": "object",
"properties": {
"data": {
@ -25336,7 +25257,6 @@
]
},
{
"description": "The response to the 'CurveGetType' endpoint",
"type": "object",
"properties": {
"data": {
@ -25355,7 +25275,6 @@
]
},
{
"description": "The response to the 'MouseClick' endpoint",
"type": "object",
"properties": {
"data": {
@ -25374,7 +25293,6 @@
]
},
{
"description": "The response to the 'TakeSnapshot' endpoint",
"type": "object",
"properties": {
"data": {
@ -25393,7 +25311,6 @@
]
},
{
"description": "The response to the 'PathGetInfo' endpoint",
"type": "object",
"properties": {
"data": {
@ -25412,7 +25329,6 @@
]
},
{
"description": "The response to the 'PathSegmentInfo' endpoint",
"type": "object",
"properties": {
"data": {
@ -25431,7 +25347,6 @@
]
},
{
"description": "The response to the 'PathGetCurveUuidsForVertices' endpoint",
"type": "object",
"properties": {
"data": {
@ -25450,7 +25365,6 @@
]
},
{
"description": "The response to the 'PathGetCurveUuid' endpoint",
"type": "object",
"properties": {
"data": {
@ -25469,7 +25383,6 @@
]
},
{
"description": "The response to the 'PathGetVertexUuids' endpoint",
"type": "object",
"properties": {
"data": {
@ -25488,7 +25401,6 @@
]
},
{
"description": "The response to the 'PathGetSketchTargetUuid' endpoint",
"type": "object",
"properties": {
"data": {
@ -25507,7 +25419,6 @@
]
},
{
"description": "The response to the 'CurveGetEndPoints' endpoint",
"type": "object",
"properties": {
"data": {
@ -25526,7 +25437,6 @@
]
},
{
"description": "The response to the 'FaceIsPlanar' endpoint",
"type": "object",
"properties": {
"data": {
@ -25545,7 +25455,6 @@
]
},
{
"description": "The response to the 'FaceGetPosition' endpoint",
"type": "object",
"properties": {
"data": {
@ -25564,7 +25473,6 @@
]
},
{
"description": "The response to the 'FaceGetCenter' endpoint",
"type": "object",
"properties": {
"data": {
@ -25583,7 +25491,6 @@
]
},
{
"description": "The response to the 'FaceGetGradient' endpoint",
"type": "object",
"properties": {
"data": {
@ -25602,7 +25509,6 @@
]
},
{
"description": "The response to the 'PlaneIntersectAndProject' endpoint",
"type": "object",
"properties": {
"data": {
@ -25621,7 +25527,6 @@
]
},
{
"description": "The response to the 'ImportFiles' endpoint",
"type": "object",
"properties": {
"data": {
@ -25640,7 +25545,6 @@
]
},
{
"description": "The response to the 'ImportedGeometry' endpoint",
"type": "object",
"properties": {
"data": {
@ -25659,7 +25563,6 @@
]
},
{
"description": "The response to the 'Mass' endpoint",
"type": "object",
"properties": {
"data": {
@ -25678,7 +25581,6 @@
]
},
{
"description": "The response to the 'Volume' endpoint",
"type": "object",
"properties": {
"data": {
@ -25697,7 +25599,6 @@
]
},
{
"description": "The response to the 'Density' endpoint",
"type": "object",
"properties": {
"data": {
@ -25716,7 +25617,6 @@
]
},
{
"description": "The response to the 'SurfaceArea' endpoint",
"type": "object",
"properties": {
"data": {
@ -25735,7 +25635,6 @@
]
},
{
"description": "The response to the 'CenterOfMass' endpoint",
"type": "object",
"properties": {
"data": {
@ -25754,7 +25653,6 @@
]
},
{
"description": "The response to the 'GetSketchModePlane' endpoint",
"type": "object",
"properties": {
"data": {
@ -25773,7 +25671,6 @@
]
},
{
"description": "The response to the 'EntityGetDistance' endpoint",
"type": "object",
"properties": {
"data": {
@ -25792,7 +25689,6 @@
]
},
{
"description": "The response to the 'EntityLinearPatternTransform' endpoint",
"type": "object",
"properties": {
"data": {
@ -25811,7 +25707,6 @@
]
},
{
"description": "The response to the 'EntityLinearPattern' endpoint",
"type": "object",
"properties": {
"data": {
@ -25830,7 +25725,6 @@
]
},
{
"description": "The response to the 'EntityCircularPattern' endpoint",
"type": "object",
"properties": {
"data": {
@ -25849,7 +25743,6 @@
]
},
{
"description": "The response to the 'Solid3dGetExtrusionFaceInfo' endpoint",
"type": "object",
"properties": {
"data": {
@ -25868,7 +25761,6 @@
]
},
{
"description": "The response to the 'ExtrusionFaceInfo' endpoint",
"type": "object",
"properties": {
"data": {