DockingPoint
Canonical path: NemAll_Python_IFW_Input.DockingPoint
Implementation of the docking point wrapper
Methods:
-
FromString–Create the docking point from a string
-
GetDockedElements–Get the docked elements
-
GetPoint–Get the docking point
-
IsValid–Test for valid docking point
-
ToString–Convert the docking point to a string
-
__init__–Overloaded function. See individual overloads.
FromString
Create the docking point from a string
Parameters:
-
dockingPointStr(str) –Docking point string
GetDockedElements
GetDockedElements() -> VecGUIDList
GetPoint
GetPoint(doc: DocumentAdapter) -> Point3D
ToString
Convert the docking point to a string
Returns:
-
str–Docking point string
Placeholder