GRAPHISOFT®

Python APIVersion: 0.23 Beta

GetMorph

Queries an Morph element.

def GetMorph (guid) -> APIObject

 

Parameters

guid
[in] A string containing the GUID of the Morph.

 

Return Values

This function returns an APIObject describing the queried Morph element.

 

Remarks

This function is analogous to the ACAPI_Element_Get function of the C++ API for Morph elements.

For information on how to interpret the passed APIObject, visit the C++ documentation.

 

Requirements

Version: Python API 0.1 or Later
Module: GS

 

See Also

ChangeMorph, CreateMorph

All functions