pub enum OkModelingCmdResponse {
Show 139 variants
Empty,
EngineUtilEvaluatePath(EngineUtilEvaluatePath),
StartPath(StartPath),
MovePathPen(MovePathPen),
ExtendPath(ExtendPath),
Extrude(Extrude),
TwistExtrude(TwistExtrude),
Sweep(Sweep),
Revolve(Revolve),
Solid3dShellFace(Solid3dShellFace),
RevolveAboutEdge(RevolveAboutEdge),
CameraDragStart(CameraDragStart),
DefaultCameraLookAt(DefaultCameraLookAt),
DefaultCameraPerspectiveSettings(DefaultCameraPerspectiveSettings),
SelectAdd(SelectAdd),
SelectRemove(SelectRemove),
SceneClearAll(SceneClearAll),
SelectReplace(SelectReplace),
HighlightSetEntities(HighlightSetEntities),
NewAnnotation(NewAnnotation),
UpdateAnnotation(UpdateAnnotation),
EdgeLinesVisible(EdgeLinesVisible),
ObjectVisible(ObjectVisible),
ObjectBringToFront(ObjectBringToFront),
ObjectSetMaterialParamsPbr(ObjectSetMaterialParamsPbr),
Solid2dAddHole(Solid2dAddHole),
Solid3dFilletEdge(Solid3dFilletEdge),
SendObject(SendObject),
EntitySetOpacity(EntitySetOpacity),
EntityFade(EntityFade),
MakePlane(MakePlane),
PlaneSetColor(PlaneSetColor),
SetTool(SetTool),
MouseMove(MouseMove),
SketchModeDisable(SketchModeDisable),
EnableDryRun(EnableDryRun),
DisableDryRun(DisableDryRun),
CurveSetConstraint(CurveSetConstraint),
EnableSketchMode(EnableSketchMode),
SetBackgroundColor(SetBackgroundColor),
SetCurrentToolProperties(SetCurrentToolProperties),
SetDefaultSystemProperties(SetDefaultSystemProperties),
MakeAxesGizmo(MakeAxesGizmo),
HandleMouseDragStart(HandleMouseDragStart),
HandleMouseDragMove(HandleMouseDragMove),
HandleMouseDragEnd(HandleMouseDragEnd),
RemoveSceneObjects(RemoveSceneObjects),
ReconfigureStream(ReconfigureStream),
SetSceneUnits(SetSceneUnits),
SetSelectionType(SetSelectionType),
SetSelectionFilter(SetSelectionFilter),
DefaultCameraSetOrthographic(DefaultCameraSetOrthographic),
DefaultCameraSetPerspective(DefaultCameraSetPerspective),
DefaultCameraCenterToSelection(DefaultCameraCenterToSelection),
DefaultCameraCenterToScene(DefaultCameraCenterToScene),
SelectClear(SelectClear),
Export2d(Export2d),
Export3d(Export3d),
Export(Export),
SelectWithPoint(SelectWithPoint),
HighlightSetEntity(HighlightSetEntity),
EntityGetChildUuid(EntityGetChildUuid),
EntityGetNumChildren(EntityGetNumChildren),
EntityGetParentId(EntityGetParentId),
EntityGetAllChildUuids(EntityGetAllChildUuids),
EntityGetSketchPaths(EntityGetSketchPaths),
Loft(Loft),
ClosePath(ClosePath),
CameraDragMove(CameraDragMove),
CameraDragEnd(CameraDragEnd),
DefaultCameraGetSettings(DefaultCameraGetSettings),
DefaultCameraGetView(DefaultCameraGetView),
DefaultCameraSetView(DefaultCameraSetView),
DefaultCameraZoom(DefaultCameraZoom),
ZoomToFit(ZoomToFit),
OrientToFace(OrientToFace),
ViewIsometric(ViewIsometric),
GetNumObjects(GetNumObjects),
MakeOffsetPath(MakeOffsetPath),
SetObjectTransform(SetObjectTransform),
AddHoleFromOffset(AddHoleFromOffset),
DefaultCameraFocusOn(DefaultCameraFocusOn),
SelectGet(SelectGet),
Solid3dGetAdjacencyInfo(Solid3dGetAdjacencyInfo),
Solid3dGetAllEdgeFaces(Solid3dGetAllEdgeFaces),
Solid3dGetAllOppositeEdges(Solid3dGetAllOppositeEdges),
Solid3dGetOppositeEdge(Solid3dGetOppositeEdge),
Solid3dGetNextAdjacentEdge(Solid3dGetNextAdjacentEdge),
Solid3dGetPrevAdjacentEdge(Solid3dGetPrevAdjacentEdge),
Solid3dGetCommonEdge(Solid3dGetCommonEdge),
GetEntityType(GetEntityType),
CurveGetControlPoints(CurveGetControlPoints),
ProjectEntityToPlane(ProjectEntityToPlane),
ProjectPointsToPlane(ProjectPointsToPlane),
CurveGetType(CurveGetType),
MouseClick(MouseClick),
TakeSnapshot(TakeSnapshot),
PathGetInfo(PathGetInfo),
PathSegmentInfo(PathSegmentInfo),
PathGetCurveUuidsForVertices(PathGetCurveUuidsForVertices),
PathGetCurveUuid(PathGetCurveUuid),
PathGetVertexUuids(PathGetVertexUuids),
PathGetSketchTargetUuid(PathGetSketchTargetUuid),
CurveGetEndPoints(CurveGetEndPoints),
FaceIsPlanar(FaceIsPlanar),
FaceGetPosition(FaceGetPosition),
FaceGetCenter(FaceGetCenter),
FaceGetGradient(FaceGetGradient),
PlaneIntersectAndProject(PlaneIntersectAndProject),
ImportFiles(ImportFiles),
ImportedGeometry(ImportedGeometry),
Mass(Mass),
Volume(Volume),
Density(Density),
SurfaceArea(SurfaceArea),
CenterOfMass(CenterOfMass),
GetSketchModePlane(GetSketchModePlane),
EntityGetDistance(EntityGetDistance),
FaceEdgeInfo(FaceEdgeInfo),
EdgeInfo(EdgeInfo),
EntityClone(EntityClone),
EntityLinearPatternTransform(EntityLinearPatternTransform),
EntityLinearPattern(EntityLinearPattern),
EntityCircularPattern(EntityCircularPattern),
EntityMirror(EntityMirror),
EntityMirrorAcrossEdge(EntityMirrorAcrossEdge),
EntityMakeHelix(EntityMakeHelix),
EntityMakeHelixFromParams(EntityMakeHelixFromParams),
EntityMakeHelixFromEdge(EntityMakeHelixFromEdge),
Solid3dGetExtrusionFaceInfo(Solid3dGetExtrusionFaceInfo),
ExtrusionFaceInfo(ExtrusionFaceInfo),
ComplementaryEdges(ComplementaryEdges),
AdjacencyInfo(AdjacencyInfo),
SetGridReferencePlane(SetGridReferencePlane),
BooleanUnion(BooleanUnion),
BooleanIntersection(BooleanIntersection),
BooleanSubtract(BooleanSubtract),
SetGridScale(SetGridScale),
SetGridAutoScale(SetGridAutoScale),
}
Expand description
A successful response from a modeling command. This can be one of several types of responses, depending on the command.
Variants§
Empty
An empty response, used for any command that does not explicitly have a response defined here.
EngineUtilEvaluatePath(EngineUtilEvaluatePath)
The response to the ‘EngineUtilEvaluatePath’ endpoint.
StartPath(StartPath)
The response to the ‘StartPath’ endpoint.
MovePathPen(MovePathPen)
The response to the ‘MovePathPen’ endpoint.
ExtendPath(ExtendPath)
The response to the ‘ExtendPath’ endpoint.
Extrude(Extrude)
The response to the ‘Extrude’ endpoint.
TwistExtrude(TwistExtrude)
The response to the ‘TwistExtrude’ endpoint.
Sweep(Sweep)
The response to the ‘Sweep’ endpoint.
Revolve(Revolve)
The response to the ‘Revolve’ endpoint.
Solid3dShellFace(Solid3dShellFace)
The response to the ‘Solid3dShellFace’ endpoint.
RevolveAboutEdge(RevolveAboutEdge)
The response to the ‘RevolveAboutEdge’ endpoint.
CameraDragStart(CameraDragStart)
The response to the ‘CameraDragStart’ endpoint.
DefaultCameraLookAt(DefaultCameraLookAt)
The response to the ‘DefaultCameraLookAt’ endpoint.
DefaultCameraPerspectiveSettings(DefaultCameraPerspectiveSettings)
The response to the ‘DefaultCameraPerspectiveSettings’ endpoint.
SelectAdd(SelectAdd)
The response to the ‘SelectAdd’ endpoint.
SelectRemove(SelectRemove)
The response to the ‘SelectRemove’ endpoint.
SceneClearAll(SceneClearAll)
The response to the ‘SceneClearAll’ endpoint.
SelectReplace(SelectReplace)
The response to the ‘SelectReplace’ endpoint.
HighlightSetEntities(HighlightSetEntities)
The response to the ‘HighlightSetEntities’ endpoint.
NewAnnotation(NewAnnotation)
The response to the ‘NewAnnotation’ endpoint.
UpdateAnnotation(UpdateAnnotation)
The response to the ‘UpdateAnnotation’ endpoint.
EdgeLinesVisible(EdgeLinesVisible)
The response to the ‘EdgeLinesVisible’ endpoint.
ObjectVisible(ObjectVisible)
The response to the ‘ObjectVisible’ endpoint.
ObjectBringToFront(ObjectBringToFront)
The response to the ‘ObjectBringToFront’ endpoint.
ObjectSetMaterialParamsPbr(ObjectSetMaterialParamsPbr)
The response to the ‘ObjectSetMaterialParamsPbr’ endpoint.
Solid2dAddHole(Solid2dAddHole)
The response to the ‘Solid2dAddHole’ endpoint.
Solid3dFilletEdge(Solid3dFilletEdge)
The response to the ‘Solid3dFilletEdge’ endpoint.
SendObject(SendObject)
The response to the ‘SendObject’ endpoint.
EntitySetOpacity(EntitySetOpacity)
The response to the ‘EntitySetOpacity’ endpoint.
EntityFade(EntityFade)
The response to the ‘EntityFade’ endpoint.
MakePlane(MakePlane)
The response to the ‘MakePlane’ endpoint.
PlaneSetColor(PlaneSetColor)
The response to the ‘PlaneSetColor’ endpoint.
SetTool(SetTool)
The response to the ‘SetTool’ endpoint.
MouseMove(MouseMove)
The response to the ‘MouseMove’ endpoint.
SketchModeDisable(SketchModeDisable)
The response to the ‘SketchModeDisable’ endpoint.
EnableDryRun(EnableDryRun)
The response to the ‘EnableDryRun’ endpoint.
DisableDryRun(DisableDryRun)
The response to the ‘DisableDryRun’ endpoint.
CurveSetConstraint(CurveSetConstraint)
The response to the ‘CurveSetConstraint’ endpoint.
EnableSketchMode(EnableSketchMode)
The response to the ‘EnableSketchMode’ endpoint.
SetBackgroundColor(SetBackgroundColor)
The response to the ‘SetBackgroundColor’ endpoint.
SetCurrentToolProperties(SetCurrentToolProperties)
The response to the ‘SetCurrentToolProperties’ endpoint.
SetDefaultSystemProperties(SetDefaultSystemProperties)
The response to the ‘SetDefaultSystemProperties’ endpoint.
MakeAxesGizmo(MakeAxesGizmo)
The response to the ‘MakeAxesGizmo’ endpoint.
HandleMouseDragStart(HandleMouseDragStart)
The response to the ‘HandleMouseDragStart’ endpoint.
HandleMouseDragMove(HandleMouseDragMove)
The response to the ‘HandleMouseDragMove’ endpoint.
HandleMouseDragEnd(HandleMouseDragEnd)
The response to the ‘HandleMouseDragEnd’ endpoint.
RemoveSceneObjects(RemoveSceneObjects)
The response to the ‘RemoveSceneObjects’ endpoint.
ReconfigureStream(ReconfigureStream)
The response to the ‘ReconfigureStream’ endpoint.
SetSceneUnits(SetSceneUnits)
The response to the ‘SetSceneUnits’ endpoint.
SetSelectionType(SetSelectionType)
The response to the ‘SetSelectionType’ endpoint.
SetSelectionFilter(SetSelectionFilter)
The response to the ‘SetSelectionFilter’ endpoint.
DefaultCameraSetOrthographic(DefaultCameraSetOrthographic)
The response to the ‘DefaultCameraSetOrthographic’ endpoint.
DefaultCameraSetPerspective(DefaultCameraSetPerspective)
The response to the ‘DefaultCameraSetPerspective’ endpoint.
DefaultCameraCenterToSelection(DefaultCameraCenterToSelection)
The response to the ‘DefaultCameraCenterToSelection’ endpoint.
DefaultCameraCenterToScene(DefaultCameraCenterToScene)
The response to the ‘DefaultCameraCenterToScene’ endpoint.
SelectClear(SelectClear)
The response to the ‘SelectClear’ endpoint.
Export2d(Export2d)
The response to the ‘Export2d’ endpoint.
Export3d(Export3d)
The response to the ‘Export3d’ endpoint.
Export(Export)
The response to the ‘Export’ endpoint.
SelectWithPoint(SelectWithPoint)
The response to the ‘SelectWithPoint’ endpoint.
HighlightSetEntity(HighlightSetEntity)
The response to the ‘HighlightSetEntity’ endpoint.
EntityGetChildUuid(EntityGetChildUuid)
The response to the ‘EntityGetChildUuid’ endpoint.
EntityGetNumChildren(EntityGetNumChildren)
The response to the ‘EntityGetNumChildren’ endpoint.
EntityGetParentId(EntityGetParentId)
The response to the ‘EntityGetParentId’ endpoint.
EntityGetAllChildUuids(EntityGetAllChildUuids)
The response to the ‘EntityGetAllChildUuids’ endpoint.
EntityGetSketchPaths(EntityGetSketchPaths)
The response to the ‘EntityGetSketchPaths’ endpoint.
Loft(Loft)
The response to the ‘Loft’ endpoint.
ClosePath(ClosePath)
The response to the ‘ClosePath’ endpoint.
CameraDragMove(CameraDragMove)
The response to the ‘CameraDragMove’ endpoint.
CameraDragEnd(CameraDragEnd)
The response to the ‘CameraDragEnd’ endpoint.
DefaultCameraGetSettings(DefaultCameraGetSettings)
The response to the ‘DefaultCameraGetSettings’ endpoint.
DefaultCameraGetView(DefaultCameraGetView)
The response to the ‘DefaultCameraGetView’ endpoint.
DefaultCameraSetView(DefaultCameraSetView)
The response to the ‘DefaultCameraSetView’ endpoint.
DefaultCameraZoom(DefaultCameraZoom)
The response to the ‘DefaultCameraZoom’ endpoint.
ZoomToFit(ZoomToFit)
The response to the ‘ZoomToFit’ endpoint.
OrientToFace(OrientToFace)
The response to the ‘OrientToFace’ endpoint.
ViewIsometric(ViewIsometric)
The response to the ‘ViewIsometric’ endpoint.
GetNumObjects(GetNumObjects)
The response to the ‘GetNumObjects’ endpoint.
MakeOffsetPath(MakeOffsetPath)
The response to the ‘MakeOffsetPath’ endpoint.
SetObjectTransform(SetObjectTransform)
The response to the ‘SetObjectTransform’ endpoint.
AddHoleFromOffset(AddHoleFromOffset)
The response to the ‘AddHoleFromOffset’ endpoint.
DefaultCameraFocusOn(DefaultCameraFocusOn)
The response to the ‘DefaultCameraFocusOn’ endpoint.
SelectGet(SelectGet)
The response to the ‘SelectGet’ endpoint.
Solid3dGetAdjacencyInfo(Solid3dGetAdjacencyInfo)
The response to the ‘Solid3dGetAdjacencyInfo’ endpoint.
Solid3dGetAllEdgeFaces(Solid3dGetAllEdgeFaces)
The response to the ‘Solid3dGetAllEdgeFaces’ endpoint.
Solid3dGetAllOppositeEdges(Solid3dGetAllOppositeEdges)
The response to the ‘Solid3dGetAllOppositeEdges’ endpoint.
Solid3dGetOppositeEdge(Solid3dGetOppositeEdge)
The response to the ‘Solid3dGetOppositeEdge’ endpoint.
Solid3dGetNextAdjacentEdge(Solid3dGetNextAdjacentEdge)
The response to the ‘Solid3dGetNextAdjacentEdge’ endpoint.
Solid3dGetPrevAdjacentEdge(Solid3dGetPrevAdjacentEdge)
The response to the ‘Solid3dGetPrevAdjacentEdge’ endpoint.
Solid3dGetCommonEdge(Solid3dGetCommonEdge)
The response to the ‘Solid3dGetCommonEdge’ endpoint.
GetEntityType(GetEntityType)
The response to the ‘GetEntityType’ endpoint.
CurveGetControlPoints(CurveGetControlPoints)
The response to the ‘CurveGetControlPoints’ endpoint.
ProjectEntityToPlane(ProjectEntityToPlane)
The response to the ‘ProjectEntityToPlane’ endpoint.
ProjectPointsToPlane(ProjectPointsToPlane)
The response to the ‘ProjectPointsToPlane’ endpoint.
CurveGetType(CurveGetType)
The response to the ‘CurveGetType’ endpoint.
MouseClick(MouseClick)
The response to the ‘MouseClick’ endpoint.
TakeSnapshot(TakeSnapshot)
The response to the ‘TakeSnapshot’ endpoint.
PathGetInfo(PathGetInfo)
The response to the ‘PathGetInfo’ endpoint.
PathSegmentInfo(PathSegmentInfo)
The response to the ‘PathSegmentInfo’ endpoint.
PathGetCurveUuidsForVertices(PathGetCurveUuidsForVertices)
The response to the ‘PathGetCurveUuidsForVertices’ endpoint.
PathGetCurveUuid(PathGetCurveUuid)
The response to the ‘PathGetCurveUuid’ endpoint.
PathGetVertexUuids(PathGetVertexUuids)
The response to the ‘PathGetVertexUuids’ endpoint.
PathGetSketchTargetUuid(PathGetSketchTargetUuid)
The response to the ‘PathGetSketchTargetUuid’ endpoint.
CurveGetEndPoints(CurveGetEndPoints)
The response to the ‘CurveGetEndPoints’ endpoint.
FaceIsPlanar(FaceIsPlanar)
The response to the ‘FaceIsPlanar’ endpoint.
FaceGetPosition(FaceGetPosition)
The response to the ‘FaceGetPosition’ endpoint.
FaceGetCenter(FaceGetCenter)
The response to the ‘FaceGetCenter’ endpoint.
FaceGetGradient(FaceGetGradient)
The response to the ‘FaceGetGradient’ endpoint.
PlaneIntersectAndProject(PlaneIntersectAndProject)
The response to the ‘PlaneIntersectAndProject’ endpoint.
ImportFiles(ImportFiles)
The response to the ‘ImportFiles’ endpoint.
ImportedGeometry(ImportedGeometry)
The response to the ‘ImportedGeometry’ endpoint.
Mass(Mass)
The response to the ‘Mass’ endpoint.
Volume(Volume)
The response to the ‘Volume’ endpoint.
Density(Density)
The response to the ‘Density’ endpoint.
SurfaceArea(SurfaceArea)
The response to the ‘SurfaceArea’ endpoint.
CenterOfMass(CenterOfMass)
The response to the ‘CenterOfMass’ endpoint.
GetSketchModePlane(GetSketchModePlane)
The response to the ‘GetSketchModePlane’ endpoint.
EntityGetDistance(EntityGetDistance)
The response to the ‘EntityGetDistance’ endpoint.
FaceEdgeInfo(FaceEdgeInfo)
The response to the ‘FaceEdgeInfo’ endpoint.
EdgeInfo(EdgeInfo)
The response to the ‘EdgeInfo’ endpoint.
EntityClone(EntityClone)
The response to the ‘EntityClone’ endpoint.
EntityLinearPatternTransform(EntityLinearPatternTransform)
The response to the ‘EntityLinearPatternTransform’ endpoint.
EntityLinearPattern(EntityLinearPattern)
The response to the ‘EntityLinearPattern’ endpoint.
EntityCircularPattern(EntityCircularPattern)
The response to the ‘EntityCircularPattern’ endpoint.
EntityMirror(EntityMirror)
The response to the ‘EntityMirror’ endpoint.
EntityMirrorAcrossEdge(EntityMirrorAcrossEdge)
The response to the ‘EntityMirrorAcrossEdge’ endpoint.
EntityMakeHelix(EntityMakeHelix)
The response to the ‘EntityMakeHelix’ endpoint.
EntityMakeHelixFromParams(EntityMakeHelixFromParams)
The response to the ‘EntityMakeHelixFromParams’ endpoint.
EntityMakeHelixFromEdge(EntityMakeHelixFromEdge)
The response to the ‘EntityMakeHelixFromEdge’ endpoint.
Solid3dGetExtrusionFaceInfo(Solid3dGetExtrusionFaceInfo)
The response to the ‘Solid3dGetExtrusionFaceInfo’ endpoint.
ExtrusionFaceInfo(ExtrusionFaceInfo)
The response to the ‘ExtrusionFaceInfo’ endpoint.
ComplementaryEdges(ComplementaryEdges)
The response to the ‘ComplementaryEdges’ endpoint.
AdjacencyInfo(AdjacencyInfo)
The response to the ‘AdjacencyInfo’ endpoint.
SetGridReferencePlane(SetGridReferencePlane)
The response to the ‘SetGridReferencePlane’ endpoint.
BooleanUnion(BooleanUnion)
The response to the ‘BooleanUnion’ endpoint.
BooleanIntersection(BooleanIntersection)
The response to the ‘BooleanIntersection’ endpoint.
BooleanSubtract(BooleanSubtract)
The response to the ‘BooleanSubtract’ endpoint.
SetGridScale(SetGridScale)
The response to the ‘SetGridScale’ endpoint.
SetGridAutoScale(SetGridAutoScale)
The response to the ‘SetGridAutoScale’ endpoint.
Trait Implementations§
Source§impl Clone for OkModelingCmdResponse
impl Clone for OkModelingCmdResponse
Source§fn clone(&self) -> OkModelingCmdResponse
fn clone(&self) -> OkModelingCmdResponse
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for OkModelingCmdResponse
impl Debug for OkModelingCmdResponse
Source§impl<'de> Deserialize<'de> for OkModelingCmdResponse
impl<'de> Deserialize<'de> for OkModelingCmdResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Source§impl From<()> for OkModelingCmdResponse
impl From<()> for OkModelingCmdResponse
Source§impl From<AddHoleFromOffset> for OkModelingCmdResponse
impl From<AddHoleFromOffset> for OkModelingCmdResponse
Source§fn from(x: AddHoleFromOffset) -> Self
fn from(x: AddHoleFromOffset) -> Self
Source§impl From<AdjacencyInfo> for OkModelingCmdResponse
impl From<AdjacencyInfo> for OkModelingCmdResponse
Source§fn from(x: AdjacencyInfo) -> Self
fn from(x: AdjacencyInfo) -> Self
Source§impl From<BooleanIntersection> for OkModelingCmdResponse
impl From<BooleanIntersection> for OkModelingCmdResponse
Source§fn from(x: BooleanIntersection) -> Self
fn from(x: BooleanIntersection) -> Self
Source§impl From<BooleanSubtract> for OkModelingCmdResponse
impl From<BooleanSubtract> for OkModelingCmdResponse
Source§fn from(x: BooleanSubtract) -> Self
fn from(x: BooleanSubtract) -> Self
Source§impl From<BooleanUnion> for OkModelingCmdResponse
impl From<BooleanUnion> for OkModelingCmdResponse
Source§fn from(x: BooleanUnion) -> Self
fn from(x: BooleanUnion) -> Self
Source§impl From<CameraDragEnd> for OkModelingCmdResponse
impl From<CameraDragEnd> for OkModelingCmdResponse
Source§fn from(x: CameraDragEnd) -> Self
fn from(x: CameraDragEnd) -> Self
Source§impl From<CameraDragMove> for OkModelingCmdResponse
impl From<CameraDragMove> for OkModelingCmdResponse
Source§fn from(x: CameraDragMove) -> Self
fn from(x: CameraDragMove) -> Self
Source§impl From<CameraDragStart> for OkModelingCmdResponse
impl From<CameraDragStart> for OkModelingCmdResponse
Source§fn from(x: CameraDragStart) -> Self
fn from(x: CameraDragStart) -> Self
Source§impl From<CenterOfMass> for OkModelingCmdResponse
impl From<CenterOfMass> for OkModelingCmdResponse
Source§fn from(x: CenterOfMass) -> Self
fn from(x: CenterOfMass) -> Self
Source§impl From<ClosePath> for OkModelingCmdResponse
impl From<ClosePath> for OkModelingCmdResponse
Source§impl From<ComplementaryEdges> for OkModelingCmdResponse
impl From<ComplementaryEdges> for OkModelingCmdResponse
Source§fn from(x: ComplementaryEdges) -> Self
fn from(x: ComplementaryEdges) -> Self
Source§impl From<CurveGetControlPoints> for OkModelingCmdResponse
impl From<CurveGetControlPoints> for OkModelingCmdResponse
Source§fn from(x: CurveGetControlPoints) -> Self
fn from(x: CurveGetControlPoints) -> Self
Source§impl From<CurveGetEndPoints> for OkModelingCmdResponse
impl From<CurveGetEndPoints> for OkModelingCmdResponse
Source§fn from(x: CurveGetEndPoints) -> Self
fn from(x: CurveGetEndPoints) -> Self
Source§impl From<CurveGetType> for OkModelingCmdResponse
impl From<CurveGetType> for OkModelingCmdResponse
Source§fn from(x: CurveGetType) -> Self
fn from(x: CurveGetType) -> Self
Source§impl From<CurveSetConstraint> for OkModelingCmdResponse
impl From<CurveSetConstraint> for OkModelingCmdResponse
Source§fn from(x: CurveSetConstraint) -> Self
fn from(x: CurveSetConstraint) -> Self
Source§impl From<DefaultCameraCenterToScene> for OkModelingCmdResponse
impl From<DefaultCameraCenterToScene> for OkModelingCmdResponse
Source§fn from(x: DefaultCameraCenterToScene) -> Self
fn from(x: DefaultCameraCenterToScene) -> Self
Source§impl From<DefaultCameraCenterToSelection> for OkModelingCmdResponse
impl From<DefaultCameraCenterToSelection> for OkModelingCmdResponse
Source§fn from(x: DefaultCameraCenterToSelection) -> Self
fn from(x: DefaultCameraCenterToSelection) -> Self
Source§impl From<DefaultCameraFocusOn> for OkModelingCmdResponse
impl From<DefaultCameraFocusOn> for OkModelingCmdResponse
Source§fn from(x: DefaultCameraFocusOn) -> Self
fn from(x: DefaultCameraFocusOn) -> Self
Source§impl From<DefaultCameraGetSettings> for OkModelingCmdResponse
impl From<DefaultCameraGetSettings> for OkModelingCmdResponse
Source§fn from(x: DefaultCameraGetSettings) -> Self
fn from(x: DefaultCameraGetSettings) -> Self
Source§impl From<DefaultCameraGetView> for OkModelingCmdResponse
impl From<DefaultCameraGetView> for OkModelingCmdResponse
Source§fn from(x: DefaultCameraGetView) -> Self
fn from(x: DefaultCameraGetView) -> Self
Source§impl From<DefaultCameraLookAt> for OkModelingCmdResponse
impl From<DefaultCameraLookAt> for OkModelingCmdResponse
Source§fn from(x: DefaultCameraLookAt) -> Self
fn from(x: DefaultCameraLookAt) -> Self
Source§impl From<DefaultCameraPerspectiveSettings> for OkModelingCmdResponse
impl From<DefaultCameraPerspectiveSettings> for OkModelingCmdResponse
Source§fn from(x: DefaultCameraPerspectiveSettings) -> Self
fn from(x: DefaultCameraPerspectiveSettings) -> Self
Source§impl From<DefaultCameraSetOrthographic> for OkModelingCmdResponse
impl From<DefaultCameraSetOrthographic> for OkModelingCmdResponse
Source§fn from(x: DefaultCameraSetOrthographic) -> Self
fn from(x: DefaultCameraSetOrthographic) -> Self
Source§impl From<DefaultCameraSetPerspective> for OkModelingCmdResponse
impl From<DefaultCameraSetPerspective> for OkModelingCmdResponse
Source§fn from(x: DefaultCameraSetPerspective) -> Self
fn from(x: DefaultCameraSetPerspective) -> Self
Source§impl From<DefaultCameraSetView> for OkModelingCmdResponse
impl From<DefaultCameraSetView> for OkModelingCmdResponse
Source§fn from(x: DefaultCameraSetView) -> Self
fn from(x: DefaultCameraSetView) -> Self
Source§impl From<DefaultCameraZoom> for OkModelingCmdResponse
impl From<DefaultCameraZoom> for OkModelingCmdResponse
Source§fn from(x: DefaultCameraZoom) -> Self
fn from(x: DefaultCameraZoom) -> Self
Source§impl From<Density> for OkModelingCmdResponse
impl From<Density> for OkModelingCmdResponse
Source§impl From<DisableDryRun> for OkModelingCmdResponse
impl From<DisableDryRun> for OkModelingCmdResponse
Source§fn from(x: DisableDryRun) -> Self
fn from(x: DisableDryRun) -> Self
Source§impl From<EdgeInfo> for OkModelingCmdResponse
impl From<EdgeInfo> for OkModelingCmdResponse
Source§impl From<EdgeLinesVisible> for OkModelingCmdResponse
impl From<EdgeLinesVisible> for OkModelingCmdResponse
Source§fn from(x: EdgeLinesVisible) -> Self
fn from(x: EdgeLinesVisible) -> Self
Source§impl From<EnableDryRun> for OkModelingCmdResponse
impl From<EnableDryRun> for OkModelingCmdResponse
Source§fn from(x: EnableDryRun) -> Self
fn from(x: EnableDryRun) -> Self
Source§impl From<EnableSketchMode> for OkModelingCmdResponse
impl From<EnableSketchMode> for OkModelingCmdResponse
Source§fn from(x: EnableSketchMode) -> Self
fn from(x: EnableSketchMode) -> Self
Source§impl From<EngineUtilEvaluatePath> for OkModelingCmdResponse
impl From<EngineUtilEvaluatePath> for OkModelingCmdResponse
Source§fn from(x: EngineUtilEvaluatePath) -> Self
fn from(x: EngineUtilEvaluatePath) -> Self
Source§impl From<EntityCircularPattern> for OkModelingCmdResponse
impl From<EntityCircularPattern> for OkModelingCmdResponse
Source§fn from(x: EntityCircularPattern) -> Self
fn from(x: EntityCircularPattern) -> Self
Source§impl From<EntityClone> for OkModelingCmdResponse
impl From<EntityClone> for OkModelingCmdResponse
Source§fn from(x: EntityClone) -> Self
fn from(x: EntityClone) -> Self
Source§impl From<EntityFade> for OkModelingCmdResponse
impl From<EntityFade> for OkModelingCmdResponse
Source§fn from(x: EntityFade) -> Self
fn from(x: EntityFade) -> Self
Source§impl From<EntityGetAllChildUuids> for OkModelingCmdResponse
impl From<EntityGetAllChildUuids> for OkModelingCmdResponse
Source§fn from(x: EntityGetAllChildUuids) -> Self
fn from(x: EntityGetAllChildUuids) -> Self
Source§impl From<EntityGetChildUuid> for OkModelingCmdResponse
impl From<EntityGetChildUuid> for OkModelingCmdResponse
Source§fn from(x: EntityGetChildUuid) -> Self
fn from(x: EntityGetChildUuid) -> Self
Source§impl From<EntityGetDistance> for OkModelingCmdResponse
impl From<EntityGetDistance> for OkModelingCmdResponse
Source§fn from(x: EntityGetDistance) -> Self
fn from(x: EntityGetDistance) -> Self
Source§impl From<EntityGetNumChildren> for OkModelingCmdResponse
impl From<EntityGetNumChildren> for OkModelingCmdResponse
Source§fn from(x: EntityGetNumChildren) -> Self
fn from(x: EntityGetNumChildren) -> Self
Source§impl From<EntityGetParentId> for OkModelingCmdResponse
impl From<EntityGetParentId> for OkModelingCmdResponse
Source§fn from(x: EntityGetParentId) -> Self
fn from(x: EntityGetParentId) -> Self
Source§impl From<EntityGetSketchPaths> for OkModelingCmdResponse
impl From<EntityGetSketchPaths> for OkModelingCmdResponse
Source§fn from(x: EntityGetSketchPaths) -> Self
fn from(x: EntityGetSketchPaths) -> Self
Source§impl From<EntityLinearPattern> for OkModelingCmdResponse
impl From<EntityLinearPattern> for OkModelingCmdResponse
Source§fn from(x: EntityLinearPattern) -> Self
fn from(x: EntityLinearPattern) -> Self
Source§impl From<EntityLinearPatternTransform> for OkModelingCmdResponse
impl From<EntityLinearPatternTransform> for OkModelingCmdResponse
Source§fn from(x: EntityLinearPatternTransform) -> Self
fn from(x: EntityLinearPatternTransform) -> Self
Source§impl From<EntityMakeHelix> for OkModelingCmdResponse
impl From<EntityMakeHelix> for OkModelingCmdResponse
Source§fn from(x: EntityMakeHelix) -> Self
fn from(x: EntityMakeHelix) -> Self
Source§impl From<EntityMakeHelixFromEdge> for OkModelingCmdResponse
impl From<EntityMakeHelixFromEdge> for OkModelingCmdResponse
Source§fn from(x: EntityMakeHelixFromEdge) -> Self
fn from(x: EntityMakeHelixFromEdge) -> Self
Source§impl From<EntityMakeHelixFromParams> for OkModelingCmdResponse
impl From<EntityMakeHelixFromParams> for OkModelingCmdResponse
Source§fn from(x: EntityMakeHelixFromParams) -> Self
fn from(x: EntityMakeHelixFromParams) -> Self
Source§impl From<EntityMirror> for OkModelingCmdResponse
impl From<EntityMirror> for OkModelingCmdResponse
Source§fn from(x: EntityMirror) -> Self
fn from(x: EntityMirror) -> Self
Source§impl From<EntityMirrorAcrossEdge> for OkModelingCmdResponse
impl From<EntityMirrorAcrossEdge> for OkModelingCmdResponse
Source§fn from(x: EntityMirrorAcrossEdge) -> Self
fn from(x: EntityMirrorAcrossEdge) -> Self
Source§impl From<EntitySetOpacity> for OkModelingCmdResponse
impl From<EntitySetOpacity> for OkModelingCmdResponse
Source§fn from(x: EntitySetOpacity) -> Self
fn from(x: EntitySetOpacity) -> Self
Source§impl From<Export> for OkModelingCmdResponse
impl From<Export> for OkModelingCmdResponse
Source§impl From<Export2d> for OkModelingCmdResponse
impl From<Export2d> for OkModelingCmdResponse
Source§impl From<Export3d> for OkModelingCmdResponse
impl From<Export3d> for OkModelingCmdResponse
Source§impl From<ExtendPath> for OkModelingCmdResponse
impl From<ExtendPath> for OkModelingCmdResponse
Source§fn from(x: ExtendPath) -> Self
fn from(x: ExtendPath) -> Self
Source§impl From<Extrude> for OkModelingCmdResponse
impl From<Extrude> for OkModelingCmdResponse
Source§impl From<ExtrusionFaceInfo> for OkModelingCmdResponse
impl From<ExtrusionFaceInfo> for OkModelingCmdResponse
Source§fn from(x: ExtrusionFaceInfo) -> Self
fn from(x: ExtrusionFaceInfo) -> Self
Source§impl From<FaceEdgeInfo> for OkModelingCmdResponse
impl From<FaceEdgeInfo> for OkModelingCmdResponse
Source§fn from(x: FaceEdgeInfo) -> Self
fn from(x: FaceEdgeInfo) -> Self
Source§impl From<FaceGetCenter> for OkModelingCmdResponse
impl From<FaceGetCenter> for OkModelingCmdResponse
Source§fn from(x: FaceGetCenter) -> Self
fn from(x: FaceGetCenter) -> Self
Source§impl From<FaceGetGradient> for OkModelingCmdResponse
impl From<FaceGetGradient> for OkModelingCmdResponse
Source§fn from(x: FaceGetGradient) -> Self
fn from(x: FaceGetGradient) -> Self
Source§impl From<FaceGetPosition> for OkModelingCmdResponse
impl From<FaceGetPosition> for OkModelingCmdResponse
Source§fn from(x: FaceGetPosition) -> Self
fn from(x: FaceGetPosition) -> Self
Source§impl From<FaceIsPlanar> for OkModelingCmdResponse
impl From<FaceIsPlanar> for OkModelingCmdResponse
Source§fn from(x: FaceIsPlanar) -> Self
fn from(x: FaceIsPlanar) -> Self
Source§impl From<GetEntityType> for OkModelingCmdResponse
impl From<GetEntityType> for OkModelingCmdResponse
Source§fn from(x: GetEntityType) -> Self
fn from(x: GetEntityType) -> Self
Source§impl From<GetNumObjects> for OkModelingCmdResponse
impl From<GetNumObjects> for OkModelingCmdResponse
Source§fn from(x: GetNumObjects) -> Self
fn from(x: GetNumObjects) -> Self
Source§impl From<GetSketchModePlane> for OkModelingCmdResponse
impl From<GetSketchModePlane> for OkModelingCmdResponse
Source§fn from(x: GetSketchModePlane) -> Self
fn from(x: GetSketchModePlane) -> Self
Source§impl From<HandleMouseDragEnd> for OkModelingCmdResponse
impl From<HandleMouseDragEnd> for OkModelingCmdResponse
Source§fn from(x: HandleMouseDragEnd) -> Self
fn from(x: HandleMouseDragEnd) -> Self
Source§impl From<HandleMouseDragMove> for OkModelingCmdResponse
impl From<HandleMouseDragMove> for OkModelingCmdResponse
Source§fn from(x: HandleMouseDragMove) -> Self
fn from(x: HandleMouseDragMove) -> Self
Source§impl From<HandleMouseDragStart> for OkModelingCmdResponse
impl From<HandleMouseDragStart> for OkModelingCmdResponse
Source§fn from(x: HandleMouseDragStart) -> Self
fn from(x: HandleMouseDragStart) -> Self
Source§impl From<HighlightSetEntities> for OkModelingCmdResponse
impl From<HighlightSetEntities> for OkModelingCmdResponse
Source§fn from(x: HighlightSetEntities) -> Self
fn from(x: HighlightSetEntities) -> Self
Source§impl From<HighlightSetEntity> for OkModelingCmdResponse
impl From<HighlightSetEntity> for OkModelingCmdResponse
Source§fn from(x: HighlightSetEntity) -> Self
fn from(x: HighlightSetEntity) -> Self
Source§impl From<ImportFiles> for OkModelingCmdResponse
impl From<ImportFiles> for OkModelingCmdResponse
Source§fn from(x: ImportFiles) -> Self
fn from(x: ImportFiles) -> Self
Source§impl From<ImportedGeometry> for OkModelingCmdResponse
impl From<ImportedGeometry> for OkModelingCmdResponse
Source§fn from(x: ImportedGeometry) -> Self
fn from(x: ImportedGeometry) -> Self
Source§impl From<Loft> for OkModelingCmdResponse
impl From<Loft> for OkModelingCmdResponse
Source§impl From<MakeAxesGizmo> for OkModelingCmdResponse
impl From<MakeAxesGizmo> for OkModelingCmdResponse
Source§fn from(x: MakeAxesGizmo) -> Self
fn from(x: MakeAxesGizmo) -> Self
Source§impl From<MakeOffsetPath> for OkModelingCmdResponse
impl From<MakeOffsetPath> for OkModelingCmdResponse
Source§fn from(x: MakeOffsetPath) -> Self
fn from(x: MakeOffsetPath) -> Self
Source§impl From<MakePlane> for OkModelingCmdResponse
impl From<MakePlane> for OkModelingCmdResponse
Source§impl From<Mass> for OkModelingCmdResponse
impl From<Mass> for OkModelingCmdResponse
Source§impl From<MouseClick> for OkModelingCmdResponse
impl From<MouseClick> for OkModelingCmdResponse
Source§fn from(x: MouseClick) -> Self
fn from(x: MouseClick) -> Self
Source§impl From<MouseMove> for OkModelingCmdResponse
impl From<MouseMove> for OkModelingCmdResponse
Source§impl From<MovePathPen> for OkModelingCmdResponse
impl From<MovePathPen> for OkModelingCmdResponse
Source§fn from(x: MovePathPen) -> Self
fn from(x: MovePathPen) -> Self
Source§impl From<NewAnnotation> for OkModelingCmdResponse
impl From<NewAnnotation> for OkModelingCmdResponse
Source§fn from(x: NewAnnotation) -> Self
fn from(x: NewAnnotation) -> Self
Source§impl From<ObjectBringToFront> for OkModelingCmdResponse
impl From<ObjectBringToFront> for OkModelingCmdResponse
Source§fn from(x: ObjectBringToFront) -> Self
fn from(x: ObjectBringToFront) -> Self
Source§impl From<ObjectSetMaterialParamsPbr> for OkModelingCmdResponse
impl From<ObjectSetMaterialParamsPbr> for OkModelingCmdResponse
Source§fn from(x: ObjectSetMaterialParamsPbr) -> Self
fn from(x: ObjectSetMaterialParamsPbr) -> Self
Source§impl From<ObjectVisible> for OkModelingCmdResponse
impl From<ObjectVisible> for OkModelingCmdResponse
Source§fn from(x: ObjectVisible) -> Self
fn from(x: ObjectVisible) -> Self
Source§impl From<OrientToFace> for OkModelingCmdResponse
impl From<OrientToFace> for OkModelingCmdResponse
Source§fn from(x: OrientToFace) -> Self
fn from(x: OrientToFace) -> Self
Source§impl From<PathGetCurveUuid> for OkModelingCmdResponse
impl From<PathGetCurveUuid> for OkModelingCmdResponse
Source§fn from(x: PathGetCurveUuid) -> Self
fn from(x: PathGetCurveUuid) -> Self
Source§impl From<PathGetCurveUuidsForVertices> for OkModelingCmdResponse
impl From<PathGetCurveUuidsForVertices> for OkModelingCmdResponse
Source§fn from(x: PathGetCurveUuidsForVertices) -> Self
fn from(x: PathGetCurveUuidsForVertices) -> Self
Source§impl From<PathGetInfo> for OkModelingCmdResponse
impl From<PathGetInfo> for OkModelingCmdResponse
Source§fn from(x: PathGetInfo) -> Self
fn from(x: PathGetInfo) -> Self
Source§impl From<PathGetSketchTargetUuid> for OkModelingCmdResponse
impl From<PathGetSketchTargetUuid> for OkModelingCmdResponse
Source§fn from(x: PathGetSketchTargetUuid) -> Self
fn from(x: PathGetSketchTargetUuid) -> Self
Source§impl From<PathGetVertexUuids> for OkModelingCmdResponse
impl From<PathGetVertexUuids> for OkModelingCmdResponse
Source§fn from(x: PathGetVertexUuids) -> Self
fn from(x: PathGetVertexUuids) -> Self
Source§impl From<PathSegmentInfo> for OkModelingCmdResponse
impl From<PathSegmentInfo> for OkModelingCmdResponse
Source§fn from(x: PathSegmentInfo) -> Self
fn from(x: PathSegmentInfo) -> Self
Source§impl From<PlaneIntersectAndProject> for OkModelingCmdResponse
impl From<PlaneIntersectAndProject> for OkModelingCmdResponse
Source§fn from(x: PlaneIntersectAndProject) -> Self
fn from(x: PlaneIntersectAndProject) -> Self
Source§impl From<PlaneSetColor> for OkModelingCmdResponse
impl From<PlaneSetColor> for OkModelingCmdResponse
Source§fn from(x: PlaneSetColor) -> Self
fn from(x: PlaneSetColor) -> Self
Source§impl From<ProjectEntityToPlane> for OkModelingCmdResponse
impl From<ProjectEntityToPlane> for OkModelingCmdResponse
Source§fn from(x: ProjectEntityToPlane) -> Self
fn from(x: ProjectEntityToPlane) -> Self
Source§impl From<ProjectPointsToPlane> for OkModelingCmdResponse
impl From<ProjectPointsToPlane> for OkModelingCmdResponse
Source§fn from(x: ProjectPointsToPlane) -> Self
fn from(x: ProjectPointsToPlane) -> Self
Source§impl From<ReconfigureStream> for OkModelingCmdResponse
impl From<ReconfigureStream> for OkModelingCmdResponse
Source§fn from(x: ReconfigureStream) -> Self
fn from(x: ReconfigureStream) -> Self
Source§impl From<RemoveSceneObjects> for OkModelingCmdResponse
impl From<RemoveSceneObjects> for OkModelingCmdResponse
Source§fn from(x: RemoveSceneObjects) -> Self
fn from(x: RemoveSceneObjects) -> Self
Source§impl From<Revolve> for OkModelingCmdResponse
impl From<Revolve> for OkModelingCmdResponse
Source§impl From<RevolveAboutEdge> for OkModelingCmdResponse
impl From<RevolveAboutEdge> for OkModelingCmdResponse
Source§fn from(x: RevolveAboutEdge) -> Self
fn from(x: RevolveAboutEdge) -> Self
Source§impl From<SceneClearAll> for OkModelingCmdResponse
impl From<SceneClearAll> for OkModelingCmdResponse
Source§fn from(x: SceneClearAll) -> Self
fn from(x: SceneClearAll) -> Self
Source§impl From<SelectAdd> for OkModelingCmdResponse
impl From<SelectAdd> for OkModelingCmdResponse
Source§impl From<SelectClear> for OkModelingCmdResponse
impl From<SelectClear> for OkModelingCmdResponse
Source§fn from(x: SelectClear) -> Self
fn from(x: SelectClear) -> Self
Source§impl From<SelectGet> for OkModelingCmdResponse
impl From<SelectGet> for OkModelingCmdResponse
Source§impl From<SelectRemove> for OkModelingCmdResponse
impl From<SelectRemove> for OkModelingCmdResponse
Source§fn from(x: SelectRemove) -> Self
fn from(x: SelectRemove) -> Self
Source§impl From<SelectReplace> for OkModelingCmdResponse
impl From<SelectReplace> for OkModelingCmdResponse
Source§fn from(x: SelectReplace) -> Self
fn from(x: SelectReplace) -> Self
Source§impl From<SelectWithPoint> for OkModelingCmdResponse
impl From<SelectWithPoint> for OkModelingCmdResponse
Source§fn from(x: SelectWithPoint) -> Self
fn from(x: SelectWithPoint) -> Self
Source§impl From<SendObject> for OkModelingCmdResponse
impl From<SendObject> for OkModelingCmdResponse
Source§fn from(x: SendObject) -> Self
fn from(x: SendObject) -> Self
Source§impl From<SetBackgroundColor> for OkModelingCmdResponse
impl From<SetBackgroundColor> for OkModelingCmdResponse
Source§fn from(x: SetBackgroundColor) -> Self
fn from(x: SetBackgroundColor) -> Self
Source§impl From<SetCurrentToolProperties> for OkModelingCmdResponse
impl From<SetCurrentToolProperties> for OkModelingCmdResponse
Source§fn from(x: SetCurrentToolProperties) -> Self
fn from(x: SetCurrentToolProperties) -> Self
Source§impl From<SetDefaultSystemProperties> for OkModelingCmdResponse
impl From<SetDefaultSystemProperties> for OkModelingCmdResponse
Source§fn from(x: SetDefaultSystemProperties) -> Self
fn from(x: SetDefaultSystemProperties) -> Self
Source§impl From<SetGridAutoScale> for OkModelingCmdResponse
impl From<SetGridAutoScale> for OkModelingCmdResponse
Source§fn from(x: SetGridAutoScale) -> Self
fn from(x: SetGridAutoScale) -> Self
Source§impl From<SetGridReferencePlane> for OkModelingCmdResponse
impl From<SetGridReferencePlane> for OkModelingCmdResponse
Source§fn from(x: SetGridReferencePlane) -> Self
fn from(x: SetGridReferencePlane) -> Self
Source§impl From<SetGridScale> for OkModelingCmdResponse
impl From<SetGridScale> for OkModelingCmdResponse
Source§fn from(x: SetGridScale) -> Self
fn from(x: SetGridScale) -> Self
Source§impl From<SetObjectTransform> for OkModelingCmdResponse
impl From<SetObjectTransform> for OkModelingCmdResponse
Source§fn from(x: SetObjectTransform) -> Self
fn from(x: SetObjectTransform) -> Self
Source§impl From<SetSceneUnits> for OkModelingCmdResponse
impl From<SetSceneUnits> for OkModelingCmdResponse
Source§fn from(x: SetSceneUnits) -> Self
fn from(x: SetSceneUnits) -> Self
Source§impl From<SetSelectionFilter> for OkModelingCmdResponse
impl From<SetSelectionFilter> for OkModelingCmdResponse
Source§fn from(x: SetSelectionFilter) -> Self
fn from(x: SetSelectionFilter) -> Self
Source§impl From<SetSelectionType> for OkModelingCmdResponse
impl From<SetSelectionType> for OkModelingCmdResponse
Source§fn from(x: SetSelectionType) -> Self
fn from(x: SetSelectionType) -> Self
Source§impl From<SetTool> for OkModelingCmdResponse
impl From<SetTool> for OkModelingCmdResponse
Source§impl From<SketchModeDisable> for OkModelingCmdResponse
impl From<SketchModeDisable> for OkModelingCmdResponse
Source§fn from(x: SketchModeDisable) -> Self
fn from(x: SketchModeDisable) -> Self
Source§impl From<Solid2dAddHole> for OkModelingCmdResponse
impl From<Solid2dAddHole> for OkModelingCmdResponse
Source§fn from(x: Solid2dAddHole) -> Self
fn from(x: Solid2dAddHole) -> Self
Source§impl From<Solid3dFilletEdge> for OkModelingCmdResponse
impl From<Solid3dFilletEdge> for OkModelingCmdResponse
Source§fn from(x: Solid3dFilletEdge) -> Self
fn from(x: Solid3dFilletEdge) -> Self
Source§impl From<Solid3dGetAdjacencyInfo> for OkModelingCmdResponse
impl From<Solid3dGetAdjacencyInfo> for OkModelingCmdResponse
Source§fn from(x: Solid3dGetAdjacencyInfo) -> Self
fn from(x: Solid3dGetAdjacencyInfo) -> Self
Source§impl From<Solid3dGetAllEdgeFaces> for OkModelingCmdResponse
impl From<Solid3dGetAllEdgeFaces> for OkModelingCmdResponse
Source§fn from(x: Solid3dGetAllEdgeFaces) -> Self
fn from(x: Solid3dGetAllEdgeFaces) -> Self
Source§impl From<Solid3dGetAllOppositeEdges> for OkModelingCmdResponse
impl From<Solid3dGetAllOppositeEdges> for OkModelingCmdResponse
Source§fn from(x: Solid3dGetAllOppositeEdges) -> Self
fn from(x: Solid3dGetAllOppositeEdges) -> Self
Source§impl From<Solid3dGetCommonEdge> for OkModelingCmdResponse
impl From<Solid3dGetCommonEdge> for OkModelingCmdResponse
Source§fn from(x: Solid3dGetCommonEdge) -> Self
fn from(x: Solid3dGetCommonEdge) -> Self
Source§impl From<Solid3dGetExtrusionFaceInfo> for OkModelingCmdResponse
impl From<Solid3dGetExtrusionFaceInfo> for OkModelingCmdResponse
Source§fn from(x: Solid3dGetExtrusionFaceInfo) -> Self
fn from(x: Solid3dGetExtrusionFaceInfo) -> Self
Source§impl From<Solid3dGetNextAdjacentEdge> for OkModelingCmdResponse
impl From<Solid3dGetNextAdjacentEdge> for OkModelingCmdResponse
Source§fn from(x: Solid3dGetNextAdjacentEdge) -> Self
fn from(x: Solid3dGetNextAdjacentEdge) -> Self
Source§impl From<Solid3dGetOppositeEdge> for OkModelingCmdResponse
impl From<Solid3dGetOppositeEdge> for OkModelingCmdResponse
Source§fn from(x: Solid3dGetOppositeEdge) -> Self
fn from(x: Solid3dGetOppositeEdge) -> Self
Source§impl From<Solid3dGetPrevAdjacentEdge> for OkModelingCmdResponse
impl From<Solid3dGetPrevAdjacentEdge> for OkModelingCmdResponse
Source§fn from(x: Solid3dGetPrevAdjacentEdge) -> Self
fn from(x: Solid3dGetPrevAdjacentEdge) -> Self
Source§impl From<Solid3dShellFace> for OkModelingCmdResponse
impl From<Solid3dShellFace> for OkModelingCmdResponse
Source§fn from(x: Solid3dShellFace) -> Self
fn from(x: Solid3dShellFace) -> Self
Source§impl From<StartPath> for OkModelingCmdResponse
impl From<StartPath> for OkModelingCmdResponse
Source§impl From<SurfaceArea> for OkModelingCmdResponse
impl From<SurfaceArea> for OkModelingCmdResponse
Source§fn from(x: SurfaceArea) -> Self
fn from(x: SurfaceArea) -> Self
Source§impl From<Sweep> for OkModelingCmdResponse
impl From<Sweep> for OkModelingCmdResponse
Source§impl From<TakeSnapshot> for OkModelingCmdResponse
impl From<TakeSnapshot> for OkModelingCmdResponse
Source§fn from(x: TakeSnapshot) -> Self
fn from(x: TakeSnapshot) -> Self
Source§impl From<TwistExtrude> for OkModelingCmdResponse
impl From<TwistExtrude> for OkModelingCmdResponse
Source§fn from(x: TwistExtrude) -> Self
fn from(x: TwistExtrude) -> Self
Source§impl From<UpdateAnnotation> for OkModelingCmdResponse
impl From<UpdateAnnotation> for OkModelingCmdResponse
Source§fn from(x: UpdateAnnotation) -> Self
fn from(x: UpdateAnnotation) -> Self
Source§impl From<ViewIsometric> for OkModelingCmdResponse
impl From<ViewIsometric> for OkModelingCmdResponse
Source§fn from(x: ViewIsometric) -> Self
fn from(x: ViewIsometric) -> Self
Source§impl From<Volume> for OkModelingCmdResponse
impl From<Volume> for OkModelingCmdResponse
Source§impl From<ZoomToFit> for OkModelingCmdResponse
impl From<ZoomToFit> for OkModelingCmdResponse
Source§impl JsonSchema for OkModelingCmdResponse
impl JsonSchema for OkModelingCmdResponse
Source§fn schema_name() -> String
fn schema_name() -> String
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref
keyword. Read moreAuto Trait Implementations§
impl Freeze for OkModelingCmdResponse
impl RefUnwindSafe for OkModelingCmdResponse
impl Send for OkModelingCmdResponse
impl Sync for OkModelingCmdResponse
impl Unpin for OkModelingCmdResponse
impl UnwindSafe for OkModelingCmdResponse
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more