SoBaseKitGetNodekitCatalog Method |
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic virtual SoNodekitCatalog GetNodekitCatalog()
Public Overridable Function GetNodekitCatalog As SoNodekitCatalog
public:
virtual SoNodekitCatalog^ GetNodekitCatalog()
abstract GetNodekitCatalog : unit -> SoNodekitCatalog
override GetNodekitCatalog : unit -> SoNodekitCatalog
Return Value
Type:
SoNodekitCatalog
RemarksWhile 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