Click or drag to resize
SoBaseKitGetNodekitCatalog Method

Returns the SoNodekitCatalog for this instance of SoBaseKit.

Namespace: OIV.Inventor.Nodekits
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public virtual SoNodekitCatalog GetNodekitCatalog()

Return Value

Type: SoNodekitCatalog
Remarks

While each instance of a given class creates its own distinct set of parts (which are actual nodes), all instances share the same catalog (which describes the parts but contains no actual nodes).

See Also