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

108
spec.json
View File

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