[bindings] remove redundant signatures. batch2
This commit is contained in:
@@ -24,7 +24,6 @@ class Body(BodyBase):
|
||||
|
||||
def insertObject(self, feature: object, target: object, after: bool = False, /) -> None:
|
||||
"""
|
||||
insertObject(feature, target, after=False)
|
||||
Insert the feature into the body after the given feature.
|
||||
|
||||
@param feature The feature to insert into the body
|
||||
|
||||
@@ -22,7 +22,7 @@ class ViewProvider(ViewProviderPartExt):
|
||||
|
||||
def setBodyMode(self, mode: bool, /) -> None:
|
||||
"""
|
||||
setBodyMode(bool): body mode means that the object is part of a body
|
||||
body mode means that the object is part of a body
|
||||
and that the body is used to set the visual properties, not the features. Hence
|
||||
setting body mode to true will hide most viewprovider properties.
|
||||
"""
|
||||
@@ -30,7 +30,7 @@ class ViewProvider(ViewProviderPartExt):
|
||||
|
||||
def makeTemporaryVisible(self, visible: bool, /) -> None:
|
||||
"""
|
||||
makeTemporaryVisible(bool): makes this viewprovider visible in the
|
||||
makes this viewprovider visible in the
|
||||
scene graph without changing any properties, not the visibility one and also not
|
||||
the display mode. This can be used to show the shape of this viewprovider from
|
||||
other viewproviders without doing anything to the document and properties.
|
||||
|
||||
Reference in New Issue
Block a user