Click or drag to resize
SoBaseKitSet Method (String, String)

This function allows field values of parts (nodes) to be set.

Namespace: OIV.Inventor.Nodekits
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public bool Set(
	string partNameString,
	string parameterString
)

Parameters

partNameString
Type: SystemString
parameterString
Type: SystemString

Return Value

Type: Boolean
Remarks

A single part is specified by partNameString; the field values are specified in parameterString. The format of parameters is the Open Inventor File Format syntax. The values used in parameters must of course be appropriate for the node-type to which partName belongs. In this case, the nodekit OIV.Inventor.Nodekits.SoSeparatorKit has a part named material which is of type OIV.Inventor.Nodes.SoMaterial.

See Also