init method

init

Initialize the specified value.

def init(self, value):
    ...
ParameterTypeDescription
valueCadCodeValueThe string value will be converted to Double.

init

Initialize the specified value.

def init(self, value):
    ...
ParameterTypeDescription
valueanyThe value of the parameter.

init

Initialize the specified type.

def init(self, type, value):
    ...
ParameterTypeDescription
typeCadEntityAttributeThe type of the parameter.
valueCadCodeValueThe value of the parameter.

init

Initialize the specified type.

def init(self, type, value):
    ...
ParameterTypeDescription
typeCadEntityAttributeThe type of the parameter.
valueanyThe value of the parameter.

See Also