pub trait ModelingCmdOutput<'de>: Debug + Serialize + Deserialize<'de> + JsonSchema { }
Expand description

Anything that can be a ModelingCmd output.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'de> ModelingCmdOutput<'de> for ()

Implementors§

source§

impl<'de> ModelingCmdOutput<'de> for CenterOfMass

source§

impl<'de> ModelingCmdOutput<'de> for CurveGetControlPoints

source§

impl<'de> ModelingCmdOutput<'de> for CurveGetEndPoints

source§

impl<'de> ModelingCmdOutput<'de> for CurveGetType

source§

impl<'de> ModelingCmdOutput<'de> for Density

source§

impl<'de> ModelingCmdOutput<'de> for EntityGetAllChildUuids

source§

impl<'de> ModelingCmdOutput<'de> for EntityGetChildUuid

source§

impl<'de> ModelingCmdOutput<'de> for EntityGetDistance

source§

impl<'de> ModelingCmdOutput<'de> for EntityGetNumChildren

source§

impl<'de> ModelingCmdOutput<'de> for EntityGetParentId

source§

impl<'de> ModelingCmdOutput<'de> for Export

source§

impl<'de> ModelingCmdOutput<'de> for GetEntityType

source§

impl<'de> ModelingCmdOutput<'de> for GetSketchModePlane

source§

impl<'de> ModelingCmdOutput<'de> for HighlightSetEntity

source§

impl<'de> ModelingCmdOutput<'de> for ImportFiles

source§

impl<'de> ModelingCmdOutput<'de> for Mass

source§

impl<'de> ModelingCmdOutput<'de> for MouseClick

source§

impl<'de> ModelingCmdOutput<'de> for PathGetCurveUuidsForVertices

source§

impl<'de> ModelingCmdOutput<'de> for PathGetInfo

source§

impl<'de> ModelingCmdOutput<'de> for PathGetVertexUuids

source§

impl<'de> ModelingCmdOutput<'de> for PlaneIntersectAndProject

source§

impl<'de> ModelingCmdOutput<'de> for SelectGet

source§

impl<'de> ModelingCmdOutput<'de> for SelectWithPoint

source§

impl<'de> ModelingCmdOutput<'de> for Solid3dGetAllEdgeFaces

source§

impl<'de> ModelingCmdOutput<'de> for Solid3dGetAllOppositeEdges

source§

impl<'de> ModelingCmdOutput<'de> for Solid3dGetNextAdjacentEdge

source§

impl<'de> ModelingCmdOutput<'de> for Solid3dGetOppositeEdge

source§

impl<'de> ModelingCmdOutput<'de> for Solid3dGetPrevAdjacentEdge

source§

impl<'de> ModelingCmdOutput<'de> for SurfaceArea

source§

impl<'de> ModelingCmdOutput<'de> for TakeSnapshot

source§

impl<'de> ModelingCmdOutput<'de> for Volume