create_generic_shape_modelT_create_generic_shape_modelCreateGenericShapeModelCreateGenericShapeModelcreate_generic_shape_model (Operator)

Name

create_generic_shape_modelT_create_generic_shape_modelCreateGenericShapeModelCreateGenericShapeModelcreate_generic_shape_model — Create a shape model.

Signature

create_generic_shape_model( : : : ModelID)

Herror T_create_generic_shape_model(Htuple* ModelID)

void CreateGenericShapeModel(HTuple* ModelID)

void HShapeModel::HShapeModel()

void HShapeModel::CreateGenericShapeModel()

static void HOperatorSet.CreateGenericShapeModel(out HTuple modelID)

public HShapeModel()

void HShapeModel.CreateGenericShapeModel()

def create_generic_shape_model() -> HHandle

Description

The operator create_generic_shape_modelcreate_generic_shape_modelCreateGenericShapeModelCreateGenericShapeModelCreateGenericShapeModelcreate_generic_shape_model creates a shape model and returns its handle in ModelIDModelIDModelIDModelIDmodelIDmodel_id.

The created model is not trained. See train_generic_shape_modeltrain_generic_shape_modelTrainGenericShapeModelTrainGenericShapeModelTrainGenericShapeModeltrain_generic_shape_model for information about training a model.

Execution Information

This operator returns a handle. Note that the state of an instance of this handle type may be changed by specific operators even though the handle is used as an input parameter by those operators.

Parameters

ModelIDModelIDModelIDModelIDmodelIDmodel_id (output_control)  shape_model HShapeModel, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Handle of the shape model.

Result

If successful the operator create_generic_shape_modelcreate_generic_shape_modelCreateGenericShapeModelCreateGenericShapeModelCreateGenericShapeModelcreate_generic_shape_model returns the value TRUE. If necessary, an exception is raised.

Possible Successors

set_generic_shape_model_paramset_generic_shape_model_paramSetGenericShapeModelParamSetGenericShapeModelParamSetGenericShapeModelParamset_generic_shape_model_param, train_generic_shape_modeltrain_generic_shape_modelTrainGenericShapeModelTrainGenericShapeModelTrainGenericShapeModeltrain_generic_shape_model, write_shape_modelwrite_shape_modelWriteShapeModelWriteShapeModelWriteShapeModelwrite_shape_model, set_shape_model_originset_shape_model_originSetShapeModelOriginSetShapeModelOriginSetShapeModelOriginset_shape_model_origin

Module

Matching