Trait kittycad_modeling_cmds::ModelingCmdOutput

source ·
pub trait ModelingCmdOutput: Debug + Serialize + DeserializeOwned + JsonSchema { }
Expand description

Anything that can be a ModelingCmd output.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ModelingCmdOutput for ()

Implementors§

source§

impl ModelingCmdOutput for CameraDragEnd

source§

impl ModelingCmdOutput for CameraDragMove

source§

impl ModelingCmdOutput for CenterOfMass

source§

impl ModelingCmdOutput for CurveGetControlPoints

source§

impl ModelingCmdOutput for CurveGetEndPoints

source§

impl ModelingCmdOutput for CurveGetType

source§

impl ModelingCmdOutput for DefaultCameraFocusOn

source§

impl ModelingCmdOutput for DefaultCameraGetSettings

source§

impl ModelingCmdOutput for DefaultCameraZoom

source§

impl ModelingCmdOutput for Density

source§

impl ModelingCmdOutput for EntityCircularPattern

source§

impl ModelingCmdOutput for EntityGetAllChildUuids

source§

impl ModelingCmdOutput for EntityGetChildUuid

source§

impl ModelingCmdOutput for EntityGetDistance

source§

impl ModelingCmdOutput for EntityGetNumChildren

source§

impl ModelingCmdOutput for EntityGetParentId

source§

impl ModelingCmdOutput for EntityLinearPattern

source§

impl ModelingCmdOutput for Export

source§

impl ModelingCmdOutput for ExtrusionFaceInfo

source§

impl ModelingCmdOutput for FaceGetGradient

source§

impl ModelingCmdOutput for FaceGetPosition

source§

impl ModelingCmdOutput for FaceIsPlanar

source§

impl ModelingCmdOutput for GetEntityType

source§

impl ModelingCmdOutput for GetNumObjects

source§

impl ModelingCmdOutput for GetSketchModePlane

source§

impl ModelingCmdOutput for HighlightSetEntity

source§

impl ModelingCmdOutput for ImportFiles

source§

impl ModelingCmdOutput for ImportedGeometry

source§

impl ModelingCmdOutput for Mass

source§

impl ModelingCmdOutput for MouseClick

source§

impl ModelingCmdOutput for PathGetCurveUuidsForVertices

source§

impl ModelingCmdOutput for PathGetInfo

source§

impl ModelingCmdOutput for PathGetVertexUuids

source§

impl ModelingCmdOutput for PathSegmentInfo

source§

impl ModelingCmdOutput for PlaneIntersectAndProject

source§

impl ModelingCmdOutput for SelectGet

source§

impl ModelingCmdOutput for SelectWithPoint

source§

impl ModelingCmdOutput for Solid3dGetAllEdgeFaces

source§

impl ModelingCmdOutput for Solid3dGetAllOppositeEdges

source§

impl ModelingCmdOutput for Solid3dGetExtrusionFaceInfo

source§

impl ModelingCmdOutput for Solid3dGetNextAdjacentEdge

source§

impl ModelingCmdOutput for Solid3dGetOppositeEdge

source§

impl ModelingCmdOutput for Solid3dGetPrevAdjacentEdge

source§

impl ModelingCmdOutput for SurfaceArea

source§

impl ModelingCmdOutput for TakeSnapshot

source§

impl ModelingCmdOutput for Volume