CMeshNode

class Lib3MF::CMeshNode : public CImplicitNode

Signed distance to mesh

PImplicitPort GetInputMesh()

Retrieves the input for the model resource id of the mesh

Returns:

the input port for the model resource id of the mesh

PImplicitPort GetInputPos()

Retrieves the input for the position

Returns:

the input port for the position

PImplicitPort GetOutputDistance()

Retrieves the output

Returns:

the output port for the signed distance to the mesh

typedef std::shared_ptr<CMeshNode> Lib3MF::PMeshNode

Shared pointer to CMeshNode to easily allow reference counting.