text
stringlengths 145
7.65M
|
---|
==============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
SoFCColorBar
List of all members
|
Public Member Functions
|
Static Public Member Functions
|
Protected Member Functions
Gui::SoFCColorBar Class Reference
The color bar class that redirects all calls to its handled color bars.
More...
#include <SoFCColorBar.h>
Public Member Functions
bool
customize
()
Customizes the currently active color bar.
More...
SoFCColorBarBase
*
getActiveBar
() const
Returns the currently active color bar object.
More...
App::Color
getColor
(float fVal) const
Returns the associated color to the value
fVal
of the currently active color bar.
More...
const char *
getColorBarName
() const
Returns the name of the color bar.
More...
float
getMaxValue
(void) const
Returns the current maximum of the parameter range of the currently active color bar.
More...
float
getMinValue
(void) const
Returns the current minimum of the parameter range of the currently active color bar.
More...
void
handleEvent
(SoHandleEventAction *action)
Handles the mouse button events and checks if the user has clicked on the area of the currently active color bar.
More...
bool
isVisible
(float fVal) const
Returns the return value of the currently active color bar.
More...
void
setOutsideGrayed
(
bool
bVal)
Sets whether values outside the range should be in gray,.
More...
void
setRange
(float fMin, float fMax, int prec=3)
Sets the range of all color bars from the maximum
fMax
to the minimum
fMin
.
More...
SoFCColorBar
(void)
Public Member Functions inherited from
Gui::SoFCColorBarBase
virtual void
GLRenderBelowPath
(
SoGLRenderAction
*action)
Public Member Functions inherited from
Base::Subject< int >
void
Attach
(
Observer
< int > *ToObserv)
Attach an Observer Attach an Observer to the list of Observers which get
called when Notify is called.
More...
void
ClearObserver
()
Clears the list of all registered observers.
More...
void
Detach
(
Observer
< int > *ToObserv)
Detach an Observer Detach an Observer from the list of Observers which get
called when Notify is called.
More...
Observer
< int > *
Get
(const char *Name)
Get an Observer by name Get a observer by name if the observer reimplements the Name() mthode.
More...
void
Notify
(int rcReason)
Notify all Observers Send a message to all Observers attached to this subject.
More...
Subject
()
A constructor.
More...
virtual
~Subject
()
A destructor.
More...
Static Public Member Functions
static void
finish
(void)
static void
initClass
(void)
Static Public Member Functions inherited from
Gui::SoFCColorBarBase
static void
finish
(void)
static void
initClass
(void)
Protected Member Functions
void
setViewportSize
(const SbVec2s &size)
Sets the current viewer size to all color bars to recalculate their new position.
More...
virtual
~SoFCColorBar
()
Protected Member Functions inherited from
Gui::SoFCColorBarBase
SoFCColorBarBase
(void)
virtual
~SoFCColorBarBase
()
Protected Member Functions inherited from
App::ValueFloatToRGB
ValueFloatToRGB
(void)
virtual
~ValueFloatToRGB
()
Additional Inherited Members
Public Types inherited from
Base::Subject< int >
typedef int
MessageType
typedef
Observer
< int >
ObserverType
typedef
Subject
< int >
SubjectType
Detailed Description
The color bar class that redirects all calls to its handled color bars.
Author
Werner Mayer
Constructor & Destructor Documentation
β
SoFCColorBar()
SoFCColorBar::SoFCColorBar
(
void
)
Constructor.
β
~SoFCColorBar()
SoFCColorBar::~SoFCColorBar
(
)
protected
virtual
Destructor.
Member Function Documentation
β
customize()
bool
SoFCColorBar::customize
(
)
virtual
Customizes the currently active color bar.
Implements
Gui::SoFCColorBarBase
.
References
Gui::SoFCColorBarBase::customize()
, and
getActiveBar()
.
Referenced by
Gui::SoFCColorBarProxyObject::customEvent()
.
β
finish()
void SoFCColorBar::finish
(
void
)
static
Referenced by
drafttaskpanels.task_polararray.TaskPanelPolarArray::accept()
,
drafttaskpanels.task_orthoarray.TaskPanelOrthoArray::accept()
,
drafttaskpanels.task_circulararray.TaskPanelCircularArray::accept()
,
draftguitools.gui_split.Split::action()
,
draftguitools.gui_splines.BSpline::action()
,
draftguitools.gui_beziers.BezCurve::action()
,
draftguitools.gui_lines.Line::action()
,
draftguitools.gui_polygons.Polygon::action()
,
draftguitools.gui_subelements.SubelementHighlight::action()
,
draftguitools.gui_rotate.Rotate::action()
,
draftguitools.gui_fillets.Fillet::action()
,
draftguitools.gui_move.Move::action()
,
draftguitools.gui_texts.Text::action()
,
draftguitools.gui_mirror.Mirror::action()
,
draftguitools.gui_stretch.Stretch::action()
,
draftguitools.gui_scale.Scale::action()
,
draftguitools.gui_arcs.Arc::action()
,
draftguitools.gui_offset.Offset::action()
,
draftguitools.gui_ellipses.Ellipse::action()
,
draftguitools.gui_rectangles.Rectangle::action()
,
draftguitools.gui_shapestrings.ShapeString::action()
,
draftguitools.gui_labels.Label::action()
,
draftguitools.gui_selectplane.Draft_SelectPlane::action()
,
draftguitools.gui_trimex.Trimex::action()
,
draftguitools.gui_beziers.CubicBezCurve::action()
,
draftguitools.gui_dimensions.Dimension::action()
,
draftguitools.gui_wire2spline.WireToBSpline::Activated()
,
draftguitools.gui_subelements.SubelementHighlight::Activated()
,
draftguitools.gui_dimensions.Dimension::Activated()
,
draftguitools.gui_edit.Edit::Activated()
,
draftguitools.gui_selectplane.Draft_SelectPlane::checkSelection()
,
DraftGui.DraftToolBar::checkSpecialChars()
,
draftguitools.gui_points.Point::click()
,
draftguitools.gui_labels.Label::create()
,
draftguitools.gui_ellipses.Ellipse::createObject()
,
draftguitools.gui_rectangles.Rectangle::createObject()
,
draftguitools.gui_texts.Text::createObject()
,
draftguitools.gui_shapestrings.ShapeString::createObject()
,
draftguitools.gui_stretch.Stretch::doStretch()
,
draftguitools.gui_arcs.Arc::drawArc()
,
draftguitools.gui_polygons.Polygon::drawPolygon()
,
DraftGui.DraftToolBar::escape()
,
Gui::SoFCDB::finish()
,
draftguitools.gui_edit.Edit::keyPressed()
,
draftguitools.gui_dimensions.Dimension::numericInput()
,
draftguitools.gui_fillets.Fillet::numericRadius()
,
draftguitools.gui_offset.Offset::numericRadius()
,
draftguitools.gui_rotate.Rotate::numericRadius()
,
draftguitools.gui_trimex.Trimex::numericRadius()
,
draftguitools.gui_selectplane.Draft_SelectPlane::onClickAlign()
,
draftguitools.gui_selectplane.Draft_SelectPlane::onClickAuto()
,
draftguitools.gui_selectplane.Draft_SelectPlane::onClickCenter()
,
draftguitools.gui_selectplane.Draft_SelectPlane::onClickFront()
,
draftguitools.gui_selectplane.Draft_SelectPlane::onClickMove()
,
draftguitools.gui_selectplane.Draft_SelectPlane::onClickPrevious()
,
draftguitools.gui_selectplane.Draft_SelectPlane::onClickSide()
,
draftguitools.gui_selectplane.Draft_SelectPlane::onClickTop()
,
draftguitools.gui_subelements.SubelementHighlight::proceed()
,
draftguitools.gui_facebinders.Facebinder::proceed()
,
draftguitools.gui_downgrade.Downgrade::proceed()
,
draftguitools.gui_draft2sketch.Draft2Sketch::proceed()
,
draftguitools.gui_upgrade.Upgrade::proceed()
,
draftguitools.gui_shape2dview.Shape2DView::proceed()
,
draftguitools.gui_join.Join::proceed()
,
draftguitools.gui_array_simple.Array::proceed()
,
draftguitools.gui_clone.Clone::proceed()
,
draftguitools.gui_split.Split::proceed()
,
draftguitools.gui_trimex.Trimex::proceed()
,
draftguitools.gui_pointarray.PointArray::proceed()
,
draftguitools.gui_patharray.PathArray::proceed()
,
draftguitools.gui_edit.Edit::proceed()
,
draftguitools.gui_selectplane.Draft_SelectPlane::reject()
,
drafttaskpanels.task_orthoarray.TaskPanelOrthoArray::reject()
,
drafttaskpanels.task_polararray.TaskPanelPolarArray::reject()
,
drafttaskpanels.task_circulararray.TaskPanelCircularArray::reject()
, and
draftguitools.gui_edit.Edit::setTrackers()
.
β
getActiveBar()
SoFCColorBarBase
* SoFCColorBar::getActiveBar
(
)
const
Returns the currently active color bar object.
Referenced by
customize()
,
getColor()
,
getMaxValue()
,
getMinValue()
,
handleEvent()
, and
isVisible()
.
β
getColor()
App::Color
SoFCColorBar::getColor
(
float
fVal
)
const
virtual
Returns the associated color to the value
fVal
of the currently active color bar.
Implements
Gui::SoFCColorBarBase
.
References
getActiveBar()
, and
Gui::SoFCColorBarBase::getColor()
.
Referenced by
InspectionGui::ViewProviderInspection::setDistances()
.
β
getColorBarName()
const char* Gui::SoFCColorBar::getColorBarName
(
)
const
virtual
Returns the name of the color bar.
Implements
Gui::SoFCColorBarBase
.
β
getMaxValue()
float SoFCColorBar::getMaxValue
(
void
)
const
virtual
Returns the current maximum of the parameter range of the currently active color bar.
Implements
Gui::SoFCColorBarBase
.
References
getActiveBar()
, and
Gui::SoFCColorBarBase::getMaxValue()
.
Referenced by
InspectionGui::ViewProviderInspection::attach()
, and
FemGui::ViewProviderFemPostObject::attach()
.
β
getMinValue()
float SoFCColorBar::getMinValue
(
void
)
const
virtual
Returns the current minimum of the parameter range of the currently active color bar.
Implements
Gui::SoFCColorBarBase
.
References
getActiveBar()
, and
Gui::SoFCColorBarBase::getMinValue()
.
Referenced by
InspectionGui::ViewProviderInspection::attach()
,
MeshGui::ViewProviderMeshCurvature::attach()
, and
FemGui::ViewProviderFemPostObject::attach()
.
β
handleEvent()
void SoFCColorBar::handleEvent
(
SoHandleEventAction *
action
)
Handles the mouse button events and checks if the user has clicked on the area of the currently active color bar.
References
getActiveBar()
.
β
initClass()
void SoFCColorBar::initClass
(
void
)
static
Referenced by
Gui::SoFCDB::init()
.
β
isVisible()
bool
SoFCColorBar::isVisible
(
float
fVal
)
const
virtual
Returns the return value of the currently active color bar.
Implements
Gui::SoFCColorBarBase
.
References
getActiveBar()
, and
Gui::SoFCColorBarBase::isVisible()
.
Referenced by
ArchVRM.Renderer::removeHidden()
, and
InspectionGui::ViewProviderInspection::setDistances()
.
β
setOutsideGrayed()
void SoFCColorBar::setOutsideGrayed
(
bool
bVal
)
virtual
Sets whether values outside the range should be in gray,.
Implements
Gui::SoFCColorBarBase
.
Referenced by
InspectionGui::ViewProviderInspection::onChanged()
.
β
setRange()
void SoFCColorBar::setRange
(
float
fMin
,
float
fMax
,
int
prec
=
3
)
virtual
Sets the range of all color bars from the maximum
fMax
to the minimum
fMin
.
prec
indicates the post decimal positions,
prec
should be in between 0 and 6.
Implements
Gui::SoFCColorBarBase
.
Referenced by
InspectionGui::ViewProviderInspection::attach()
,
MeshGui::ViewProviderMeshCurvature::attach()
,
FemGui::ViewProviderFemPostObject::attach()
, and
InspectionGui::ViewProviderInspection::updateData()
.
β
setViewportSize()
void SoFCColorBar::setViewportSize
(
const SbVec2s &
size
)
protected
virtual
Sets the current viewer size to all color bars to recalculate their new position.
Implements
Gui::SoFCColorBarBase
.
The documentation for this class was generated from the following files:
src/Gui/SoFCColorBar.h
src/Gui/SoFCColorBar.cpp
1.8.17
|
==================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifcflowmovingdevicetype
ifc4.ifcflowmovingdevicetype Member List
This is the complete list of members for
ifc4.ifcflowmovingdevicetype
, including all inherited members.
applicableoccurrence
(self)
ifc4.ifctypeproduct
ifc4::ifctypeobject.applicableoccurrence
ifc4.ifctypeobject
decomposes
()
ifc4.ifcobjectdefinition
description
ifc4.ifcroot
description
()
ifc4.ifcroot
elementtype
ifc4.ifcelementtype
elementtype
()
ifc4.ifcelementtype
globalid
ifc4.ifcroot
globalid
()
ifc4.ifcroot
hasassignments
()
ifc4.ifcobjectdefinition
hasassociations
()
ifc4.ifcobjectdefinition
hascontext
()
ifc4.ifcobjectdefinition
haspropertysets
ifc4.ifctypeobject
haspropertysets
()
ifc4.ifctypeobject
isdecomposedby
()
ifc4.ifcobjectdefinition
isnestedby
()
ifc4.ifcobjectdefinition
name
ifc4.ifcroot
name
()
ifc4.ifcroot
nests
()
ifc4.ifcobjectdefinition
ownerhistory
ifc4.ifcroot
ownerhistory
()
ifc4.ifcroot
referencedby
()
ifc4.ifctypeproduct
representationmaps
ifc4.ifctypeproduct
representationmaps
()
ifc4.ifctypeproduct
tag
ifc4.ifctypeproduct
tag
()
ifc4.ifctypeproduct
types
()
ifc4.ifctypeobject
wr1
(self)
ifc4.ifctypeobject
1.8.17
|
==========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
TechDraw
PATLineSpec
TechDraw::PATLineSpec Member List
This is the complete list of members for
TechDraw::PATLineSpec
, including all inherited members.
dump
(const char *title)
TechDraw::PATLineSpec
findPatternStart
(std::ifstream &inFile, std::string &parmName)
TechDraw::PATLineSpec
static
getAngle
(void)
TechDraw::PATLineSpec
getDashParms
(void)
TechDraw::PATLineSpec
getInterval
(void)
TechDraw::PATLineSpec
getIntervalX
(void)
TechDraw::PATLineSpec
getIntervalY
(void)
TechDraw::PATLineSpec
getLength
(void)
TechDraw::PATLineSpec
getOffset
(void)
TechDraw::PATLineSpec
getOrigin
(void)
TechDraw::PATLineSpec
getPatternList
(std::string &parmFile)
TechDraw::PATLineSpec
static
getSlope
(void)
TechDraw::PATLineSpec
getSpecsForPattern
(std::string &parmFile, std::string &parmName)
TechDraw::PATLineSpec
static
isDashed
(void)
TechDraw::PATLineSpec
load
(std::string &lineSpec)
TechDraw::PATLineSpec
loadPatternDef
(std::ifstream &inFile)
TechDraw::PATLineSpec
static
PATLineSpec
()
TechDraw::PATLineSpec
PATLineSpec
(std::string &lineSpec)
TechDraw::PATLineSpec
~PATLineSpec
()
TechDraw::PATLineSpec
1.8.17
|
===========================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
draftviewproviders
view_facebinder
ViewProviderFacebinder
List of all members
|
Public Member Functions
draftviewproviders.view_facebinder.ViewProviderFacebinder Class Reference
Public Member Functions
def
getIcon
(self)
def
setEdit
(self, vobj, mode)
def
unsetEdit
(self, vobj, mode)
Public Member Functions inherited from
draftviewproviders.view_base.ViewProviderDraft
def
attach
(self, vobj)
def
claimChildren
(self)
def
execute
(self, vobj)
def
getDefaultDisplayMode
(self)
def
getDisplayModes
(self, vobj)
def
onChanged
(self, vobj, prop)
def
setDisplayMode
(self, mode)
def
updateData
(self, obj, prop)
Additional Inherited Members
Public Attributes inherited from
draftviewproviders.view_base.ViewProviderDraft
Object
texcoords
texture
Member Function Documentation
β
getIcon()
def draftviewproviders.view_facebinder.ViewProviderFacebinder.getIcon
(
self
)
Return the path to the icon used by the view provider.
The path can be a full path in the system, or a relative path
inside the compiled resource file.
It can also be a string that defines the icon in XPM format.
Override this method to provide a specific icon
for the object in the tree view.
By default it returns the path to the `Draft_Draft.svg` icon.
Returns
-------
str
`':/icons/Draft_Draft.svg'`
Reimplemented from
draftviewproviders.view_base.ViewProviderDraft
.
β
setEdit()
def draftviewproviders.view_facebinder.ViewProviderFacebinder.setEdit
(
self
,
vobj
,
mode
)
Enter edit mode of the object.
Override this method to define a custom command to run when entering
the edit mode of the object in the tree view.
It must return `True` to successfully enter edit mode.
If the conditions to edit are not met, it should return `False`,
in which case the edit mode is not started.
By default it runs the `Draft_Edit` GuiCommand.
::
Gui.runCommand('Draft_Edit')
Parameters
----------
vobj : the view provider of the scripted object.
This is `obj.ViewObject`.
mode : int, optional
It defaults to 0, in which case
it runs the `Draft_Edit` GuiCommand.
It indicates the type of edit in the underlying C++ code.
Returns
-------
bool
It is `True` if `mode` is 0, and `Draft_Edit` ran successfully.
It is `False` otherwise.
Reimplemented from
draftviewproviders.view_base.ViewProviderDraft
.
Referenced by
PathScripts.PathSetupSheetGui.ViewProvider.doubleClicked()
,
PathScripts.PathToolBitGui.ViewProvider.doubleClicked()
,
Spreadsheet_legacy.ViewProviderSpreadsheet.doubleClicked()
,
ArchSchedule.CommandArchSchedule.IsActive()
,
ArchAxis.CommandArchGrid.IsActive()
,
PathScripts.PathIconViewProvider.ViewProvider.setupContextMenu()
,
PathScripts.PathToolControllerGui.ViewProvider.setupContextMenu()
,
PathScripts.PathOpGui.ViewProvider.setupContextMenu()
, and
PathScripts.PathJobGui.ViewProvider.setupContextMenu()
.
β
unsetEdit()
def draftviewproviders.view_facebinder.ViewProviderFacebinder.unsetEdit
(
self
,
vobj
,
mode
)
Terminate the edit mode of the object.
Override this method to define a custom command to run when
terminating the edit mode of the object in the tree view.
It should return `True` to indicate that the method already
cleaned up everything and there is no need to call
the `usetEdit` method of the base class.
It should return `False` to indicate that cleanup
is still required, so the `unsetEdit` method of the base class
is invoked to do the rest.
By default it runs the `finish` method of the active
Draft GuiCommand, and closes the task panel.
::
App.activeDraftCommand.finish()
Gui.Control.closeDialog()
Parameters
----------
vobj : the view provider of the scripted object.
This is `obj.ViewObject`.
mode : int, optional
It defaults to 0. It is not used.
It indicates the type of edit in the underlying C++ code.
Returns
-------
bool
This method always returns `False` so it passes
control to the base class to finish the edit mode.
Reimplemented from
draftviewproviders.view_base.ViewProviderDraft
.
Referenced by
PathScripts.PathJobGui.ViewProvider.uneditObject()
.
The documentation for this class was generated from the following file:
src/Mod/Draft/draftviewproviders/view_facebinder.py
1.8.17
|
============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
TreeParams
List of all members
|
Public Member Functions
|
Static Public Member Functions
Gui::TreeParams Class Reference
Helper class to read/write tree view options.
More...
#include <Tree.h>
Public Member Functions
void
OnChange
(
Base::Subject
< const char * > &, const char *sReason)
TreeParams
()
Static Public Member Functions
static
TreeParams
*
Instance
()
Detailed Description
Helper class to read/write tree view options.
The parameters are stored under group "User parameter:BaseApp/Preferences/TreeView". Call
TreeParams::Instance()
->ParamName/setParamName() to get/set parameter. To add a new parameter, add a new line under FC_TREEPARAM_DEFS using macro
FC_TREEPARAM_DEF(parameter_name, c_type, parameter_type, default_value)
If there is special handling on parameter change, use FC_TREEPARAM_DEF2() instead, and add a function with the following signature in Tree.cpp,
void
TreeParams
:on<ParamName>Changed()
Constructor & Destructor Documentation
β
TreeParams()
TreeParams::TreeParams
(
)
References
Base::Subject< _MessageType >::Attach()
,
App::GetApplication()
, and
App::Application::GetParameterGroupByPath()
.
Referenced by
Instance()
.
Member Function Documentation
β
Instance()
TreeParams
* TreeParams::Instance
(
)
static
References
TreeParams()
.
Referenced by
Gui::TreeWidget::dropEvent()
,
Gui::DocumentItem::findRootIndex()
,
Gui::TreeWidget::leaveEvent()
,
Gui::TreeWidget::onPreSelectTimer()
,
Gui::TreeWidget::onSelectionChanged()
,
Gui::TreeWidget::onSelectTimer()
,
Gui::TreeWidget::selectAll()
,
Gui::TreeWidget::showEvent()
,
Gui::TreeWidget::syncView()
,
Gui::TreeDockWidget::TreeDockWidget()
, and
Gui::TreePanel::TreePanel()
.
β
OnChange()
FC_TREEPARAM_DEFS void TreeParams::OnChange
(
Base::Subject
< const char * > &
,
const char *
sReason
)
The documentation for this class was generated from the following files:
src/Gui/Tree.h
src/Gui/Tree.cpp
Gui::TreeParams::TreeParams
TreeParams()
Definition:
Tree.cpp:92
1.8.17
|
==============================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PathScripts
PathProfile
ObjectProfile
PathScripts.PathProfile.ObjectProfile Member List
This is the complete list of members for
PathScripts.PathProfile.ObjectProfile
, including all inherited members.
addBase
(self, obj, base, sub)
PathScripts.PathOp.ObjectOp
addBaseProperty
(self, obj)
PathScripts.PathOp.ObjectOp
addNewProps
PathScripts.PathProfile.ObjectProfile
addOpValues
(self, obj, values)
PathScripts.PathOp.ObjectOp
applyExpression
(self, obj, prop, expr)
PathScripts.PathOp.ObjectOp
applyInverseAngle
(self, obj, clnBase, clnStock, axis, angle)
PathScripts.PathAreaOp.ObjectOp
applyRotationalAnalysis
(self, obj, base, angle, axis, subCount)
PathScripts.PathAreaOp.ObjectOp
areaOpApplyPropertyDefaults
(self, obj, job, propList)
PathScripts.PathProfile.ObjectProfile
areaOpAreaParams
(self, obj, isHole)
PathScripts.PathProfile.ObjectProfile
areaOpFeatures
(self, obj)
PathScripts.PathProfile.ObjectProfile
areaOpOnChanged
(self, obj, prop)
PathScripts.PathProfile.ObjectProfile
areaOpOnDocumentRestored
(self, obj)
PathScripts.PathProfile.ObjectProfile
areaOpPathParams
(self, obj, isHole)
PathScripts.PathProfile.ObjectProfile
areaOpProperties
(self)
PathScripts.PathProfile.ObjectProfile
areaOpPropertyDefaults
(self, obj, job)
PathScripts.PathProfile.ObjectProfile
areaOpPropertyEnumerations
(self)
PathScripts.PathProfile.ObjectProfile
areaOpRetractTool
(self, obj)
PathScripts.PathAreaOp.ObjectOp
areaOpSetDefaultValues
(self, obj, job)
PathScripts.PathProfile.ObjectProfile
areaOpShapeForDepths
(self, obj, job)
PathScripts.PathAreaOp.ObjectOp
areaOpShapes
(self, obj)
PathScripts.PathProfile.ObjectProfile
areaOpUseProjection
(self, obj)
PathScripts.PathProfile.ObjectProfile
axialFeed
PathScripts.PathAreaOp.ObjectOp
axialRapid
PathScripts.PathAreaOp.ObjectOp
cloneBaseAndStock
(self, obj, base, angle, axis, subCount)
PathScripts.PathAreaOp.ObjectOp
cloneNames
PathScripts.PathAreaOp.ObjectOp
commandlist
PathScripts.PathOp.ObjectOp
cutSide
PathScripts.PathProfile.ObjectProfile
cutSideTags
PathScripts.PathProfile.ObjectProfile
depthparams
PathScripts.PathProfile.ObjectProfile
endVector
PathScripts.PathAreaOp.ObjectOp
eTAG
PathScripts.PathProfile.ObjectProfile
execute
(self, obj)
PathScripts.PathOp.ObjectOp
faceRotationAnalysis
(self, obj, norm, surf)
PathScripts.PathAreaOp.ObjectOp
getCycleTimeEstimate
(self, obj)
PathScripts.PathOp.ObjectOp
getFaceNormAndSurf
(self, face)
PathScripts.PathAreaOp.ObjectOp
getJob
(self, obj)
PathScripts.PathOp.ObjectOp
guiMessage
(self, title, msg, show=False)
PathScripts.PathAreaOp.ObjectOp
guiMsgs
PathScripts.PathAreaOp.ObjectOp
horizFeed
PathScripts.PathOp.ObjectOp
horizRapid
PathScripts.PathOp.ObjectOp
inaccessibleMsg
PathScripts.PathProfile.ObjectProfile
initAreaOp
(self, obj)
PathScripts.PathProfile.ObjectProfile
initAreaOpProperties
(self, obj, warn=False)
PathScripts.PathProfile.ObjectProfile
initOperation
(self, obj)
PathScripts.PathAreaOp.ObjectOp
initWithRotation
PathScripts.PathAreaOp.ObjectOp
isFaceUp
(self, base, face)
PathScripts.PathAreaOp.ObjectOp
iTAG
PathScripts.PathProfile.ObjectProfile
JOB
PathScripts.PathProfile.ObjectProfile
job
PathScripts.PathOp.ObjectOp
leadIn
PathScripts.PathAreaOp.ObjectOp
model
PathScripts.PathOp.ObjectOp
offsetExtra
PathScripts.PathProfile.ObjectProfile
ofstRadius
PathScripts.PathProfile.ObjectProfile
onChanged
(self, obj, prop)
PathScripts.PathOp.ObjectOp
onDocumentRestored
(self, obj)
PathScripts.PathOp.ObjectOp
opDetermineRotationRadii
(self, obj)
PathScripts.PathAreaOp.ObjectOp
opExecute
(self, obj, getsim=False)
PathScripts.PathAreaOp.ObjectOp
PathScripts::PathOp::ObjectOp.opExecute
(self, obj)
PathScripts.PathOp.ObjectOp
opFeatures
(self, obj)
PathScripts.PathAreaOp.ObjectOp
opOnChanged
(self, obj, prop)
PathScripts.PathAreaOp.ObjectOp
opOnDocumentRestored
(self, obj)
PathScripts.PathAreaOp.ObjectOp
opRejectAddBase
(self, obj, base, sub)
PathScripts.PathOp.ObjectOp
opSetDefaultValues
(self, obj, job)
PathScripts.PathAreaOp.ObjectOp
opUpdateDepths
(self, obj)
PathScripts.PathProfile.ObjectProfile
profileshape
PathScripts.PathProfile.ObjectProfile
propertiesReady
PathScripts.PathProfile.ObjectProfile
radius
PathScripts.PathOp.ObjectOp
removalshapes
PathScripts.PathProfile.ObjectProfile
rotateFlag
PathScripts.PathAreaOp.ObjectOp
rotStartDepth
PathScripts.PathAreaOp.ObjectOp
setDefaultValues
(self, obj)
PathScripts.PathOp.ObjectOp
setEditorModes
(self, obj, features)
PathScripts.PathOp.ObjectOp
setOpEditorProperties
(self, obj)
PathScripts.PathProfile.ObjectProfile
setupAdditionalProperties
(self, obj)
PathScripts.PathAreaOp.ObjectOp
sortTuplesByIndex
(self, TupleList, tagIdx)
PathScripts.PathAreaOp.ObjectOp
stock
PathScripts.PathOp.ObjectOp
stockBB
PathScripts.PathAreaOp.ObjectOp
tempObjectNames
PathScripts.PathAreaOp.ObjectOp
tmpGrp
PathScripts.PathProfile.ObjectProfile
tool
PathScripts.PathOp.ObjectOp
updateDepths
(self, obj, ignoreErrors=False)
PathScripts.PathOp.ObjectOp
useComp
PathScripts.PathProfile.ObjectProfile
useTempJobClones
(self, cloneName)
PathScripts.PathAreaOp.ObjectOp
vertFeed
PathScripts.PathOp.ObjectOp
vertRapid
PathScripts.PathOp.ObjectOp
visualAxis
(self)
PathScripts.PathAreaOp.ObjectOp
warnDisabledAxis
(self, obj, axis, sub='')
PathScripts.PathAreaOp.ObjectOp
1.8.17
|
=============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
RobotGui
Module
List of all members
|
Public Member Functions
RobotGui::Module Class Reference
Public Member Functions
Module
()
virtual
~Module
()
Constructor & Destructor Documentation
β
Module()
RobotGui::Module::Module
(
)
β
~Module()
virtual RobotGui::Module::~Module
(
)
virtual
The documentation for this class was generated from the following file:
src/Mod/Robot/Gui/AppRobotGui.cpp
1.8.17
|
===================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
rotation_about_direction
automotive_design.rotation_about_direction Member List
This is the complete list of members for
automotive_design.rotation_about_direction
, including all inherited members.
direction_of_axis
automotive_design.rotation_about_direction
direction_of_axis
()
automotive_design.rotation_about_direction
rotation_angle
automotive_design.rotation_about_direction
rotation_angle
()
automotive_design.rotation_about_direction
wr1
(self)
automotive_design.rotation_about_direction
1.8.17
|
======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifcedgeloop
ifc4.ifcedgeloop Member List
This is the complete list of members for
ifc4.ifcedgeloop
, including all inherited members.
edgelist
ifc4.ifcedgeloop
edgelist
()
ifc4.ifcedgeloop
edgestart
ifc4.ifcedgeloop
isclosed
(self)
ifc4.ifcedgeloop
iscontinuous
(self)
ifc4.ifcedgeloop
layerassignment
()
ifc4.ifcrepresentationitem
ne
()
ifc4.ifcedgeloop
styledbyitem
()
ifc4.ifcrepresentationitem
1.8.17
|
==============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ClipperLib
Join
List of all members
|
Public Attributes
ClipperLib::Join Struct Reference
Public Attributes
IntPoint
OffPt
OutPt
*
OutPt1
OutPt
*
OutPt2
Member Data Documentation
β
OffPt
IntPoint
ClipperLib::Join::OffPt
β
OutPt1
OutPt
* ClipperLib::Join::OutPt1
β
OutPt2
OutPt
* ClipperLib::Join::OutPt2
The documentation for this struct was generated from the following file:
src/Mod/Path/libarea/clipper.cpp
1.8.17
|
=============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Sandbox
PythonBaseClass
Sandbox::PythonBaseClass Member List
This is the complete list of members for
Sandbox::PythonBaseClass
, including all inherited members.
getattro
(const Py::String &name_)
Sandbox::PythonBaseClass
init_type
(void)
Sandbox::PythonBaseClass
static
m_array
Sandbox::PythonBaseClass
m_value
Sandbox::PythonBaseClass
PythonBaseClass
(Py::PythonClassInstance *self, Py::Tuple &args, Py::Dict &kwds)
Sandbox::PythonBaseClass
PythonBaseClass_func_keyword
(const Py::Tuple &args, const Py::Dict &kwds)
Sandbox::PythonBaseClass
PythonBaseClass_func_noargs
(void)
Sandbox::PythonBaseClass
PythonBaseClass_func_noargs_raise_exception
(void)
Sandbox::PythonBaseClass
PythonBaseClass_func_varargs
(const Py::Tuple &args)
Sandbox::PythonBaseClass
sequence_ass_item
(Py_ssize_t i, const Py::Object &o)
Sandbox::PythonBaseClass
virtual
sequence_ass_slice
(Py_ssize_t, Py_ssize_t, const Py::Object &)
Sandbox::PythonBaseClass
virtual
sequence_concat
(const Py::Object &)
Sandbox::PythonBaseClass
virtual
sequence_item
(Py_ssize_t i)
Sandbox::PythonBaseClass
virtual
sequence_length
()
Sandbox::PythonBaseClass
virtual
sequence_repeat
(Py_ssize_t)
Sandbox::PythonBaseClass
virtual
sequence_slice
(Py_ssize_t, Py_ssize_t)
Sandbox::PythonBaseClass
virtual
setattro
(const Py::String &name_, const Py::Object &value)
Sandbox::PythonBaseClass
~PythonBaseClass
()
Sandbox::PythonBaseClass
virtual
1.8.17
|
==============================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
colour_specification
automotive_design.colour_specification Member List
This is the complete list of members for
automotive_design.colour_specification
, including all inherited members.
name
automotive_design.colour_specification
name
()
automotive_design.colour_specification
1.8.17
|
===================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
date_role
automotive_design.date_role Member List
This is the complete list of members for
automotive_design.date_role
, including all inherited members.
description
()
automotive_design.date_role
name
automotive_design.date_role
name
()
automotive_design.date_role
wr1
(self)
automotive_design.date_role
1.8.17
|
============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcsite
List of all members
|
Public Member Functions
|
Public Attributes
ifc2x3.ifcsite Class Reference
Public Member Functions
def
landtitlenumber
()
def
refelevation
()
def
reflatitude
()
def
reflongitude
()
def
siteaddress
()
Public Member Functions inherited from
ifc2x3.ifcspatialstructureelement
def
compositiontype
()
def
containselements
()
def
longname
()
def
referenceselements
()
def
servicedbysystems
()
def
wr41
(self)
Public Member Functions inherited from
ifc2x3.ifcproduct
def
objectplacement
()
def
referencedby
()
def
representation
()
def
wr1
(self)
Public Member Functions inherited from
ifc2x3.ifcobject
def
isdefinedby
()
def
objecttype
()
Public Member Functions inherited from
ifc2x3.ifcobjectdefinition
def
decomposes
()
def
hasassignments
()
def
hasassociations
()
def
isdecomposedby
()
Public Member Functions inherited from
ifc2x3.ifcroot
def
description
()
def
globalid
()
def
name
()
def
ownerhistory
()
Public Attributes
landtitlenumber
refelevation
reflatitude
reflongitude
siteaddress
Public Attributes inherited from
ifc2x3.ifcspatialstructureelement
compositiontype
longname
Public Attributes inherited from
ifc2x3.ifcproduct
objectplacement
representation
Public Attributes inherited from
ifc2x3.ifcobject
objecttype
Public Attributes inherited from
ifc2x3.ifcroot
description
globalid
name
ownerhistory
Detailed Description
Entity ifcsite definition.
:param reflatitude
:type reflatitude:LIST(3,4,'INTEGER', scope = schema_scope)
:param reflongitude
:type reflongitude:LIST(3,4,'INTEGER', scope = schema_scope)
:param refelevation
:type refelevation:ifclengthmeasure
:param landtitlenumber
:type landtitlenumber:ifclabel
:param siteaddress
:type siteaddress:ifcpostaladdress
Member Function Documentation
β
landtitlenumber()
def ifc2x3.ifcsite.landtitlenumber
(
)
References ifc2x3.ifcsite._landtitlenumber, and
ifc2x3.ifcsite.landtitlenumber
.
β
refelevation()
def ifc2x3.ifcsite.refelevation
(
)
References ifc2x3.ifcsite._refelevation, and
ifc2x3.ifcsite.refelevation
.
β
reflatitude()
def ifc2x3.ifcsite.reflatitude
(
)
References ifc2x3.ifcsite._reflatitude, and
ifc2x3.ifcsite.reflatitude
.
β
reflongitude()
def ifc2x3.ifcsite.reflongitude
(
)
References ifc2x3.ifcsite._reflongitude, and
ifc2x3.ifcsite.reflongitude
.
β
siteaddress()
def ifc2x3.ifcsite.siteaddress
(
)
References ifc2x3.ifcsite._siteaddress, and
ifc2x3.ifcsite.siteaddress
.
Member Data Documentation
β
landtitlenumber
ifc2x3.ifcsite.landtitlenumber
Referenced by
ifc2x3.ifcsite.landtitlenumber()
.
β
refelevation
ifc2x3.ifcsite.refelevation
Referenced by
ifc2x3.ifcsite.refelevation()
.
β
reflatitude
ifc2x3.ifcsite.reflatitude
Referenced by
ifc2x3.ifcsite.reflatitude()
.
β
reflongitude
ifc2x3.ifcsite.reflongitude
Referenced by
ifc2x3.ifcsite.reflongitude()
.
β
siteaddress
ifc2x3.ifcsite.siteaddress
Referenced by
ifc2x3.ifcsite.siteaddress()
.
The documentation for this class was generated from the following file:
src/Mod/Import/App/ifc2x3.py
1.8.17
|
==========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifcboundedcurve
ifc4.ifcboundedcurve Member List
This is the complete list of members for
ifc4.ifcboundedcurve
, including all inherited members.
dim
()
ifc4.ifccurve
layerassignment
()
ifc4.ifcrepresentationitem
styledbyitem
()
ifc4.ifcrepresentationitem
1.8.17
|
==========================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
MenuItem
List of all members
|
Public Member Functions
Gui::MenuItem Class Reference
#include <MenuManager.h>
Public Member Functions
MenuItem
*
afterItem
(
MenuItem
*) const
void
appendItem
(
MenuItem
*)
void
clear
()
std::string
command
() const
MenuItem
*
copy
() const
uint
count
() const
MenuItem
*
findItem
(const std::string &)
QList<
MenuItem
* >
getItems
() const
bool
hasItems
() const
bool
insertItem
(
MenuItem
*,
MenuItem
*)
MenuItem
()
MenuItem
(
MenuItem
*)
MenuItem
&
operator<<
(const std::string &
command
)
MenuItem
&
operator<<
(
MenuItem
*item)
void
removeItem
(
MenuItem
*)
void
setCommand
(const std::string &)
~MenuItem
()
Constructor & Destructor Documentation
β
MenuItem()
[1/2]
MenuItem::MenuItem
(
)
Referenced by
copy()
, and
operator<<()
.
β
MenuItem()
[2/2]
MenuItem::MenuItem
(
MenuItem
*
item
)
References
appendItem()
.
β
~MenuItem()
MenuItem::~MenuItem
(
)
References
clear()
.
Member Function Documentation
β
afterItem()
MenuItem
* MenuItem::afterItem
(
MenuItem
*
item
)
const
β
appendItem()
void MenuItem::appendItem
(
MenuItem
*
item
)
Referenced by
copy()
,
MenuItem()
,
operator<<()
, and
Gui::PythonBaseWorkbench::setupContextMenu()
.
β
clear()
void MenuItem::clear
(
)
Referenced by
~MenuItem()
.
β
command()
std::string MenuItem::command
(
)
const
Referenced by
copy()
, and
operator<<()
.
β
copy()
MenuItem
* MenuItem::copy
(
)
const
References
appendItem()
,
command()
,
getItems()
,
MenuItem()
, and
setCommand()
.
Referenced by
Gui::PythonBaseWorkbench::setupMenuBar()
, and
Gui::PythonWorkbench::setupMenuBar()
.
β
count()
uint MenuItem::count
(
)
const
β
findItem()
MenuItem
* MenuItem::findItem
(
const std::string &
name
)
Referenced by
Gui::PythonBaseWorkbench::appendContextMenu()
,
Gui::PythonBaseWorkbench::appendMenu()
,
Gui::PythonBaseWorkbench::removeContextMenu()
,
Gui::PythonBaseWorkbench::removeMenu()
,
SpreadsheetGui::Workbench::setupMenuBar()
,
PartDesignGui::Workbench::setupMenuBar()
,
SurfaceGui::Workbench::setupMenuBar()
,
InspectionGui::Workbench::setupMenuBar()
,
SandboxGui::Workbench::setupMenuBar()
,
PartGui::Workbench::setupMenuBar()
,
TechDrawGui::Workbench::setupMenuBar()
,
DrawingGui::Workbench::setupMenuBar()
,
RaytracingGui::Workbench::setupMenuBar()
,
ReverseEngineeringGui::Workbench::setupMenuBar()
,
FemGui::Workbench::setupMenuBar()
,
PointsGui::Workbench::setupMenuBar()
,
SketcherGui::Workbench::setupMenuBar()
,
MeshGui::Workbench::setupMenuBar()
,
RobotGui::Workbench::setupMenuBar()
, and
Gui::TestWorkbench::setupMenuBar()
.
β
getItems()
QList<
MenuItem
* > MenuItem::getItems
(
)
const
Referenced by
copy()
,
Gui::MainWindow::createPopupMenu()
,
Gui::Workbench::listMenus()
, and
Gui::MenuManager::setup()
.
β
hasItems()
bool
MenuItem::hasItems
(
)
const
Referenced by
Gui::MainWindow::createPopupMenu()
, and
PartDesignGui::Workbench::setupContextMenu()
.
β
insertItem()
bool
MenuItem::insertItem
(
MenuItem
*
before
,
MenuItem
*
item
)
Referenced by
Gui::PythonBaseWorkbench::appendMenu()
,
SpreadsheetGui::Workbench::setupMenuBar()
,
PartDesignGui::Workbench::setupMenuBar()
,
InspectionGui::Workbench::setupMenuBar()
,
SurfaceGui::Workbench::setupMenuBar()
,
PartGui::Workbench::setupMenuBar()
,
RaytracingGui::Workbench::setupMenuBar()
,
ReverseEngineeringGui::Workbench::setupMenuBar()
,
TechDrawGui::Workbench::setupMenuBar()
,
SandboxGui::Workbench::setupMenuBar()
,
DrawingGui::Workbench::setupMenuBar()
,
SketcherGui::Workbench::setupMenuBar()
,
PointsGui::Workbench::setupMenuBar()
,
FemGui::Workbench::setupMenuBar()
,
MeshGui::Workbench::setupMenuBar()
,
RobotGui::Workbench::setupMenuBar()
, and
Gui::TestWorkbench::setupMenuBar()
.
β
operator<<()
[1/2]
MenuItem
& MenuItem::operator<<
(
const std::string &
command
)
References
command()
,
MenuItem()
, and
setCommand()
.
β
operator<<()
[2/2]
MenuItem
& MenuItem::operator<<
(
MenuItem
*
item
)
References
appendItem()
.
β
removeItem()
void MenuItem::removeItem
(
MenuItem
*
item
)
Referenced by
Gui::PythonBaseWorkbench::removeContextMenu()
,
Gui::PythonBaseWorkbench::removeMenu()
, and
Gui::TestWorkbench::setupMenuBar()
.
β
setCommand()
void MenuItem::setCommand
(
const std::string &
name
)
Referenced by
Gui::PythonBaseWorkbench::appendContextMenu()
,
Gui::PythonBaseWorkbench::appendMenu()
,
copy()
,
Gui::Workbench::createLinkMenu()
,
SketcherGui::ViewProviderSketch::mouseButtonPressed()
,
operator<<()
,
Gui::StdWorkbench::setupContextMenu()
,
SpreadsheetGui::Workbench::setupMenuBar()
,
PartDesignGui::Workbench::setupMenuBar()
,
SurfaceGui::Workbench::setupMenuBar()
,
InspectionGui::Workbench::setupMenuBar()
,
RaytracingGui::Workbench::setupMenuBar()
,
TechDrawGui::Workbench::setupMenuBar()
,
SandboxGui::Workbench::setupMenuBar()
,
ReverseEngineeringGui::Workbench::setupMenuBar()
,
DrawingGui::Workbench::setupMenuBar()
,
PartGui::Workbench::setupMenuBar()
,
FemGui::Workbench::setupMenuBar()
,
SketcherGui::Workbench::setupMenuBar()
,
PointsGui::Workbench::setupMenuBar()
,
MeshGui::Workbench::setupMenuBar()
,
RobotGui::Workbench::setupMenuBar()
,
Gui::StdWorkbench::setupMenuBar()
,
Gui::NoneWorkbench::setupMenuBar()
, and
Gui::TestWorkbench::setupMenuBar()
.
The documentation for this class was generated from the following files:
src/Gui/MenuManager.h
src/Gui/MenuManager.cpp
1.8.17
|
========================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PathScripts
PathProfileEdgesGui
TaskPanelOpPage
PathScripts.PathProfileEdgesGui.TaskPanelOpPage Member List
This is the complete list of members for
PathScripts.PathProfileEdgesGui.TaskPanelOpPage
, including all inherited members.
cleanupPage
(self, obj)
PathScripts.PathOpGui.TaskPanelPage
features
PathScripts.PathOpGui.TaskPanelPage
form
PathScripts.PathOpGui.TaskPanelPage
getFields
(self, obj)
PathScripts.PathProfileGui.TaskPanelOpPage
getForm
(self)
PathScripts.PathProfileGui.TaskPanelOpPage
getIcon
(self, obj)
PathScripts.PathOpGui.TaskPanelPage
getSignalsForUpdate
(self, obj)
PathScripts.PathProfileGui.TaskPanelOpPage
getTitle
(self, obj)
PathScripts.PathOpGui.TaskPanelPage
icon
PathScripts.PathOpGui.TaskPanelPage
initPage
(self, obj)
PathScripts.PathProfileGui.TaskPanelOpPage
isdirty
PathScripts.PathOpGui.TaskPanelPage
job
PathScripts.PathOpGui.TaskPanelPage
modifyStandardButtons
(self, buttonBox)
PathScripts.PathOpGui.TaskPanelPage
obj
PathScripts.PathOpGui.TaskPanelPage
onDirtyChanged
(self, callback)
PathScripts.PathOpGui.TaskPanelPage
pageCleanup
(self)
PathScripts.PathOpGui.TaskPanelPage
pageGetFields
(self)
PathScripts.PathOpGui.TaskPanelPage
pageRegisterSignalHandlers
(self)
PathScripts.PathOpGui.TaskPanelPage
pageSetFields
(self)
PathScripts.PathOpGui.TaskPanelPage
pageUpdateData
(self, obj, prop)
PathScripts.PathOpGui.TaskPanelPage
panelTitle
PathScripts.PathOpGui.TaskPanelPage
parent
PathScripts.PathOpGui.TaskPanelPage
profileFeatures
(self)
PathScripts.PathProfileGui.TaskPanelOpPage
registerSignalHandlers
(self, obj)
PathScripts.PathProfileGui.TaskPanelOpPage
selectInComboBox
(self, name, combo)
PathScripts.PathOpGui.TaskPanelPage
setClean
(self)
PathScripts.PathOpGui.TaskPanelPage
setDirty
(self)
PathScripts.PathOpGui.TaskPanelPage
setFields
(self, obj)
PathScripts.PathProfileGui.TaskPanelOpPage
setIcon
(self, icon)
PathScripts.PathOpGui.TaskPanelPage
setParent
(self, parent)
PathScripts.PathOpGui.TaskPanelPage
setTitle
(self, title)
PathScripts.PathOpGui.TaskPanelPage
setupCoolant
(self, obj, combo)
PathScripts.PathOpGui.TaskPanelPage
setupToolController
(self, obj, combo)
PathScripts.PathOpGui.TaskPanelPage
signalDirtyChanged
PathScripts.PathOpGui.TaskPanelPage
title
PathScripts.PathOpGui.TaskPanelPage
updateCoolant
(self, obj, combo)
PathScripts.PathOpGui.TaskPanelPage
updateData
(self, obj, prop)
PathScripts.PathOpGui.TaskPanelPage
updatePanelVisibility
(self, panelTitle, obj)
PathScripts.PathOpGui.TaskPanelPage
updateSelection
(self, obj, sel)
PathScripts.PathOpGui.TaskPanelPage
updateToolController
(self, obj, combo)
PathScripts.PathOpGui.TaskPanelPage
updateVisibility
(self)
PathScripts.PathProfileGui.TaskPanelOpPage
1.8.17
|
============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifcvirtualelement
ifc4.ifcvirtualelement Member List
This is the complete list of members for
ifc4.ifcvirtualelement
, including all inherited members.
connectedfrom
()
ifc4.ifcelement
connectedto
()
ifc4.ifcelement
containedinstructure
()
ifc4.ifcelement
declares
()
ifc4.ifcobject
decomposes
()
ifc4.ifcobjectdefinition
description
ifc4.ifcroot
description
()
ifc4.ifcroot
fillsvoids
()
ifc4.ifcelement
globalid
ifc4.ifcroot
globalid
()
ifc4.ifcroot
hasassignments
()
ifc4.ifcobjectdefinition
hasassociations
()
ifc4.ifcobjectdefinition
hascontext
()
ifc4.ifcobjectdefinition
hasopenings
()
ifc4.ifcelement
hasprojections
()
ifc4.ifcelement
interfereselements
()
ifc4.ifcelement
isconnectionrealization
()
ifc4.ifcelement
isdeclaredby
()
ifc4.ifcobject
isdecomposedby
()
ifc4.ifcobjectdefinition
isdefinedby
()
ifc4.ifcobject
isinterferedbyelements
()
ifc4.ifcelement
isnestedby
()
ifc4.ifcobjectdefinition
istypedby
()
ifc4.ifcobject
name
ifc4.ifcroot
name
()
ifc4.ifcroot
nests
()
ifc4.ifcobjectdefinition
objectplacement
ifc4.ifcproduct
objectplacement
()
ifc4.ifcproduct
objecttype
ifc4.ifcobject
objecttype
()
ifc4.ifcobject
ownerhistory
ifc4.ifcroot
ownerhistory
()
ifc4.ifcroot
placementforshaperepresentation
(self)
ifc4.ifcproduct
providesboundaries
()
ifc4.ifcelement
referencedby
()
ifc4.ifcproduct
referencedinstructures
()
ifc4.ifcelement
representation
ifc4.ifcproduct
representation
()
ifc4.ifcproduct
tag
ifc4.ifcelement
tag
()
ifc4.ifcelement
1.8.17
|
====================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Base
SequencerLauncher
List of all members
|
Public Member Functions
Base::SequencerLauncher Class Reference
The
SequencerLauncher
class is provided for convenience.
More...
#include <Sequencer.h>
Public Member Functions
bool
next
(
bool
canAbort=false)
size_t
numberOfSteps
() const
SequencerLauncher
(const char *pszStr, size_t steps)
void
setProgress
(size_t)
void
setText
(const char *pszTxt)
bool
wasCanceled
() const
~SequencerLauncher
()
Detailed Description
The
SequencerLauncher
class is provided for convenience.
It allows you to run an instance of the sequencer by instantiating an object of this class β most suitable on the stack. So this mechanism can be used for try-catch-blocks to destroy the object automatically if the C++ exception mechanism cleans up the stack.
This class has been introduced to simplify the use with the sequencer. In the FreeCAD
Gui
layer there is a subclass of
SequencerBase
called ProgressBar that grabs the keyboard and filters most of the incoming events. If the programmer uses the API of
SequencerBase
directly to start an instance without due diligence with exceptions then a not handled exception could block the whole application β the user has to kill the application then.
Below is an example of a not correctly used sequencer.
#include <Base/Sequencer.h>
void
runOperation();
void
myTest()
{
try
{
runOperation();
}
catch
(...) {
// the programmer forgot to stop the sequencer here
// Under circumstances the sequencer never gets stopped so the keyboard never gets ungrabbed and
// all Gui events still gets filtered.
}
}
void
runOperation()
{
Base::Sequencer
().
start
(
"my text"
, 10);
for
(
int
i=0;
i
<10;
i
++)
{
// do something where an exception be thrown
...
Base::Sequencer
().
next
();
}
Base::Sequencer
().
stop
();
}
To avoid such problems the
SequencerLauncher
class can be used as follows:
#include <Base/Sequencer.h>
void
runOperation();
void
myTest()
{
try
{
runOperation();
}
catch
(...) {
// the programmer forgot to halt the sequencer here
// If SequencerLauncher leaves its scope the object gets destructed automatically and
// stops the running sequencer.
}
}
void
runOperation()
{
// create an instance on the stack (not on any terms on the heap)
SequencerLauncher
seq(
"my text"
, 10);
for
(
int
i=0;
i
<10;
i
++)
{
// do something (e.g. here can be thrown an exception)
...
seq.next ();
}
}
Author
Werner Mayer
Constructor & Destructor Documentation
β
SequencerLauncher()
SequencerLauncher::SequencerLauncher
(
const char *
pszStr
,
size_t
steps
)
References
Base::SequencerBase::Instance()
,
Base::SequencerP::mutex
, and
Base::SequencerBase::start()
.
β
~SequencerLauncher()
SequencerLauncher::~SequencerLauncher
(
)
References
Base::SequencerBase::Instance()
,
Base::SequencerP::mutex
, and
Base::SequencerBase::stop()
.
Member Function Documentation
β
next()
bool
SequencerLauncher::next
(
bool
canAbort
=
false
)
References
Base::SequencerBase::Instance()
,
Base::SequencerP::mutex
, and
Base::SequencerBase::next()
.
Referenced by
CmdTestProgress1::activated()
,
CmdTestProgress2::activated()
,
CmdTestProgress3::activated()
,
CmdTestProgress4::activated()
,
PartGui::CrossSections::apply()
,
Reen::BSplineParameterCorrection::CalcFirstSmoothMatrix()
,
Reen::BSplineParameterCorrection::CalcSecondSmoothMatrix()
,
Reen::BSplineParameterCorrection::CalcThirdSmoothMatrix()
,
MeshCore::MeshTrimming::CheckFacets()
,
MeshCore::MeshAlgorithm::CheckFacets()
,
MeshCore::MeshCurvature::ComputePerFace()
,
Reen::BSplineParameterCorrection::DoParameterCorrection()
,
MeshCore::MeshEvalTopology::Evaluate()
,
MeshCore::MeshEvalSelfIntersection::Evaluate()
,
MeshCore::MeshEvalNeighbourhood::Evaluate()
,
Robot::Edge2TracObject::execute()
,
Inspection::Feature::execute()
,
MeshCore::MeshAlgorithm::GetFacetsFromToolMesh()
,
MeshCore::MeshEvalNeighbourhood::GetIndices()
,
MeshCore::MeshEvalSelfIntersection::GetIntersections()
,
Part::ImportIgesParts()
,
Points::PointsAlgos::LoadAscii()
,
MeshCore::MeshInput::LoadInventor()
,
MeshPart::CurveProjectorWithToolMesh::makeToolMesh()
,
App::Application::openDocuments()
,
MeshPart::CurveProjectorSimple::projectCurve()
,
MeshPart::MeshProjection::projectEdgeToEdge()
,
MeshPart::MeshProjection::projectOnMesh()
,
MeshPart::MeshProjection::projectParallelToMesh()
,
MeshPart::MeshProjection::projectToMesh()
,
Base::XMLReader::readFiles()
,
App::Document::recompute()
,
Sandbox::WorkerThread::run()
,
BarThread::run()
,
MeshCore::MeshOutput::SaveAsciiSTL()
,
MeshCore::MeshOutput::SaveBinarySTL()
,
MeshCore::MeshOutput::SaveInventor()
,
MeshCore::MeshOutput::SaveNastran()
,
MeshCore::MeshOutput::SaveOBJ()
,
MeshCore::MeshOutput::SaveOFF()
,
MeshCore::MeshOutput::SaveSMF()
,
MeshCore::MeshOutput::SaveVRML()
,
MeshCore::MeshTrimming::TrimFacets()
,
Raytracing::LuxTools::writeShape()
,
Raytracing::PovTools::writeShape()
, and
Raytracing::PovTools::writeShapeCSV()
.
β
numberOfSteps()
size_t SequencerLauncher::numberOfSteps
(
)
const
References
Base::SequencerBase::Instance()
,
Base::SequencerP::mutex
, and
Base::SequencerBase::numberOfSteps()
.
β
setProgress()
void SequencerLauncher::setProgress
(
size_t
pos
)
References
Base::SequencerBase::Instance()
,
Base::SequencerP::mutex
, and
Base::SequencerBase::setProgress()
.
β
setText()
void SequencerLauncher::setText
(
const char *
pszTxt
)
References
Base::SequencerBase::Instance()
,
Base::SequencerP::mutex
, and
Base::SequencerBase::setText()
.
β
wasCanceled()
bool
SequencerLauncher::wasCanceled
(
)
const
References
Base::SequencerBase::Instance()
, and
Base::SequencerBase::wasCanceled()
.
The documentation for this class was generated from the following files:
src/Base/Sequencer.h
src/Base/Sequencer.cpp
Base::SequencerBase::start
bool start(const char *pszStr, size_t steps)
Starts a new operation, returns false if there is already a pending operation, otherwise it returns t...
Definition:
Sequencer.cpp:94
Base::SequencerBase::next
bool next(bool canAbort=false)
Performs the next step and returns true if the operation is not yet finished.
Definition:
Sequencer.cpp:121
SplineSurface.i
int i
Definition:
SplineSurface.py:40
Base::SequencerBase::stop
bool stop()
Stops the sequencer if all operations are finished.
Definition:
Sequencer.cpp:147
Base::Sequencer
SequencerBase & Sequencer()
Access to the only SequencerBase instance.
Definition:
Sequencer.h:400
Base::SequencerLauncher::SequencerLauncher
SequencerLauncher(const char *pszStr, size_t steps)
Definition:
Sequencer.cpp:261
1.8.17
|
================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
MeshPartGui
Module
List of all members
|
Public Member Functions
MeshPartGui::Module Class Reference
Public Member Functions
Module
()
virtual
~Module
()
Constructor & Destructor Documentation
β
Module()
MeshPartGui::Module::Module
(
)
β
~Module()
virtual MeshPartGui::Module::~Module
(
)
virtual
The documentation for this class was generated from the following file:
src/Mod/MeshPart/Gui/AppMeshPartGui.cpp
1.8.17
|
=========================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
config_control_design
local_time
config_control_design.local_time Member List
This is the complete list of members for
config_control_design.local_time
, including all inherited members.
hour_component
config_control_design.local_time
hour_component
()
config_control_design.local_time
minute_component
config_control_design.local_time
minute_component
()
config_control_design.local_time
second_component
config_control_design.local_time
second_component
()
config_control_design.local_time
wr1
(self)
config_control_design.local_time
zone
config_control_design.local_time
zone
()
config_control_design.local_time
1.8.17
|
===================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Data
ComplexGeoData
Facet
Data::ComplexGeoData::Facet Member List
This is the complete list of members for
Data::ComplexGeoData::Facet
, including all inherited members.
I1
Data::ComplexGeoData::Facet
I2
Data::ComplexGeoData::Facet
I3
Data::ComplexGeoData::Facet
1.8.17
|
=====================================================================================================================
Index
Modules Hierarchy
Alphabetical list
List of all members
|
Public Attributes
ItemInfo2 Struct Reference
Public Attributes
std::string
doc
std::string
obj
std::string
parent
std::string
parentDoc
std::string
topDoc
std::string
topObj
std::string
topSubname
Member Data Documentation
β
doc
std::string ItemInfo2::doc
Referenced by
draftguitools.gui_lineslope.LineSlope::accept()
,
draftguitools.gui_dimensions.Dimension::action()
,
draftguitools.gui_splines.BSpline::Activated()
,
draftguitools.gui_heal.Heal::Activated()
,
draftguitools.gui_lines.Line::Activated()
,
draftguitools.gui_dimension_ops.FlipDimension::Activated()
,
draftguitools.gui_wire2spline.WireToBSpline::Activated()
,
draftguitools.gui_beziers.BezCurve::Activated()
,
draftguitools.gui_base.GuiCommandSimplest::Activated()
,
draftguitools.gui_beziers.CubicBezCurve::Activated()
,
draftguitools.gui_groups.AddToConstruction::Activated()
,
WorkingPlane.Plane::alignToPointAndAxis()
,
WorkingPlane.Plane::alignToPointAndAxis_SVG()
,
Mod.Show.SceneDetails.Pickability.Pickability::apply_data()
,
Mod.Show.SceneDetails.VProperty.VProperty::apply_data()
,
Mod.Show.SceneDetails.ClipPlane.ClipPlane::apply_data()
,
Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane::apply_data()
,
importSVG.svgHandler::characters()
,
draftguitools.gui_drawing.Drawing::createDefaultPage()
,
draftguitools.gui_fillets.Fillet::draw_arc()
,
importSVG.svgHandler::endElement()
,
draftguitools.gui_polygons.Polygon::finish()
,
draftguitools.gui_arcs.Arc::finish()
,
draftguitools.gui_splines.BSpline::finish()
,
draftguitools.gui_beziers.BezCurve::finish()
,
draftguitools.gui_fillets.Fillet::finish()
,
draftguitools.gui_rotate.Rotate::finish()
,
draftguitools.gui_beziers.CubicBezCurve::finish()
,
Mod.Show.SceneDetail.SceneDetail::full_key()
,
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor::get_annotations()
,
draftguitools.gui_arcs.Arc_3Points::getPoint()
,
importIFClegacy.IfcEntity::getProperties()
,
importIFClegacy.IfcEntity::getProperty()
,
draftguitools.gui_groups.AddToGroup::proceed()
,
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor::read_meta()
,
draftguitools.gui_trimex.Trimex::redraw()
,
draftguitools.gui_lines.Line::removeTemporaryObject()
,
WorkingPlane.Plane::reset()
,
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor::save_meta()
,
Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane::scene_value()
,
Mod.Show.SceneDetails.VProperty.VProperty::scene_value()
,
Mod.Show.SceneDetails.Pickability.Pickability::scene_value()
,
Mod.Show.SceneDetail.SceneDetail::set_doc()
,
PathTests.TestPathToolController.TestPathToolController::tearDown()
,
PathTests.TestPathHelix.TestPathHelix::tearDown()
,
PathTests.TestPathSetupSheet.TestPathSetupSheet::tearDown()
,
drafttests.test_creation.DraftCreation::tearDown()
,
TestSpreadsheet.SpreadsheetCases::tearDown()
,
PathTests.TestPathUtil.TestPathUtil::test00()
,
PathTests.TestPathSetupSheet.TestPathSetupSheet::test00()
,
PathTests.TestPathUtil.TestPathUtil::test01()
,
PathTests.TestPathSetupSheet.TestPathSetupSheet::test01()
,
PathTests.TestPathUtil.TestPathUtil::test02()
,
PathTests.TestPathUtil.TestPathUtil::test03()
,
PathTests.TestPathHelix.TestPathHelix::test03()
,
PathTests.TestPathUtil.TestPathUtil::test04()
,
PathTests.TestPathHelix.TestPathHelix::test04()
,
PathTests.TestPathSetupSheet.TestPathSetupSheet::test13()
,
drafttests.test_creation.DraftCreation::test_dimension_radial()
,
drafttests.test_creation.DraftCreation::test_facebinder()
,
drafttests.test_creation.DraftCreation::test_fillet()
,
drafttests.test_creation.DraftCreation::test_label()
,
TestSpreadsheet.SpreadsheetCases::testAggregates()
,
TestSpreadsheet.SpreadsheetCases::testAlias()
,
TestSpreadsheet.SpreadsheetCases::testAmbiguousAlias()
,
TestSpreadsheet.SpreadsheetCases::testClearAlias()
,
TestSpreadsheet.SpreadsheetCases::testCrossDocumentLinks()
,
TestSpreadsheet.SpreadsheetCases::testFunctions()
,
TestSpreadsheet.SpreadsheetCases::testInsertRows()
,
TestSpreadsheet.SpreadsheetCases::testInvoluteGear()
,
TestSpreadsheet.SpreadsheetCases::testIssue3128()
,
TestSpreadsheet.SpreadsheetCases::testIssue3225()
,
TestSpreadsheet.SpreadsheetCases::testIssue3363()
,
TestSpreadsheet.SpreadsheetCases::testIssue3432()
,
TestSpreadsheet.SpreadsheetCases::testMatrix()
,
TestSpreadsheet.SpreadsheetCases::testNumbers()
,
TestSpreadsheet.SpreadsheetCases::testPlacementName()
,
TestSpreadsheet.SpreadsheetCases::testPrecedence()
,
TestSpreadsheet.SpreadsheetCases::testRelationalOperators()
,
TestSpreadsheet.SpreadsheetCases::testRemoveRows()
,
TestSpreadsheet.SpreadsheetCases::testRenameAlias()
,
TestSpreadsheet.SpreadsheetCases::testRenameAlias2()
,
TestSpreadsheet.SpreadsheetCases::testRenameAlias3()
,
TestSpreadsheet.SpreadsheetCases::testSetInvalidAlias()
,
TestSpreadsheet.SpreadsheetCases::testSetInvalidAlias2()
,
TestSpreadsheet.SpreadsheetCases::testSketcher()
,
TestSpreadsheet.SpreadsheetCases::testUnits()
,
draftguitools.gui_trimex.Trimex::trimObject()
,
draftguitools.gui_trimex.Trimex::trimObjects()
,
Mod.PartDesign.WizardShaft.Shaft.Shaft::updateConstraint()
,
Mod.PartDesign.WizardShaft.Shaft.Shaft::updateEdge()
, and
Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane::val()
.
β
obj
std::string ItemInfo2::obj
Referenced by
shipOutlineDraw.TaskPanel.TaskPanel::accept()
,
femtaskpanels.task_element_geometry2D._TaskPanel::accept()
,
femtaskpanels.task_constraint_tie._TaskPanel::accept()
,
femtaskpanels.task_element_rotation1D._TaskPanel::accept()
,
femtaskpanels.task_mesh_region._TaskPanel::accept()
,
femtaskpanels.task_mesh_group._TaskPanel::accept()
,
femtaskpanels.task_mesh_boundarylayer._TaskPanel::accept()
,
femtaskpanels.task_element_geometry1D._TaskPanel::accept()
,
femtaskpanels.task_material_reinforced._TaskPanel::accept()
,
femtaskpanels.task_material_common._TaskPanel::accept()
,
PathScripts.PathSetupSheetGui.OpTaskPanel::accept()
,
femtaskpanels.task_element_fluid1D._TaskPanel::accept()
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel::accept()
,
ArchProfile.ProfileTaskPanel::accept()
,
ArchReference.ArchReferenceTaskPanel::accept()
,
ArchAxis.ArchGridTaskPanel::accept()
,
ArchComponent.ComponentTaskPanel::acceptIfcProperties()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage::addBase()
,
PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage::addBaseGeometry()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage::addBaseGeometry()
,
ArchSpace.SpaceTaskPanel::addBoundary()
,
ArchAxis.AxisSystemTaskPanel::addElement()
,
ArchSectionPlane.SectionPlaneTaskPanel::addElement()
,
ArchComponent.ComponentTaskPanel::addElement()
,
DraftGui.FacebinderTaskPanel::addElement()
,
PathScripts.PathOpGui.TaskPanelBaseLocationPage::addLocationAt()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel::addNewTagAt()
,
PathScripts.PathJob.ObjectJob::addOperation()
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel::addSelection()
,
PathScripts.PathJob.ObjectJob::addToolController()
,
PathScripts.PathJobGui.TaskPanel::alignCenterInStock()
,
PathScripts.PathJobGui.TaskPanel::alignCenterInStockXY()
,
PathScripts.PathJobGui.TaskPanel::alignSetOrigin()
,
PathScripts.PathJob.ObjectJob::allOperations()
,
PathScripts.PathDressupTagGui.PathDressupTagViewProvider::allow()
,
PathScripts.PathDressupDogbone.Bone::angle()
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel::ANSISizeChanged()
,
PathScripts.PathDressupTag.ObjectDressup::assignDefaultValues()
,
PathScripts.PathToolBitGui.ViewProvider::attach()
,
PathScripts.PathSetupSheetGui.ViewProvider::attach()
,
PathScripts.PathJobGui.ViewProvider::attach()
,
PathScripts.PathDressupAxisMap.ViewProviderDressup::attach()
,
PathScripts.PathDressupTagGui.PathDressupTagViewProvider::attach()
,
PathScripts.PathDressupLeadInOut.ViewProviderDressup::attach()
,
PathScripts.PathDressupRampEntry.ViewProviderDressup::attach()
,
PathScripts.PathDressupDogbone.ViewProviderDressup::attach()
,
ArchComponent.ComponentTaskPanel::check()
,
femtaskpanels.task_material_common._TaskPanel::check_material_keys()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage::checkedChanged()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit::checkXpos()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit::checkYpos()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit::checkZpos()
,
ArchReference.ArchReferenceTaskPanel::chooseFile()
,
Texture.ViewProviderTexture::claimChildren()
,
PathScripts.PathToolBitGui.ViewProvider::claimChildren()
,
PathScripts.PathDressupAxisMap.ViewProviderDressup::claimChildren()
,
PathScripts.PathDressupPathBoundaryGui.DressupPathBoundaryViewProvider::claimChildren()
,
PathScripts.PathJobGui.ViewProvider::claimChildren()
,
PathScripts.PathDressupZCorrect.ViewProviderDressup::claimChildren()
,
PathScripts.PathDressupTagGui.PathDressupTagViewProvider::claimChildren()
,
PathScripts.PathDressupLeadInOut.ViewProviderDressup::claimChildren()
,
PathScripts.PathDressupRampEntry.ViewProviderDressup::claimChildren()
,
PathScripts.PathDressupDogbone.ViewProviderDressup::claimChildren()
,
shipAreasCurve.Preview.Preview::clean()
,
shipOutlineDraw.Preview.Preview::clean()
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel::cleanup()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage::cleanupPage()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage::clearBase()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel::clicked()
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel::clicked()
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel::clicked()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel::copyNewTags()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage::createItemForBaseModel()
,
shipOutlineDraw.TaskPanel.TaskPanel::createPreview()
,
PathScripts.PathDressupHoldingTags.PathData::defaultTagHeight()
,
ArchSpace.SpaceTaskPanel::delBoundary()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage::deleteBase()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage::deleteBase()
,
PathScripts.PathDressupHoldingTags.ObjectTagDressup::doExecute()
,
draftguitools.gui_lines.Line::drawSegment()
,
draftguitools.gui_splines.BSpline::drawUpdate()
,
draftguitools.gui_beziers.BezCurve::drawUpdate()
,
draftguitools.gui_beziers.CubicBezCurve::drawUpdate()
,
ArchComponent.ComponentTaskPanel::editClass()
,
ArchComponent.ComponentTaskPanel::editIfcProperties()
,
PathScripts.PathJobGui.ViewProvider::editObject()
,
ArchComponent.ComponentTaskPanel::editObject()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel::editTagAt()
,
PathScripts.PathToolControllerGui.DlgToolControllerEdit::exec_()
,
PathScripts.PathDressupTag.ObjectDressup::execute()
,
ArchSchedule.ArchScheduleTaskPanel::export()
,
ArchSchedule.ArchScheduleTaskPanel::exportCSV()
,
ArchSchedule.ArchScheduleTaskPanel::exportMD()
,
PathScripts.PathSetupSheet.SetupSheet::expressionReference()
,
draftguitools.gui_splines.BSpline::finish()
,
draftguitools.gui_beziers.BezCurve::finish()
,
draftguitools.gui_edit.Edit::finish()
,
draftguitools.gui_beziers.CubicBezCurve::finish()
,
draftguitools.gui_trimex.Trimex::finish()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel::generateNewTags()
,
PathScripts.PathSurfaceSupport.PathGeometryGenerator::generatePathGeometry()
,
ArchSectionPlane.SectionPlaneTaskPanel::getBB()
,
PathScripts.PathJob.ObjectJob::getCycleTime()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel::getFields()
,
PathScripts.PathDressupZCorrect.TaskPanel::getFields()
,
PathScripts.PathToolControllerGui.TaskPanel::getFields()
,
PathScripts.PathSetupSheetGui.GlobalEditor::getFields()
,
PathScripts.PathJobGui.TaskPanel::getFields()
,
PathScripts.PathDressupDogbone.TaskPanel::getFields()
,
PathScripts.PathToolBitGui.ViewProvider::getIcon()
,
PathScripts.PathGetPoint.TaskPanel::getPoint()
,
ArchSchedule.ArchScheduleTaskPanel::getRows()
,
PathScripts.PathPocketShape.Extension::getSubLink()
,
PathScripts.PathPocketShape.Extension::getWire()
,
PathScripts.PathSetupSheet.SetupSheet::hasDefaultOperationDepths()
,
PathScripts.PathSetupSheet.SetupSheet::hasDefaultOperationHeights()
,
PathScripts.PathSetupSheet.SetupSheet::hasDefaultToolRapids()
,
ArchAxis.CommandArchGrid::IsActive()
,
PathScripts.PathJobGui.TaskPanel::jobModelEdit()
,
draftguitools.gui_edit.Edit::keyPressed()
,
PathScripts.PathJobGui.TaskPanel::modelSet0()
,
draftguitools.gui_edit.Edit::mousePressed()
,
draftguitools.gui_edit.Edit::numericInput()
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel::numTeethChanged()
,
PathScripts.PathDressupPathBoundary.DressupPathBoundary::onDcoumentRestored()
,
PathScripts.PathJobGui.ViewProvider::onDelete()
,
PathScripts.PathDressupTagGui.PathDressupTagViewProvider::onDelete()
,
PathScripts.PathDressupLeadInOut.ViewProviderDressup::onDelete()
,
PathScripts.PathDressupRampEntry.ViewProviderDressup::onDelete()
,
PathScripts.PathDressupHoldingTags.ObjectTagDressup::onDocumentRestored()
,
PathScripts.PathIconViewProvider.ViewProvider::onEdit()
,
shipOutlineDraw.TaskPanel.TaskPanel::onTableItem()
,
ArchReference.ArchReferenceTaskPanel::openFile()
,
PathScripts.PathSetupSheet.SetupSheet::operationsWithSettings()
,
draftguitools.gui_lines.Line::orientWP()
,
femtaskpanels.task_material_reinforced._TaskPanel::output_obj_mat_param()
,
PathScripts.PathOpGui.TaskPanelPage::pageCleanup()
,
PathScripts.PathOpGui.TaskPanelPage::pageGetFields()
,
PathScripts.PathOpGui.TaskPanelPage::pageRegisterSignalHandlers()
,
PathScripts.PathOpGui.TaskPanelPage::pageSetFields()
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel::parseAllRefLines()
,
PathScripts.PathSurfaceSupport.ProcessSelectedFaces::PathSurface()
,
PathScripts.PathSurfaceSupport.ProcessSelectedFaces::PathWaterline()
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel::pitchChanged()
,
PathScripts.PathGetPoint.TaskPanel::pointFinish()
,
PathScripts.PathJobGui.TaskPanel::preCleanup()
,
PathScripts.PathOpGui.TaskPanel::preCleanup()
,
PathScripts.PathSurfaceSupport.ProcessSelectedFaces::preProcessModel()
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel::readParameters()
,
ArchSectionPlane.SectionPlaneTaskPanel::recenter()
,
femtaskpanels.task_element_geometry2D._TaskPanel::recompute_and_set_back_all()
,
femtaskpanels.task_element_rotation1D._TaskPanel::recompute_and_set_back_all()
,
femtaskpanels.task_mesh_region._TaskPanel::recompute_and_set_back_all()
,
femtaskpanels.task_mesh_group._TaskPanel::recompute_and_set_back_all()
,
femtaskpanels.task_mesh_boundarylayer._TaskPanel::recompute_and_set_back_all()
,
femtaskpanels.task_constraint_tie._TaskPanel::recompute_and_set_back_all()
,
femtaskpanels.task_element_geometry1D._TaskPanel::recompute_and_set_back_all()
,
femtaskpanels.task_material_reinforced._TaskPanel::recompute_and_set_back_all()
,
femtaskpanels.task_material_common._TaskPanel::recompute_and_set_back_all()
,
femtaskpanels.task_element_fluid1D._TaskPanel::recompute_and_set_back_all()
,
PathScripts.PathToolBitGui.TaskPanel::reject()
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel::reject()
,
PathScripts.PathJobGui.TaskPanel::reject()
,
PathScripts.PathOpGui.TaskPanel::reject()
,
ArchAxis.AxisSystemTaskPanel::removeElement()
,
ArchSectionPlane.SectionPlaneTaskPanel::removeElement()
,
ArchComponent.ComponentTaskPanel::removeElement()
,
DraftGui.FacebinderTaskPanel::removeElement()
,
draftguitools.gui_lines.Line::removeTemporaryObject()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage::resetBase()
,
ArchSectionPlane.SectionPlaneTaskPanel::resize()
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel::rollerDiameterChanged()
,
ArchSectionPlane.SectionPlaneTaskPanel::rotate()
,
ArchSchedule.ArchScheduleTaskPanel::select()
,
femtaskpanels.task_element_geometry1D._TaskPanel::set_beamsection_props()
,
femtaskpanels.task_element_fluid1D._TaskPanel::set_fluidsection_props()
,
femtaskpanels.task_mesh_boundarylayer._TaskPanel::set_mesh_boundarylayer_props()
,
PathScripts.PathJob.ObjectJob::setCenterOfRotation()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage::setExtensions()
,
PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage::setFields()
,
PathScripts.PathDressupZCorrect.TaskPanel::setFields()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel::setFields()
,
PathScripts.PathToolControllerGui.TaskPanel::setFields()
,
PathScripts.PathJobGui.TaskPanel::setFields()
,
PathScripts.PathDressupDogbone.TaskPanel::setFields()
,
PathScripts.PathSetupSheet.SetupSheet::setFromTemplate()
,
ArchMaterial.MultiMaterialDelegate::setModelData()
,
PathScripts.PathSetupSheet.SetupSheet::setOperationProperties()
,
PathScripts.PathProbeGui.TaskPanelOpPage::SetOutputFileName()
,
PathScripts.PathJobGui.TaskPanel::setPostProcessorOutputFile()
,
PathScripts.PathDressupZCorrect.TaskPanel::SetProbePointFileName()
,
shipOutlineDraw.TaskPanel.TaskPanel::setSectionType()
,
PathScripts.PathDressupHoldingTags.ObjectTagDressup::setup()
,
PathScripts.PathJobGui.ViewProvider::setupEditVisibility()
,
PathScripts.PathOpGui.TaskPanelPage::setupToolController()
,
PathScripts.PathSetupSheetGui.OpTaskPanel::setupUi()
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel::setupUi()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel::setupUi()
,
PathScripts.PathSetupSheetGui.GlobalEditor::setupUi()
,
PathScripts.PathOpGui.TaskPanel::setupUi()
,
PathScripts.PathDressupHoldingTags.ObjectTagDressup::setXyEnabled()
,
draftguitools.gui_edit.Edit::startEditing()
,
PathScripts.PathJobGui.TaskPanel::tabPageChanged()
,
PathScripts.PathSetupSheet.SetupSheet::templateAttributes()
,
PathScripts.PathJob.ObjectJob::templateAttrs()
,
PathScripts.PathJobGui.TaskPanel::templateExport()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage::toggleExtensionCorners()
,
PathScripts.PathJobGui.TaskPanel::toolControllerAdd()
,
PathScripts.PathJobGui.TaskPanel::toolControllerSelect()
,
PathScripts.PathDressupTag.ObjectDressup::toolRadius()
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel::transferFrom()
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel::transferTo()
,
draftguitools.gui_trimex.Trimex::trimObject()
,
draftguitools.gui_splines.BSpline::undolast()
,
draftguitools.gui_beziers.BezCurve::undolast()
,
draftguitools.gui_lines.Line::undolast()
,
draftguitools.gui_beziers.CubicBezCurve::undolast()
,
shipAreasCurve.Preview.Preview::update()
,
shipOutlineDraw.Preview.Preview::update()
,
ArchAxis.AxisSystemTaskPanel::update()
,
ArchSectionPlane.SectionPlaneTaskPanel::update()
,
ArchAxis.ArchGridTaskPanel::update()
,
ArchComponent.ComponentTaskPanel::update()
,
DraftGui.FacebinderTaskPanel::update()
,
PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage::updateBase()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage::updateBase()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage::updateBase()
,
PathScripts.PathDressupDogbone.TaskPanel::updateBoneList()
,
ArchSpace.SpaceTaskPanel::updateBoundaries()
,
PathScripts.PathJobGui.ViewProvider::updateData()
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel::updateDressup()
,
PathScripts.PathDeburrGui.TaskPanelOpPage::updateExtraDepth()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage::updateItemEnabled()
,
PathScripts.PathOpGui.TaskPanelBaseLocationPage::updateLocations()
,
PathScripts.PathDressupTagGui.PathDressupTagViewProvider::updatePositions()
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel::updatePreview()
,
PathScripts.PathGui.QuantitySpinBox::updateProperty()
,
PathScripts.PathOpGui.TaskPanel::updateSelection()
,
PathScripts.PathJobGui.TaskPanel::updateSelection()
,
PathScripts.PathGui.QuantitySpinBox::updateSpinBox()
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel::updateStockEditor()
,
PathScripts.PathJobGui.TaskPanel::updateStockEditor()
,
PathScripts.PathToolControllerGui.ToolControllerEditor::updateToolController()
,
PathScripts.PathJobGui.TaskPanel::updateToolController()
,
PathScripts.PathJobGui.TaskPanel::updateTooltips()
,
draftguitools.gui_edit.Edit::updateTrackerAndGhost()
,
PathScripts.PathToolControllerGui.ToolControllerEditor::updateUi()
,
PathScripts.PathDressupZCorrect.TaskPanel::updateUI()
,
PathScripts.PathSetupSheetGui.GlobalEditor::updateUI()
,
PathScripts.PathDressupDogbone.TaskPanel::updateUI()
,
PathScripts.PathProfileGui.TaskPanelOpPage::updateVisibility()
,
PathScripts.PathDeburrGui.TaskPanelOpPage::updateWidth()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit::updateXpos()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit::updateYpos()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit::updateZpos()
,
draftguitools.gui_lines.Line::wipe()
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel::writeParameters()
, and
ArchSchedule.ArchScheduleTaskPanel::writeValues()
.
β
parent
std::string ItemInfo2::parent
Referenced by
PathScripts.PathSimulatorGui.CAMSimTaskUi::accept()
,
Mod.PartDesign.WizardShaft.Shaft.Shaft::equilibrium()
,
PathScripts.PathSimulatorGui.CAMSimTaskUi::reject()
, and
PathScripts.PathOpGui.TaskPanelPage::setParent()
.
β
parentDoc
std::string ItemInfo2::parentDoc
β
topDoc
std::string ItemInfo2::topDoc
β
topObj
std::string ItemInfo2::topObj
β
topSubname
std::string ItemInfo2::topSubname
The documentation for this struct was generated from the following file:
src/Gui/Tree.cpp
1.8.17
|
==================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
MeshCore
MeshBuilder
List of all members
MeshCore::MeshBuilder Class Reference
Class for creating the mesh structure by adding facets.
More...
#include <Builder.h>
Helper class
class
MeshKernel
MeshBuilder
(
MeshKernel
&rclM)
~MeshBuilder
(void)
void
SetTolerance
(float)
Set the tolerance for the comparison of points.
More...
void
Initialize
(size_t ctFacets,
bool
deletion=true)
Initializes the class.
More...
void
AddFacet
(const
MeshGeomFacet
&facet,
bool
takeFlag=false,
bool
takeProperty=false)
adding facets
More...
void
AddFacet
(const
Base::Vector3f
&pt1, const
Base::Vector3f
&pt2, const
Base::Vector3f
&pt3, const
Base::Vector3f
&normal, unsigned char flag=0, unsigned long prop=0)
Add new facet.
More...
void
AddFacet
(
Base::Vector3f
*facetPoints, unsigned char flag=0, unsigned long prop=0)
Add new facet.
More...
void
Finish
(
bool
freeMemory=false)
Finishes building up the mesh structure.
More...
Detailed Description
Class for creating the mesh structure by adding facets.
Building the structure needs 3 steps:
initializing
adding the facets
finishing
// Sample Code for building a mesh structure
MeshBuilder
builder(someMeshReference);
builder.Initialize(numberOfFacets);
...
for (...)
builder.AddFacet(...);
...
builder.Finish();
Author
Berthold Grupp
Constructor & Destructor Documentation
β
MeshBuilder()
MeshBuilder::MeshBuilder
(
MeshKernel
&
rclM
)
β
~MeshBuilder()
MeshBuilder::~MeshBuilder
(
void
)
Member Function Documentation
β
AddFacet()
[1/3]
void MeshBuilder::AddFacet
(
Base::Vector3f
*
facetPoints
,
unsigned char
flag
=
0
,
unsigned long
prop
=
0
)
Add new facet.
Parameters
facetPoints
Array of vectors (size 4) in order of vec1, vec2, vec3, normal
flag
prop
β
AddFacet()
[2/3]
void MeshBuilder::AddFacet
(
const
Base::Vector3f
&
pt1
,
const
Base::Vector3f
&
pt2
,
const
Base::Vector3f
&
pt3
,
const
Base::Vector3f
&
normal
,
unsigned char
flag
=
0
,
unsigned long
prop
=
0
)
Add new facet.
References
AddFacet()
.
β
AddFacet()
[3/3]
void MeshBuilder::AddFacet
(
const
MeshGeomFacet
&
facet
,
bool
takeFlag
=
false
,
bool
takeProperty
=
false
)
adding facets
Add new facet
Parameters
facet
the
facet
takeFlag
if true the flag from the
MeshGeomFacet
will be taken
takeProperty
References
MeshCore::MeshGeomFacet::GetNormal()
.
Referenced by
AddFacet()
, and
MeshCore::MeshKernel::operator=()
.
β
Finish()
void MeshBuilder::Finish
(
bool
freeMemory
=
false
)
Finishes building up the mesh structure.
Must be done after adding facets.
Parameters
freeMemory
if false (default) only the memory of internal structures gets freed, otherwise additional unneeded memory in the mesh structure is tried to be freed.
Remarks
If you have called
AddFacet()
as many times as specified in
Initialize()
then absolutely no memory is wasted and you can leave the default value.
Referenced by
MeshCore::MeshKernel::operator=()
.
β
Initialize()
void MeshBuilder::Initialize
(
size_t
ctFacets
,
bool
deletion
=
true
)
Initializes the class.
Must be done before adding facets
Parameters
ctFacets
count of facets.
deletion
if true (default) the mesh-kernel will be cleared otherwise you can add new facets on an existing mesh-kernel
Remarks
To be efficient you should add exactly
ctFacets
with
AddFacet()
, otherwise you'll possibly run into wastage of memory and performance problems.
Referenced by
MeshCore::MeshKernel::operator=()
.
β
SetTolerance()
void MeshBuilder::SetTolerance
(
float
fTol
)
Set the tolerance for the comparison of points.
Normally you don't need to set the tolerance.
Friends And Related Function Documentation
β
MeshKernel
friend
class
MeshKernel
friend
The documentation for this class was generated from the following files:
src/Mod/Mesh/App/Core/Builder.h
src/Mod/Mesh/App/Core/Builder.cpp
MeshCore::MeshBuilder::MeshBuilder
MeshBuilder(MeshKernel &rclM)
Definition:
Builder.cpp:41
1.8.17
|
================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Part
Torus
Part::Torus Member List
This is the complete list of members for
Part::Torus
, including all inherited members.
addDynamicProperty
(const char *type, const char *name=0, const char *group=0, const char *doc=0, short attr=0, bool ro=false, bool hidden=false) override
App::DocumentObject
virtual
adjustRelativeLinks
(const std::set< App::DocumentObject * > &inList, std::set< App::DocumentObject * > *visited=0)
App::DocumentObject
virtual
allowDuplicateLabel
() const
App::DocumentObject
virtual
Angle1
Part::Torus
Angle2
Part::Torus
Angle3
Part::Torus
attacher
(void) const
Part::AttachExtension
AttacherType
Part::AttachExtension
AttachExtension
()
Part::AttachExtension
AttachmentOffset
Part::AttachExtension
BaseClass
()
Base::BaseClass
buildHistory
(BRepBuilderAPI_MakeShape &, TopAbs_ShapeEnum type, const TopoDS_Shape &newS, const TopoDS_Shape &oldS)
Part::Feature
protected
canLinkProperties
() const
App::DocumentObject
virtual
canLoadPartial
() const
App::DocumentObject
virtual
changeAttacherType
(const char *typeName)
Part::AttachExtension
clearOutListCache
() const
App::DocumentObject
clearShapeCache
()
Part::Feature
static
create
(void)
Base::Persistence
static
detachFromDocument
() override
App::DocumentObject
virtual
DocumentObject
(void)
App::DocumentObject
DocumentObjectExtension
()
App::DocumentObjectExtension
dumpToStream
(std::ostream &stream, int compression)
Base::Persistence
dynamicProps
App::PropertyContainer
protected
ElementNameType
enum name
App::GeoFeature
encodeAttribute
(const std::string &)
Base::Persistence
static
enforceRecompute
()
App::DocumentObject
execute
(void)
Part::Torus
virtual
Export
enum value
App::GeoFeature
ExpressionEngine
App::DocumentObject
Extension
()
App::Extension
extensionBegin
()
App::ExtensionContainer
ExtensionContainer
()
App::ExtensionContainer
extensionEnd
()
App::ExtensionContainer
extensionExecute
(void)
Part::AttachExtension
virtual
extensionGetLinkedObject
(DocumentObject *&ret, bool recursive, Base::Matrix4D *mat, bool transform, int depth) const
App::DocumentObjectExtension
virtual
extensionGetPropertyByName
(const char *name) const
App::Extension
virtual
extensionGetPropertyDocumentation
(const Property *prop) const
App::Extension
virtual
extensionGetPropertyDocumentation
(const char *name) const
App::Extension
virtual
extensionGetPropertyGroup
(const Property *prop) const
App::Extension
virtual
extensionGetPropertyGroup
(const char *name) const
App::Extension
virtual
extensionGetPropertyList
(std::vector< Property * > &List) const
App::Extension
virtual
extensionGetPropertyMap
(std::map< std::string, Property * > &Map) const
App::Extension
virtual
extensionGetPropertyName
(const Property *prop) const
App::Extension
virtual
extensionGetPropertyType
(const Property *prop) const
App::Extension
virtual
extensionGetPropertyType
(const char *name) const
App::Extension
virtual
extensionGetSubObject
(DocumentObject *&ret, const char *subname, PyObject **pyObj, Base::Matrix4D *mat, bool transform, int depth) const
App::DocumentObjectExtension
virtual
extensionGetSubObjects
(std::vector< std::string > &ret, int reason) const
App::DocumentObjectExtension
virtual
extensionHasChildElement
() const
App::DocumentObjectExtension
virtual
extensionIsDerivedFrom
(const Base::Type type) const
App::Extension
extensionIsElementVisible
(const char *)
App::DocumentObjectExtension
virtual
ExtensionIterator
typedef
App::ExtensionContainer
extensionMustExecute
(void)
Part::AttachExtension
virtual
extensionOnChanged
(const App::Property *)
Part::AttachExtension
protected
virtual
ExtensionPythonObject
App::Extension
protected
extensionRestore
(Base::XMLReader &)
App::Extension
virtual
extensionSave
(Base::Writer &) const
App::Extension
virtual
extensionSetElementVisible
(const char *, bool)
App::DocumentObjectExtension
virtual
extHandleChangedPropertyName
(Base::XMLReader &reader, const char *TypeName, const char *PropName)
Part::AttachExtension
protected
virtual
Feature
(void)
Part::Feature
GeoFeature
(void)
App::GeoFeature
getClassTypeId
(void)
Base::Persistence
static
getDocument
(void) const
App::DocumentObject
getDynamicPropertyByName
(const char *name) const
App::PropertyContainer
virtual
getDynamicPropertyData
(const Property *prop) const
App::PropertyContainer
getDynamicPropertyNames
() const
App::PropertyContainer
virtual
getElementName
(const char *name, ElementNameType type=Normal) const
App::GeoFeature
virtual
getExportName
(bool forced=false) const
App::DocumentObject
getExpression
(const ObjectIdentifier &path) const
App::DocumentObject
virtual
getExtendedContainer
()
App::Extension
getExtendedContainer
() const
App::Extension
getExtendedObject
()
App::DocumentObjectExtension
getExtendedObject
() const
App::DocumentObjectExtension
getExtension
(Base::Type, bool derived=true, bool no_except=false) const
App::ExtensionContainer
getExtension
(const std::string &name) const
App::ExtensionContainer
getExtensionByType
(bool no_except=false, bool derived=true) const
App::ExtensionContainer
getExtensionPyObject
(void)
Part::AttachExtension
virtual
getExtensionsDerivedFrom
(Base::Type type) const
App::ExtensionContainer
getExtensionsDerivedFromType
() const
App::ExtensionContainer
getFullName
() const override
App::DocumentObject
virtual
getGroup
() const
App::DocumentObject
getID
() const
App::DocumentObject
getInList
(void) const
App::DocumentObject
getInListEx
(std::set< App::DocumentObject * > &inSet, bool recursive, std::vector< App::DocumentObject * > *inList=0) const
App::DocumentObject
getInListEx
(bool recursive) const
App::DocumentObject
getInListRecursive
(void) const
App::DocumentObject
getLinkedObject
(bool recurse=true, Base::Matrix4D *mat=0, bool transform=false, int depth=0) const
App::DocumentObject
virtual
getLocation
() const
Part::Feature
getMemSize
(void) const
App::PropertyContainer
virtual
getNameInDocument
(void) const
App::DocumentObject
getOldLabel
() const
App::DocumentObject
getOutList
() const
App::DocumentObject
getOutList
(int option) const
App::DocumentObject
getOutList
(int option, std::vector< App::DocumentObject * > &res) const
App::DocumentObject
getOutListOfProperty
(App::Property *) const
App::DocumentObject
getOutListRecursive
(void) const
App::DocumentObject
getParents
(int depth=0) const
App::DocumentObject
getPathsByOutList
(App::DocumentObject *to) const
App::DocumentObject
getPlacement
() const
Part::AttachExtension
protected
getPropertyByName
(const char *name) const override
App::ExtensionContainer
virtual
getPropertyData
(void) const
App::PropertyContainer
protected
virtual
getPropertyDataPtr
(void)
App::PropertyContainer
protected
static
getPropertyDocumentation
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyDocumentation
(const char *name) const override
App::ExtensionContainer
virtual
getPropertyGroup
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyGroup
(const char *name) const override
App::ExtensionContainer
virtual
getPropertyList
(std::vector< Property * > &List) const override
App::ExtensionContainer
virtual
getPropertyMap
(std::map< std::string, Property * > &Map) const override
App::ExtensionContainer
virtual
getPropertyName
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyOfGeometry
() const override
Part::Feature
virtual
getPropertyPrefix
() const
App::PropertyContainer
getPropertyType
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyType
(const char *name) const override
App::ExtensionContainer
virtual
getPyObject
() override
Part::Primitive
virtual
getShape
(const App::DocumentObject *obj, const char *subname=0, bool needSubElement=false, Base::Matrix4D *pmat=0, App::DocumentObject **owner=0, bool resolveLink=true, bool transform=true)
Part::Feature
static
getShapeOwner
(const App::DocumentObject *obj, const char *subname=0)
Part::Feature
static
getStatus
() const
App::DocumentObject
getStatusString
(void) const
App::DocumentObject
getSubObject
(const char *subname, PyObject **pyObj, Base::Matrix4D *mat, bool transform, int depth) const override
Part::Feature
virtual
getSubObjectList
(const char *subname) const
App::DocumentObject
getSubObjects
(int reason=0) const
App::DocumentObject
virtual
getTopoShape
(const App::DocumentObject *obj, const char *subname=0, bool needSubElement=false, Base::Matrix4D *pmat=0, App::DocumentObject **owner=0, bool resolveLink=true, bool transform=true, bool noElementMap=false)
Part::Feature
static
getTypeId
(void) const
Base::Persistence
virtual
getViewProviderExtensionName
(void) const
App::DocumentObjectExtension
virtual
getViewProviderName
(void) const
Part::Torus
virtual
getViewProviderNameOverride
() const
App::DocumentObject
virtual
getViewProviderNameStored
() const
App::DocumentObject
globalPlacement
() const
App::GeoFeature
GS_DEFAULT
enum value
App::DocumentObject
GS_SELECT
enum value
App::DocumentObject
GSReason
enum name
App::DocumentObject
handleChangedPropertyName
(Base::XMLReader &reader, const char *TypeName, const char *PropName)
App::PropertyContainer
protected
virtual
handleChangedPropertyType
(Base::XMLReader &reader, const char *TypeName, Property *prop)
App::PropertyContainer
protected
virtual
hasChildElement
() const
App::DocumentObject
virtual
hasExtension
(Base::Type, bool derived=true) const
App::ExtensionContainer
hasExtension
(const std::string &name) const
App::ExtensionContainer
hasExtensions
() const
App::ExtensionContainer
hasHiddenMarker
(const char *subname)
App::DocumentObject
static
hasShapeOwner
(const App::DocumentObject *obj, const char *subname=0)
Part::Feature
static
hiddenMarker
()
App::DocumentObject
static
Import
enum value
App::GeoFeature
init
(void)
Base::Persistence
static
initExtension
(App::ExtensionContainer *obj)
App::Extension
virtual
initExtensionSubclass
(Base::Type &toInit, const char *ClassName, const char *ParentName, Base::Type::instantiationMethod method=0)
App::Extension
protected
static
initExtensionType
(Base::Type type)
App::Extension
protected
initSubclass
(Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr)
Base::BaseClass
protected
static
isAttachedToDocument
() const override
App::DocumentObject
virtual
isAttacherActive
() const
Part::AttachExtension
isDerivedFrom
(const Type type) const
Base::BaseClass
isElementVisible
(const char *element) const
App::DocumentObject
virtual
isError
(void) const
App::DocumentObject
isExporting
() const
App::DocumentObject
isHidden
(const Property *prop) const
App::PropertyContainer
isHidden
(const char *name) const
App::PropertyContainer
isInInList
(DocumentObject *objToTest) const
App::DocumentObject
isInInListRecursive
(DocumentObject *objToTest) const
App::DocumentObject
isInOutList
(DocumentObject *objToTest) const
App::DocumentObject
isInOutListRecursive
(DocumentObject *objToTest) const
App::DocumentObject
isPythonExtension
()
App::Extension
isReadOnly
(const Property *prop) const
App::PropertyContainer
isReadOnly
(const char *name) const
App::PropertyContainer
isRecomputing
() const
App::DocumentObject
isRemoving
() const
App::DocumentObject
isRestoring
() const
App::DocumentObject
isTouched
(void) const
App::DocumentObject
isTouched_Mapping
()
Part::AttachExtension
virtual
isValid
(void) const
App::DocumentObject
joinHistory
(const ShapeHistory &, const ShapeHistory &)
Part::Feature
protected
Label
App::DocumentObject
Label2
App::DocumentObject
m_isPythonExtension
App::Extension
protected
MapMode
Part::AttachExtension
MapPathParameter
Part::AttachExtension
MapReversed
Part::AttachExtension
mustExecute
() const
Part::Torus
virtual
mustRecompute
(void) const
App::DocumentObject
name
() const
App::Extension
Normal
enum value
App::GeoFeature
oldLabel
App::DocumentObject
protected
onBeforeChange
(const Property *prop) override
App::DocumentObject
protected
virtual
onBeforeChangeLabel
(std::string &newLabel)
App::DocumentObject
virtual
onBeforeChangeProperty
(Document *doc, const Property *prop)
App::TransactionalObject
protected
onChanged
(const App::Property *prop) override
Part::Primitive
protected
virtual
onDocumentRestored
()
App::DocumentObject
protected
virtual
onExtendedDocumentRestored
()
Part::AttachExtension
virtual
onExtendedSettingDocument
()
App::DocumentObjectExtension
virtual
onExtendedSetupObject
()
App::DocumentObjectExtension
virtual
onExtendedUnsetupObject
()
App::DocumentObjectExtension
virtual
onLostLinkToObject
(DocumentObject *)
App::DocumentObject
virtual
onPropertyStatusChanged
(const Property &prop, unsigned long oldStatus) override
App::DocumentObject
protected
virtual
onSettingDocument
()
App::DocumentObject
protected
virtual
onUpdateElementReference
(const Property *)
App::DocumentObject
virtual
OutListNoExpression
enum value
App::DocumentObject
OutListNoHidden
enum value
App::DocumentObject
OutListNoXLinked
enum value
App::DocumentObject
OutListOption
enum name
App::DocumentObject
pcNameInDocument
App::DocumentObject
protected
Placement
App::GeoFeature
positionBySupport
(void)
Part::AttachExtension
virtual
Primitive
()
Part::Primitive
PropertyContainer
()
App::PropertyContainer
purgeError
(void)
App::DocumentObject
purgeTouched
(void)
App::DocumentObject
PythonObject
App::DocumentObject
protected
Radius1
Part::Torus
Radius2
Part::Torus
recompute
() override
Part::Feature
protected
virtual
recomputeFeature
(bool recursive=false)
App::DocumentObject
redirectSubName
(std::ostringstream &ss, DocumentObject *topParent, DocumentObject *child) const
App::DocumentObject
virtual
registerExtension
(Base::Type extension, App::Extension *ext)
App::ExtensionContainer
removeDynamicProperty
(const char *prop) override
App::DocumentObject
virtual
renameObjectIdentifiers
(const std::map< App::ObjectIdentifier, App::ObjectIdentifier > &paths)
App::DocumentObject
virtual
resetError
(void)
App::DocumentObject
protected
resolve
(const char *subname, App::DocumentObject **parent=0, std::string *childName=0, const char **subElement=0, PyObject **pyObj=0, Base::Matrix4D *mat=0, bool transform=true, int depth=0) const
App::DocumentObject
resolveElement
(App::DocumentObject *obj, const char *subname, std::pair< std::string, std::string > &elementName, bool append=false, ElementNameType type=Normal, const DocumentObject *filter=0, const char **element=0, GeoFeature **geo=0)
App::GeoFeature
static
resolveRelativeLink
(std::string &subname, App::DocumentObject *&link, std::string &linkSub) const
App::DocumentObject
Restore
(Base::XMLReader &reader) override
Part::Primitive
protected
virtual
RestoreDocFile
(Reader &)
Base::Persistence
virtual
restoreExtensions
(Base::XMLReader &reader)
App::ExtensionContainer
restoreFromStream
(std::istream &stream)
Base::Persistence
Save
(Base::Writer &writer) const override
App::DocumentObject
virtual
SaveDocFile
(Writer &) const
Base::Persistence
virtual
saveExtensions
(Base::Writer &writer) const
App::ExtensionContainer
setAttacher
(Attacher::AttachEngine *attacher)
Part::AttachExtension
virtual
setDocument
(App::Document *doc)
App::DocumentObject
protected
setElementVisible
(const char *element, bool visible)
App::DocumentObject
virtual
setError
(void)
App::DocumentObject
protected
setExpression
(const ObjectIdentifier &path, boost::shared_ptr< App::Expression > expr)
App::DocumentObject
virtual
setPropertyPrefix
(const char *prefix)
App::PropertyContainer
setPropertyStatus
(unsigned char bit, bool value)
App::PropertyContainer
setPyObject
(PyObject *)
Base::BaseClass
virtual
setStatus
(ObjectStatus pos, bool on)
App::DocumentObject
setupObject
()
App::DocumentObject
protected
virtual
Shape
Part::Feature
signalBeforeChange
App::DocumentObject
signalChanged
App::DocumentObject
StatusBits
App::DocumentObject
protected
StdReturn
App::DocumentObject
static
Support
Part::AttachExtension
testIfLinkDAGCompatible
(DocumentObject *linkTo) const
App::DocumentObject
testIfLinkDAGCompatible
(const std::vector< DocumentObject * > &linksTo) const
App::DocumentObject
testIfLinkDAGCompatible
(App::PropertyLinkSubList &linksTo) const
App::DocumentObject
testIfLinkDAGCompatible
(App::PropertyLinkSub &linkTo) const
App::DocumentObject
testStatus
(ObjectStatus pos) const
App::DocumentObject
Torus
()
Part::Torus
touch
(bool noRecompute=false)
App::DocumentObject
TransactionalObject
(void)
App::TransactionalObject
transformPlacement
(const Base::Placement &transform)
App::GeoFeature
virtual
unsetupObject
()
App::DocumentObject
protected
virtual
updateAttacherVals
()
Part::AttachExtension
Visibility
App::DocumentObject
~AttachExtension
()
Part::AttachExtension
virtual
~BaseClass
()
Base::BaseClass
virtual
~DocumentObject
()
App::DocumentObject
virtual
~DocumentObjectExtension
()
App::DocumentObjectExtension
virtual
~Extension
()
App::Extension
virtual
~ExtensionContainer
()
App::ExtensionContainer
virtual
~Feature
()
Part::Feature
virtual
~GeoFeature
()
App::GeoFeature
virtual
~Primitive
()
Part::Primitive
virtual
~PropertyContainer
()
App::PropertyContainer
virtual
~TransactionalObject
()
App::TransactionalObject
virtual
1.8.17
|
================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
SMESH
Controls
BareBorderVolume
List of all members
|
Public Member Functions
|
Protected Attributes
SMESH::Controls::BareBorderVolume Class Reference
#include <SMESH_ControlsDef.hxx>
Public Member Functions
BareBorderVolume
()
virtual SMDSAbs_ElementType
GetType
() const
virtual
bool
IsSatisfy
(long theElementId)
virtual void
SetMesh
(const
SMDS_Mesh
*theMesh)
Public Member Functions inherited from
SMESH::Controls::Functor
~Functor
()
Protected Attributes
const
SMDS_Mesh
*
myMesh
Constructor & Destructor Documentation
β
BareBorderVolume()
SMESH::Controls::BareBorderVolume::BareBorderVolume
(
)
Member Function Documentation
β
GetType()
virtual SMDSAbs_ElementType SMESH::Controls::BareBorderVolume::GetType
(
)
const
virtual
Implements
SMESH::Controls::Predicate
.
β
IsSatisfy()
bool
BareBorderVolume::IsSatisfy
(
long
theElementId
)
virtual
Implements
SMESH::Controls::Predicate
.
References
SMDS_Mesh::FindElement()
,
SMDS_VolumeTool::GetFaceNodes()
,
SMDS_VolumeTool::IsFreeFace()
,
SMESH::Controls::NumericalFunctor::myMesh
,
SMDS_VolumeTool::NbFaceNodes()
,
SMDS_VolumeTool::NbFaces()
, and
SMDS_VolumeTool::Set()
.
β
SetMesh()
virtual void SMESH::Controls::BareBorderVolume::SetMesh
(
const
SMDS_Mesh
*
theMesh
)
virtual
Implements
SMESH::Controls::Functor
.
Member Data Documentation
β
myMesh
const
SMDS_Mesh
* SMESH::Controls::BareBorderVolume::myMesh
protected
The documentation for this class was generated from the following files:
src/3rdParty/salomesmesh/inc/SMESH_ControlsDef.hxx
src/3rdParty/salomesmesh/src/Controls/SMESH_Controls.cpp
1.8.17
|
================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
kinematic_path
List of all members
automotive_design.kinematic_path Class Reference
Additional Inherited Members
Public Member Functions inherited from
automotive_design.representation_item
def
name
()
def
wr1
(self)
Public Attributes inherited from
automotive_design.representation_item
name
Detailed Description
Entity kinematic_path definition.
The documentation for this class was generated from the following file:
src/Mod/Import/App/automotive_design.py
1.8.17
|
=========================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
config_control_design
shape_representation_relationship
List of all members
|
Public Member Functions
config_control_design.shape_representation_relationship Class Reference
Public Member Functions
def
wr1
(self)
Public Member Functions inherited from
config_control_design.representation_relationship
def
description
()
def
name
()
def
rep_1
()
def
rep_2
()
Additional Inherited Members
Public Attributes inherited from
config_control_design.representation_relationship
description
name
rep_1
rep_2
Detailed Description
Entity shape_representation_relationship definition.
Member Function Documentation
β
wr1()
def config_control_design.shape_representation_relationship.wr1
(
self
)
References Gui::AutoSaver.self, Py::PythonExtension< T >.self(), Gui::Dialog::DownloadManager.self, Py::PythonExtensionBase.self(), App::TransactionFactory.self, and Py::PythonClass< T >.self().
The documentation for this class was generated from the following file:
src/Mod/Import/App/config_control_design.py
1.8.17
|
=====================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
ActionGroup
Gui::ActionGroup Member List
This is the complete list of members for
Gui::ActionGroup
, including all inherited members.
Action
(Command *pcCmd, QObject *parent=0)
Gui::Action
Action
(Command *pcCmd, QAction *action, QObject *parent)
Gui::Action
action
()
Gui::Action
ActionGroup
(Command *pcCmd, QObject *parent=0)
Gui::ActionGroup
actions
() const
Gui::ActionGroup
addAction
(QAction *)
Gui::ActionGroup
addAction
(const QString &)
Gui::ActionGroup
addTo
(QWidget *w)
Gui::ActionGroup
virtual
checkedAction
() const
Gui::ActionGroup
icon
() const
Gui::Action
isChecked
() const
Gui::Action
isExclusive
() const
Gui::ActionGroup
onActivated
()
Gui::ActionGroup
slot
onActivated
(QAction *)
Gui::ActionGroup
slot
onHovered
(QAction *)
Gui::ActionGroup
slot
onToggled
(bool)
Gui::ActionGroup
slot
setCheckable
(bool)
Gui::Action
setChecked
(bool, bool no_signal=false)
Gui::Action
setCheckedAction
(int)
Gui::ActionGroup
setDisabled
(bool)
Gui::ActionGroup
setDropDownMenu
(bool b)
Gui::ActionGroup
setEnabled
(bool)
Gui::ActionGroup
virtual
setExclusive
(bool)
Gui::ActionGroup
setIcon
(const QIcon &)
Gui::Action
setMenuRole
(QAction::MenuRole menuRole)
Gui::Action
setShortcut
(const QString &)
Gui::Action
setStatusTip
(const QString &)
Gui::Action
setText
(const QString &)
Gui::Action
setToolTip
(const QString &)
Gui::Action
setVisible
(bool)
Gui::ActionGroup
virtual
setWhatsThis
(const QString &)
Gui::Action
shortcut
() const
Gui::Action
statusTip
() const
Gui::Action
text
() const
Gui::Action
toolTip
() const
Gui::Action
whatsThis
() const
Gui::Action
~Action
()
Gui::Action
virtual
~ActionGroup
()
Gui::ActionGroup
virtual
1.8.17
|
======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
femsolver
run
Results
List of all members
femsolver.run.Results Class Reference
Additional Inherited Members
Public Member Functions inherited from
femsolver.run.BaseTask
def
analysis
(self)
Public Member Functions inherited from
femsolver.task.Thread
def
join
(self)
def
start
(self)
Public Member Functions inherited from
femsolver.task.Task
def
abort
(self)
def
aborted
(self)
def
clearStatus
(self)
def
fail
(self)
def
failed
(self)
def
protector
(self)
def
pushStatus
(self, line)
def
run
(self)
def
status
(self)
def
time
(self)
Public Attributes inherited from
femsolver.run.BaseTask
directory
solver
testmode
Public Attributes inherited from
femsolver.task.Task
report
running
signalAbort
signalStarted
signalStarting
signalStatus
signalStatusCleared
signalStopped
signalStopping
startTime
stopTime
The documentation for this class was generated from the following file:
src/Mod/Fem/femsolver/run.py
1.8.17
|
=====================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcconic
ifc2x3.ifcconic Member List
This is the complete list of members for
ifc2x3.ifcconic
, including all inherited members.
dim
()
ifc2x3.ifccurve
layerassignments
()
ifc2x3.ifcrepresentationitem
position
ifc2x3.ifcconic
position
()
ifc2x3.ifcconic
styledbyitem
()
ifc2x3.ifcrepresentationitem
1.8.17
|
===================================================================================================================
Index
Modules Hierarchy
Alphabetical list
arcs Namespace Reference
Provides various functions for arc operations.
More...
Detailed Description
Provides various functions for arc operations.
1.8.17
|
==========================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
FemGui
ViewProviderFemConstraintGear
FemGui::ViewProviderFemConstraintGear Member List
This is the complete list of members for
FemGui::ViewProviderFemConstraintGear
, including all inherited members.
addDisplayMaskMode
(SoNode *node, const char *type)
Gui::ViewProvider
addDynamicProperty
(const char *type, const char *name=0, const char *group=0, const char *doc=0, short attr=0, bool ro=false, bool hidden=false) override
Gui::ViewProviderDocumentObject
virtual
allowOverride
(const App::DocumentObject &) const
Gui::ViewProviderDocumentObject
virtual
attach
(App::DocumentObject *)
FemGui::ViewProviderFemConstraint
virtual
BaseClass
()
Base::BaseClass
beforeDelete
()
Gui::ViewProvider
virtual
BoundingBox
Gui::ViewProviderGeometryObject
canAddToSceneGraph
() const
Gui::ViewProvider
virtual
canDelete
(App::DocumentObject *obj) const override
Gui::ViewProviderDocumentObject
virtual
canDragAndDropObject
(App::DocumentObject *) const
Gui::ViewProvider
virtual
canDragObject
(App::DocumentObject *) const
Gui::ViewProvider
virtual
canDragObjects
() const
Gui::ViewProvider
virtual
canDropObject
(App::DocumentObject *) const
Gui::ViewProvider
virtual
canDropObjectEx
(App::DocumentObject *, App::DocumentObject *, const char *, const std::vector< std::string > &) const override
Gui::ViewProviderDocumentObject
virtual
canDropObjects
() const
Gui::ViewProvider
virtual
canRemoveChildrenFromRoot
() const
Gui::ViewProvider
virtual
checkForWizard
()
FemGui::ViewProviderFemConstraint
protected
checkRecursion
(SoNode *)
Gui::ViewProvider
protected
claimChildren
(void) const
FemGui::ViewProviderFemConstraint
virtual
claimChildren3D
(void) const
Gui::ViewProvider
virtual
Color
enum value
Gui::ViewProvider
constraintDialog
FemGui::ViewProviderFemConstraint
protected
convert
(const Base::Matrix4D &rcMatrix)
Gui::ViewProvider
static
convert
(const SbMatrix &sbMat)
Gui::ViewProvider
static
create
(void)
Base::Persistence
static
createArrow
(SoSeparator *sep, const double length, const double radius)
FemGui::ViewProviderFemConstraint
protected
static
createArrow
(const double length, const double radius)
FemGui::ViewProviderFemConstraint
protected
static
createCone
(SoSeparator *sep, const double height, const double radius)
FemGui::ViewProviderFemConstraint
protected
static
createCone
(const double height, const double radius)
FemGui::ViewProviderFemConstraint
protected
static
createCube
(SoSeparator *sep, const double width, const double length, const double height)
FemGui::ViewProviderFemConstraint
protected
static
createCube
(const double width, const double length, const double height)
FemGui::ViewProviderFemConstraint
protected
static
createCylinder
(SoSeparator *sep, const double height, const double radius)
FemGui::ViewProviderFemConstraint
protected
static
createCylinder
(const double height, const double radius)
FemGui::ViewProviderFemConstraint
protected
static
createDisplacement
(SoSeparator *sep, const double height, const double width, const bool gap=false)
FemGui::ViewProviderFemConstraint
protected
static
createDisplacement
(const double height, const double width, const bool gap=false)
FemGui::ViewProviderFemConstraint
protected
static
createFixed
(SoSeparator *sep, const double height, const double width, const bool gap=false)
FemGui::ViewProviderFemConstraint
protected
static
createFixed
(const double height, const double width, const bool gap=false)
FemGui::ViewProviderFemConstraint
protected
static
createPlacement
(SoSeparator *sep, const SbVec3f &base, const SbRotation &r)
FemGui::ViewProviderFemConstraint
protected
static
createRotation
(SoSeparator *sep, const double height, const double width, const bool gap=false)
FemGui::ViewProviderFemConstraint
protected
static
createRotation
(const double height, const double width, const bool gap=false)
FemGui::ViewProviderFemConstraint
protected
static
csysDragger
Gui::ViewProviderDragger
protected
Cutting
enum value
Gui::ViewProvider
Default
enum value
Gui::ViewProvider
detachFromDocument
() override
Gui::ViewProviderDocumentObject
protected
virtual
DisplayMode
Gui::ViewProviderDocumentObject
DistFactor
FemGui::ViewProviderFemConstraint
doubleClicked
(void) override
Gui::ViewProviderDragger
virtual
dragObject
(App::DocumentObject *)
Gui::ViewProvider
virtual
dropObject
(App::DocumentObject *)
Gui::ViewProvider
virtual
dropObjectEx
(App::DocumentObject *obj, App::DocumentObject *owner, const char *subname, const std::vector< std::string > &elements)
Gui::ViewProvider
virtual
dumpToStream
(std::ostream &stream, int compression)
Base::Persistence
dynamicProps
App::PropertyContainer
protected
EditMode
enum name
Gui::ViewProvider
encodeAttribute
(const std::string &)
Base::Persistence
static
eventCallback
(void *ud, SoEventCallback *node)
Gui::ViewProvider
static
extensionBegin
()
App::ExtensionContainer
ExtensionContainer
()
App::ExtensionContainer
extensionEnd
()
App::ExtensionContainer
ExtensionIterator
typedef
App::ExtensionContainer
FaceColor
FemGui::ViewProviderFemConstraint
findChildByName
(const QObject *parent, const QString &name)
FemGui::ViewProviderFemConstraint
protected
static
findFrontRootOfType
(const SoType &type) const
Gui::ViewProviderDocumentObject
protected
finishEditing
()
Gui::ViewProvider
finishRestoring
()
Gui::ViewProviderDocumentObject
virtual
FontSize
FemGui::ViewProviderFemConstraint
forceUpdate
(bool enable=true)
Gui::ViewProviderDocumentObject
virtual
getActiveDisplayMode
(void) const
Gui::ViewProvider
getActiveView
() const
Gui::ViewProviderDocumentObject
protected
getAnnotation
(void)
Gui::ViewProvider
getBackRoot
(void) const
Gui::ViewProvider
virtual
getBoundColor
() const
Gui::ViewProviderGeometryObject
protected
virtual
getBoundingBox
(const char *subname=0, bool transform=true, MDIView *view=0) const
Gui::ViewProvider
getChildRoot
(void) const
Gui::ViewProvider
virtual
getClassTypeId
(void)
Base::Persistence
static
getDefaultDisplayMode
() const
Gui::ViewProvider
virtual
getDefaultMode
() const
Gui::ViewProvider
getDetail
(const char *) const
Gui::ViewProvider
virtual
getDetailPath
(const char *subname, SoFullPath *pPath, bool append, SoDetail *&det) const override
Gui::ViewProviderDocumentObject
virtual
getDisplayMaskMode
(const char *type) const
Gui::ViewProvider
getDisplayMaskModes
() const
Gui::ViewProvider
getDisplayModes
(void) const
FemGui::ViewProviderFemConstraint
virtual
getDocument
() const
Gui::ViewProviderDocumentObject
getDropPrefix
() const
Gui::ViewProvider
virtual
getDynamicPropertyByName
(const char *name) const
App::PropertyContainer
virtual
getDynamicPropertyData
(const Property *prop) const
App::PropertyContainer
getDynamicPropertyNames
() const
App::PropertyContainer
virtual
getEditingMode
() const
Gui::ViewProvider
protected
getEditingView
() const
Gui::ViewProviderDocumentObject
protected
getElement
(const SoDetail *) const
Gui::ViewProvider
virtual
getElementColors
(const char *element=0) const
Gui::ViewProvider
virtual
getElementPicked
(const SoPickedPoint *, std::string &subname) const override
Gui::ViewProviderDocumentObject
virtual
getExtension
(Base::Type, bool derived=true, bool no_except=false) const
App::ExtensionContainer
getExtension
(const std::string &name) const
App::ExtensionContainer
getExtensionByType
(bool no_except=false, bool derived=true) const
App::ExtensionContainer
getExtensionsDerivedFrom
(Base::Type type) const
App::ExtensionContainer
getExtensionsDerivedFromType
() const
App::ExtensionContainer
getFrontRoot
(void) const
Gui::ViewProvider
virtual
getFullName
() const override
Gui::ViewProviderDocumentObject
virtual
gethideMeshShowPartStr
()
FemGui::ViewProviderFemConstraint
static
gethideMeshShowPartStr
(const std::string showConstr)
FemGui::ViewProviderFemConstraint
static
getIcon
(void) const
Gui::ViewProvider
virtual
getInventorView
() const
Gui::ViewProviderDocumentObject
protected
getLinkedViewProvider
(std::string *subname=0, bool recursive=false) const
Gui::ViewProviderDocumentObject
virtual
getMDIView
() const
Gui::ViewProvider
virtual
getMemSize
(void) const
App::PropertyContainer
virtual
getModelPoints
(const SoPickedPoint *) const
Gui::ViewProvider
virtual
getModeSwitch
(void) const
Gui::ViewProvider
getObject
(void) const
Gui::ViewProviderDocumentObject
getOverrideMode
()
Gui::ViewProvider
getPickedPoint
(const SbVec2s &pos, const View3DInventorViewer &viewer) const
Gui::ViewProviderGeometryObject
getPickedPoints
(const SbVec2s &pos, const View3DInventorViewer &viewer, bool pickAll=false) const
Gui::ViewProviderGeometryObject
getPointOnRay
(const SbVec2s &pos, const View3DInventorViewer *viewer) const
Gui::ViewProvider
protected
getPointOnRay
(const SbVec3f &pos, const SbVec3f &dir, const View3DInventorViewer *viewer) const
Gui::ViewProvider
protected
getPropertyByName
(const char *name) const override
App::ExtensionContainer
virtual
getPropertyData
(void) const
App::PropertyContainer
protected
virtual
getPropertyDataPtr
(void)
App::PropertyContainer
protected
static
getPropertyDocumentation
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyDocumentation
(const char *name) const override
App::ExtensionContainer
virtual
getPropertyGroup
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyGroup
(const char *name) const override
App::ExtensionContainer
virtual
getPropertyList
(std::vector< Property * > &List) const override
App::ExtensionContainer
virtual
getPropertyMap
(std::map< std::string, Property * > &Map) const override
App::ExtensionContainer
virtual
getPropertyName
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyPrefix
() const
App::PropertyContainer
getPropertyType
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyType
(const char *name) const override
App::ExtensionContainer
virtual
getPyObject
() override
Gui::ViewProviderDocumentObject
virtual
getRoot
(void) const
Gui::ViewProvider
virtual
getSelectionShape
(const char *Element) const
Gui::ViewProvider
virtual
getStatus
() const
Gui::ViewProvider
getTaskViewContent
(std::vector< Gui::TaskView::TaskContent * > &) const override
Gui::ViewProviderDocumentObject
virtual
getTransformNode
() const
Gui::ViewProvider
getTypeId
(void) const
Base::Persistence
virtual
getViewOfNode
(SoNode *node) const
Gui::ViewProviderDocumentObject
protected
handleChangedPropertyName
(Base::XMLReader &reader, const char *TypeName, const char *PropName)
App::PropertyContainer
protected
virtual
handleChangedPropertyType
(Base::XMLReader &reader, const char *TypeName, Property *prop)
App::PropertyContainer
protected
virtual
hasExtension
(Base::Type, bool derived=true) const
App::ExtensionContainer
hasExtension
(const std::string &name) const
App::ExtensionContainer
hasExtensions
() const
App::ExtensionContainer
hasHiddenMarker
(const char *subname)
Gui::ViewProvider
static
hiddenMarker
()
Gui::ViewProvider
static
hide
(void) override
Gui::ViewProviderDocumentObject
virtual
init
(void)
Base::Persistence
static
initSubclass
(Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr)
Base::BaseClass
protected
static
isAttachedToDocument
() const override
Gui::ViewProviderDocumentObject
protected
virtual
isDerivedFrom
(const Type type) const
Base::BaseClass
isEditing
() const
Gui::ViewProvider
isHidden
(const Property *prop) const
App::PropertyContainer
isHidden
(const char *name) const
App::PropertyContainer
isLinkVisible
() const
Gui::ViewProvider
isReadOnly
(const Property *prop) const
App::PropertyContainer
isReadOnly
(const char *name) const
App::PropertyContainer
isRestoring
()
Gui::ViewProvider
isSelectable
(void) const
Gui::ViewProviderGeometryObject
virtual
isShow
(void) const
Gui::ViewProvider
virtual
isUpdateForced
() const
Gui::ViewProviderDocumentObject
virtual
isUpdatesEnabled
() const
Gui::ViewProvider
isVisible
() const
Gui::ViewProvider
keyPressed
(bool pressed, int key)
Gui::ViewProvider
virtual
mergeOverlayIcons
(const QIcon &orig) const
Gui::ViewProvider
protected
virtual
Mirror
FemGui::ViewProviderFemConstraint
mouseButtonPressed
(int button, bool pressed, const SbVec2s &cursorPos, const View3DInventorViewer *viewer)
Gui::ViewProvider
virtual
mouseMove
(const SbVec2s &cursorPos, View3DInventorViewer *viewer)
Gui::ViewProvider
virtual
onBeforeChange
(const App::Property *prop) override
Gui::ViewProviderDocumentObject
protected
virtual
onBeforeChangeProperty
(Document *doc, const Property *prop)
App::TransactionalObject
protected
onChanged
(const App::Property *prop)
FemGui::ViewProviderFemConstraint
protected
virtual
onDelete
(const std::vector< std::string > &subNames)
Gui::ViewProvider
virtual
onPropertyStatusChanged
(const App::Property &prop, unsigned long oldStatus) override
Gui::ViewProviderDocumentObject
protected
virtual
OnTopWhenSelected
Gui::ViewProviderDocumentObject
overrideMode
Gui::ViewProvider
protected
partialRender
(const std::vector< std::string > &subelements, bool clear)
Gui::ViewProvider
pcAnnotation
Gui::ViewProvider
protected
pcBoundColor
Gui::ViewProviderGeometryObject
protected
pcBoundingBox
Gui::ViewProviderGeometryObject
protected
pcBoundSwitch
Gui::ViewProviderGeometryObject
protected
pcDocument
Gui::ViewProviderDocumentObject
protected
pcModeSwitch
Gui::ViewProvider
protected
pcObject
Gui::ViewProviderDocumentObject
protected
pcRoot
Gui::ViewProvider
protected
pcShapeMaterial
Gui::ViewProviderGeometryObject
protected
pcTransform
Gui::ViewProvider
protected
PropertyContainer
()
App::PropertyContainer
pShapeSep
FemGui::ViewProviderFemConstraint
protected
pyViewObject
Gui::ViewProvider
protected
reattach
(App::DocumentObject *)
Gui::ViewProviderDocumentObject
virtual
registerExtension
(Base::Type extension, App::Extension *ext)
App::ExtensionContainer
removeDynamicProperty
(const char *prop) override
Gui::ViewProviderDocumentObject
virtual
replaceObject
(App::DocumentObject *, App::DocumentObject *) override
Gui::ViewProviderDocumentObject
virtual
Restore
(Base::XMLReader &reader)
Gui::ViewProvider
virtual
RestoreDocFile
(Reader &)
Base::Persistence
virtual
restoreExtensions
(Base::XMLReader &reader)
App::ExtensionContainer
restoreFromStream
(std::istream &stream)
Base::Persistence
Save
(Base::Writer &writer) const override
App::ExtensionContainer
virtual
SaveDocFile
(Writer &) const
Base::Persistence
virtual
saveExtensions
(Base::Writer &writer) const
App::ExtensionContainer
Selectable
Gui::ViewProviderGeometryObject
SelectionStyle
Gui::ViewProviderDocumentObject
setActiveMode
()
Gui::ViewProviderDocumentObject
setDefaultMode
(int)
Gui::ViewProvider
setDisplayMaskMode
(const char *type)
Gui::ViewProvider
setDisplayMode
(const char *ModeName)
FemGui::ViewProviderFemConstraint
virtual
setEdit
(int ModNum)
FemGui::ViewProviderFemConstraintGear
protected
virtual
setEditViewer
(View3DInventorViewer *, int ModNum) override
Gui::ViewProviderDragger
protected
virtual
setElementColors
(const std::map< std::string, App::Color > &colors)
Gui::ViewProvider
virtual
setLinkVisible
(bool)
Gui::ViewProvider
setOverrideMode
(const std::string &mode)
Gui::ViewProvider
virtual
setPropertyPrefix
(const char *prefix)
App::PropertyContainer
setPropertyStatus
(unsigned char bit, bool value)
App::PropertyContainer
setPyObject
(PyObject *)
Base::BaseClass
virtual
setRenderCacheMode
(int)
Gui::ViewProvider
virtual
setSelectable
(bool Selectable=true)
Gui::ViewProviderGeometryObject
protected
setStatus
(ViewStatus pos, bool on)
Gui::ViewProvider
setTransformation
(const Base::Matrix4D &rcMatrix)
Gui::ViewProvider
virtual
setTransformation
(const SbMatrix &rcMatrix)
Gui::ViewProvider
virtual
setupContextMenu
(QMenu *, QObject *, const char *)
FemGui::ViewProviderFemConstraint
virtual
setUpdatesEnabled
(bool enable)
Gui::ViewProvider
setVisible
(bool)
Gui::ViewProvider
ShapeColor
FemGui::ViewProviderFemConstraint
ShapeMaterial
Gui::ViewProviderGeometryObject
show
(void) override
Gui::ViewProviderDocumentObject
virtual
showBoundingBox
(bool)
Gui::ViewProviderGeometryObject
virtual
showInTree
() const override
Gui::ViewProviderDocumentObject
virtual
ShowInTree
Gui::ViewProviderDocumentObject
signalChangeIcon
Gui::ViewProvider
signalChangeStatusTip
Gui::ViewProvider
signalChangeToolTip
Gui::ViewProvider
sPixmap
Gui::ViewProvider
protected
startEditing
(int ModNum=0) override
Gui::ViewProviderDragger
virtual
startRestoring
()
Gui::ViewProviderDocumentObject
virtual
StatusBits
Gui::ViewProvider
protected
testStatus
(ViewStatus pos) const
Gui::ViewProvider
TextColor
FemGui::ViewProviderFemConstraint
toString
() const
Gui::ViewProvider
TransactionalObject
(void)
App::TransactionalObject
Transform
enum value
Gui::ViewProvider
Transparency
Gui::ViewProviderGeometryObject
unsetEdit
(int ModNum)
FemGui::ViewProviderFemConstraint
protected
virtual
unsetEditViewer
(View3DInventorViewer *) override
Gui::ViewProviderDragger
protected
virtual
update
(const App::Property *) override
Gui::ViewProviderDocumentObject
virtual
updateArrow
(const SoNode *node, const int idx, const double length, const double radius)
FemGui::ViewProviderFemConstraint
protected
static
updateCone
(const SoNode *node, const int idx, const double height, const double radius)
FemGui::ViewProviderFemConstraint
protected
static
updateCube
(const SoNode *node, const int idx, const double width, const double length, const double height)
FemGui::ViewProviderFemConstraint
protected
static
updateCylinder
(const SoNode *node, const int idx, const double height, const double radius)
FemGui::ViewProviderFemConstraint
protected
static
updateData
(const App::Property *)
FemGui::ViewProviderFemConstraintGear
virtual
updateDisplacement
(const SoNode *node, const int idx, const double height, const double width, const bool gap=false)
FemGui::ViewProviderFemConstraint
protected
static
updateFixed
(const SoNode *node, const int idx, const double height, const double width, const bool gap=false)
FemGui::ViewProviderFemConstraint
protected
static
updatePlacement
(const SoSeparator *sep, const int idx, const SbVec3f &base, const SbRotation &r)
FemGui::ViewProviderFemConstraint
protected
static
updateRotation
(const SoNode *node, const int idx, const double height, const double width, const bool gap=false)
FemGui::ViewProviderFemConstraint
protected
static
updateTransform
(const Base::Placement &from, SoTransform *to)
Gui::ViewProviderDragger
static
updateView
()
Gui::ViewProviderDocumentObject
useNewSelectionModel
(void) const
Gui::ViewProvider
virtual
ViewProvider
()
Gui::ViewProvider
ViewProviderDocumentObject
()
Gui::ViewProviderDocumentObject
ViewProviderDragger
()
Gui::ViewProviderDragger
ViewProviderFemConstraint
(void)
FemGui::ViewProviderFemConstraint
ViewProviderFemConstraintGear
()
FemGui::ViewProviderFemConstraintGear
ViewProviderGeometryObject
()
Gui::ViewProviderGeometryObject
Visibility
Gui::ViewProviderDocumentObject
wizardSubLayout
FemGui::ViewProviderFemConstraint
protected
wizardWidget
FemGui::ViewProviderFemConstraint
protected
~BaseClass
()
Base::BaseClass
virtual
~ExtensionContainer
()
App::ExtensionContainer
virtual
~PropertyContainer
()
App::PropertyContainer
virtual
~TransactionalObject
()
App::TransactionalObject
virtual
~ViewProvider
()
Gui::ViewProvider
virtual
~ViewProviderDocumentObject
()
Gui::ViewProviderDocumentObject
virtual
~ViewProviderDragger
()
Gui::ViewProviderDragger
virtual
~ViewProviderFemConstraint
()
FemGui::ViewProviderFemConstraint
virtual
~ViewProviderFemConstraintGear
()
FemGui::ViewProviderFemConstraintGear
virtual
~ViewProviderGeometryObject
()
Gui::ViewProviderGeometryObject
virtual
1.8.17
|
===================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
SelectionFilterGatePython
Gui::SelectionFilterGatePython Member List
This is the complete list of members for
Gui::SelectionFilterGatePython
, including all inherited members.
allow
(App::Document *, App::DocumentObject *, const char *)
Gui::SelectionFilterGatePython
virtual
notAllowedReason
Gui::SelectionGate
SelectionFilterGatePython
(SelectionFilterPy *obj)
Gui::SelectionFilterGatePython
~SelectionFilterGatePython
()
Gui::SelectionFilterGatePython
virtual
~SelectionGate
()
Gui::SelectionGate
virtual
1.8.17
|
=============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
ManualAlignment
Private
Gui::ManualAlignment::Private Member List
This is the complete list of members for
Gui::ManualAlignment::Private
, including all inherited members.
copyCameraSettings
(SoCamera *cam1, SbRotation &rot_cam1, SbVec3f &pos_cam1, SoCamera *cam2, SbRotation &rot_cam2, SbVec3f &pos_cam2)
Gui::ManualAlignment::Private
static
picksepLeft
Gui::ManualAlignment::Private
picksepRight
Gui::ManualAlignment::Private
pos_cam1
Gui::ManualAlignment::Private
pos_cam2
Gui::ManualAlignment::Private
Private
()
Gui::ManualAlignment::Private
reorientCamera
(SoCamera *cam, const SbRotation &rot)
Gui::ManualAlignment::Private
static
rot_cam1
Gui::ManualAlignment::Private
rot_cam2
Gui::ManualAlignment::Private
sensorCam1
Gui::ManualAlignment::Private
sensorCam2
Gui::ManualAlignment::Private
syncCameraCB
(void *data, SoSensor *s)
Gui::ManualAlignment::Private
static
transformation2x2
(const Base::Vector3d &plane1_base, const Base::Vector3d &plane1_xaxis, const Base::Vector3d &plane2_base, const Base::Vector3d &plane2_xaxis)
Gui::ManualAlignment::Private
static
transformation3x3
(const Base::Vector3d &plane1_base, const Base::Vector3d &plane1_zaxis, const Base::Vector3d &plane1_xaxis, const Base::Vector3d &plane2_base, const Base::Vector3d &plane2_zaxis, const Base::Vector3d &plane2_xaxis)
Gui::ManualAlignment::Private
static
~Private
()
Gui::ManualAlignment::Private
1.8.17
|
=============================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
multiple_arity_boolean_expression
automotive_design.multiple_arity_boolean_expression Member List
This is the complete list of members for
automotive_design.multiple_arity_boolean_expression
, including all inherited members.
multiple_arity_generic_expression_operands
automotive_design.multiple_arity_boolean_expression
multiple_arity_generic_expression_operands
()
automotive_design.multiple_arity_boolean_expression
operands
automotive_design.multiple_arity_generic_expression
operands
()
automotive_design.multiple_arity_generic_expression
automotive_design::boolean_expression.wr1
(self)
automotive_design.generic_expression
automotive_design::multiple_arity_generic_expression.wr1
(self)
automotive_design.generic_expression
1.8.17
|
====================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifclamptypeenum
List of all members
ifc2x3.ifclamptypeenum Class Reference
Additional Inherited Members
Public Member Functions inherited from
SCL.ConstructedDataTypes.ENUMERATION
def
get_enum_ids
(self)
The documentation for this class was generated from the following file:
src/Mod/Import/App/ifc2x3.py
1.8.17
|
======================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
ViewProviderDocumentObjectPy
Gui::ViewProviderDocumentObjectPy Member List
This is the complete list of members for
Gui::ViewProviderDocumentObjectPy
, including all inherited members.
addDisplayMode
(PyObject *args)
Gui::ViewProviderPy
addExtension
(PyObject *args)
App::ExtensionContainerPy
addProperty
(PyObject *args)
Gui::ViewProviderPy
BaseClassPy
(BaseClass *pcObject, PyTypeObject *T=&Type)
Base::BaseClassPy
claimChildren
(PyObject *args)
Gui::ViewProviderPy
DecRef
(void)
Base::PyObjectBase
dumpContent
(PyObject *args, PyObject *kwd)
Base::PersistencePy
dumpPropertyContent
(PyObject *args, PyObject *kwd)
App::PropertyContainerPy
ExtensionContainerPy
(ExtensionContainer *pcObject, PyTypeObject *T=&Type)
App::ExtensionContainerPy
finalization
()
App::ExtensionContainerPy
getAllDerivedFrom
(PyObject *args)
Base::BaseClassPy
getAnnotation
(void) const
Gui::ViewProviderPy
getBaseClassPtr
(void) const
Base::BaseClassPy
getContent
(void) const
Base::PersistencePy
getCustomAttributes
(const char *attr) const
Gui::ViewProviderDocumentObjectPy
getDocument
(void) const
Gui::ViewProviderDocumentObjectPy
getDocumentationOfProperty
(PyObject *args)
App::PropertyContainerPy
getEditorMode
(PyObject *args)
App::PropertyContainerPy
getExtensionContainerPtr
(void) const
App::ExtensionContainerPy
getGroupOfProperty
(PyObject *args)
App::PropertyContainerPy
getIcon
(void) const
Gui::ViewProviderPy
getIV
(void) const
Gui::ViewProviderPy
getMemSize
(void) const
Base::PersistencePy
getModule
(void) const
Base::BaseClassPy
getObject
(void) const
Gui::ViewProviderDocumentObjectPy
getPersistencePtr
(void) const
Base::PersistencePy
getPropertiesList
(void) const
App::PropertyContainerPy
getPropertyByName
(PyObject *args)
App::PropertyContainerPy
getPropertyContainerPtr
(void) const
App::PropertyContainerPy
getRootNode
(void) const
Gui::ViewProviderPy
GetterSetter
Gui::ViewProviderDocumentObjectPy
static
GetType
(void)
Gui::ViewProviderDocumentObjectPy
virtual
getTypeId
(void) const
Base::BaseClassPy
getTypeIdOfProperty
(PyObject *args)
App::PropertyContainerPy
getTypeOfProperty
(PyObject *args)
App::PropertyContainerPy
getViewProviderDocumentObjectPtr
(void) const
Gui::ViewProviderDocumentObjectPy
getViewProviderPtr
(void) const
Gui::ViewProviderPy
hasExtension
(PyObject *args)
App::ExtensionContainerPy
hide
(PyObject *args)
Gui::ViewProviderPy
Immutable
enum value
Base::PyObjectBase
IncRef
(void)
Base::PyObjectBase
initialization
()
App::ExtensionContainerPy
isConst
()
Base::PyObjectBase
isDerivedFrom
(PyObject *args)
Base::BaseClassPy
isNotTracking
() const
Base::PyObjectBase
isValid
()
Base::PyObjectBase
isVisible
(PyObject *args)
Gui::ViewProviderPy
listDisplayModes
(PyObject *args)
Gui::ViewProviderPy
Methods
Gui::ViewProviderDocumentObjectPy
static
Notify
enum value
Base::PyObjectBase
NoTrack
enum value
Base::PyObjectBase
PersistencePy
(Persistence *pcObject, PyTypeObject *T=&Type)
Base::PersistencePy
PointerType
typedef
Gui::ViewProviderDocumentObjectPy
PropertyContainerPy
(PropertyContainer *pcObject, PyTypeObject *T=&Type)
App::PropertyContainerPy
PyDestructor
(PyObject *P)
Base::PyObjectBase
static
PyInit
(PyObject *args, PyObject *k)
Gui::ViewProviderDocumentObjectPy
virtual
PyMake
(struct _typeobject *, PyObject *, PyObject *)
Gui::ViewProviderDocumentObjectPy
static
PyObjectBase
(void *, PyTypeObject *T)
Base::PyObjectBase
removeProperty
(PyObject *args)
Gui::ViewProviderPy
representation
(void) const
Gui::ViewProviderDocumentObjectPy
restoreContent
(PyObject *args)
Base::PersistencePy
restorePropertyContent
(PyObject *args)
App::PropertyContainerPy
setAnnotation
(Py::Object arg)
Gui::ViewProviderPy
setConst
()
Base::PyObjectBase
setCustomAttributes
(const char *attr, PyObject *obj)
Gui::ViewProviderDocumentObjectPy
setEditorMode
(PyObject *args)
App::PropertyContainerPy
setInvalid
()
Base::PyObjectBase
setNotTracking
(bool on=true)
Base::PyObjectBase
setRootNode
(Py::Object arg)
Gui::ViewProviderPy
setShouldNotify
(bool on)
Base::PyObjectBase
setTransformation
(PyObject *args)
Gui::ViewProviderPy
shouldNotify
() const
Base::PyObjectBase
show
(PyObject *args)
Gui::ViewProviderPy
startNotify
()
Base::PyObjectBase
staticCallback_addDisplayMode
(PyObject *self, PyObject *args)
Gui::ViewProviderPy
static
staticCallback_addExtension
(PyObject *self, PyObject *args)
App::ExtensionContainerPy
static
staticCallback_addProperty
(PyObject *self, PyObject *args)
Gui::ViewProviderPy
static
staticCallback_claimChildren
(PyObject *self, PyObject *args)
Gui::ViewProviderPy
static
staticCallback_dumpContent
(PyObject *self, PyObject *args, PyObject *kwd)
Base::PersistencePy
static
staticCallback_dumpPropertyContent
(PyObject *self, PyObject *args, PyObject *kwd)
App::PropertyContainerPy
static
staticCallback_getAllDerivedFrom
(PyObject *self, PyObject *args)
Base::BaseClassPy
static
staticCallback_getAnnotation
(PyObject *self, void *closure)
Gui::ViewProviderPy
static
staticCallback_getContent
(PyObject *self, void *closure)
Base::PersistencePy
static
staticCallback_getDocument
(PyObject *self, void *closure)
Gui::ViewProviderDocumentObjectPy
static
staticCallback_getDocumentationOfProperty
(PyObject *self, PyObject *args)
App::PropertyContainerPy
static
staticCallback_getEditorMode
(PyObject *self, PyObject *args)
App::PropertyContainerPy
static
staticCallback_getGroupOfProperty
(PyObject *self, PyObject *args)
App::PropertyContainerPy
static
staticCallback_getIcon
(PyObject *self, void *closure)
Gui::ViewProviderPy
static
staticCallback_getIV
(PyObject *self, void *closure)
Gui::ViewProviderPy
static
staticCallback_getMemSize
(PyObject *self, void *closure)
Base::PersistencePy
static
staticCallback_getModule
(PyObject *self, void *closure)
Base::BaseClassPy
static
staticCallback_getObject
(PyObject *self, void *closure)
Gui::ViewProviderDocumentObjectPy
static
staticCallback_getPropertiesList
(PyObject *self, void *closure)
App::PropertyContainerPy
static
staticCallback_getPropertyByName
(PyObject *self, PyObject *args)
App::PropertyContainerPy
static
staticCallback_getRootNode
(PyObject *self, void *closure)
Gui::ViewProviderPy
static
staticCallback_getTypeId
(PyObject *self, void *closure)
Base::BaseClassPy
static
staticCallback_getTypeIdOfProperty
(PyObject *self, PyObject *args)
App::PropertyContainerPy
static
staticCallback_getTypeOfProperty
(PyObject *self, PyObject *args)
App::PropertyContainerPy
static
staticCallback_hasExtension
(PyObject *self, PyObject *args)
App::ExtensionContainerPy
static
staticCallback_hide
(PyObject *self, PyObject *args)
Gui::ViewProviderPy
static
staticCallback_isDerivedFrom
(PyObject *self, PyObject *args)
Base::BaseClassPy
static
staticCallback_isVisible
(PyObject *self, PyObject *args)
Gui::ViewProviderPy
static
staticCallback_listDisplayModes
(PyObject *self, PyObject *args)
Gui::ViewProviderPy
static
staticCallback_removeProperty
(PyObject *self, PyObject *args)
Gui::ViewProviderPy
static
staticCallback_restoreContent
(PyObject *self, PyObject *args)
Base::PersistencePy
static
staticCallback_restorePropertyContent
(PyObject *self, PyObject *args)
App::PropertyContainerPy
static
staticCallback_setAnnotation
(PyObject *self, PyObject *value, void *closure)
Gui::ViewProviderPy
static
staticCallback_setContent
(PyObject *self, PyObject *value, void *closure)
Base::PersistencePy
static
staticCallback_setDocument
(PyObject *self, PyObject *value, void *closure)
Gui::ViewProviderDocumentObjectPy
static
staticCallback_setEditorMode
(PyObject *self, PyObject *args)
App::PropertyContainerPy
static
staticCallback_setIcon
(PyObject *self, PyObject *value, void *closure)
Gui::ViewProviderPy
static
staticCallback_setIV
(PyObject *self, PyObject *value, void *closure)
Gui::ViewProviderPy
static
staticCallback_setMemSize
(PyObject *self, PyObject *value, void *closure)
Base::PersistencePy
static
staticCallback_setModule
(PyObject *self, PyObject *value, void *closure)
Base::BaseClassPy
static
staticCallback_setObject
(PyObject *self, PyObject *value, void *closure)
Gui::ViewProviderDocumentObjectPy
static
staticCallback_setPropertiesList
(PyObject *self, PyObject *value, void *closure)
App::PropertyContainerPy
static
staticCallback_setRootNode
(PyObject *self, PyObject *value, void *closure)
Gui::ViewProviderPy
static
staticCallback_setTransformation
(PyObject *self, PyObject *args)
Gui::ViewProviderPy
static
staticCallback_setTypeId
(PyObject *self, PyObject *value, void *closure)
Base::BaseClassPy
static
staticCallback_show
(PyObject *self, PyObject *args)
Gui::ViewProviderPy
static
staticCallback_supportedProperties
(PyObject *self, PyObject *args)
Gui::ViewProviderPy
static
staticCallback_toString
(PyObject *self, PyObject *args)
Gui::ViewProviderPy
static
staticCallback_update
(PyObject *self, PyObject *args)
Gui::ViewProviderDocumentObjectPy
static
Status
enum name
Base::PyObjectBase
StatusBits
Base::PyObjectBase
protected
supportedProperties
(PyObject *args)
Gui::ViewProviderPy
toString
(PyObject *args)
Gui::ViewProviderPy
Type
Gui::ViewProviderDocumentObjectPy
static
update
(PyObject *args)
Gui::ViewProviderDocumentObjectPy
Valid
enum value
Base::PyObjectBase
ViewProviderDocumentObjectPy
(ViewProviderDocumentObject *pcObject, PyTypeObject *T=&Type)
Gui::ViewProviderDocumentObjectPy
ViewProviderPy
(ViewProvider *pcObject, PyTypeObject *T=&Type)
Gui::ViewProviderPy
~BaseClassPy
()
Base::BaseClassPy
protected
~ExtensionContainerPy
()
App::ExtensionContainerPy
protected
~PersistencePy
()
Base::PersistencePy
protected
~PropertyContainerPy
()
App::PropertyContainerPy
protected
~PyObjectBase
()
Base::PyObjectBase
protected
virtual
~ViewProviderDocumentObjectPy
()
Gui::ViewProviderDocumentObjectPy
protected
~ViewProviderPy
()
Gui::ViewProviderPy
protected
1.8.17
|
=====================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
MeshCore
MeshComponents
List of all members
|
Classes
|
Public Types
|
Public Member Functions
MeshCore::MeshComponents Class Reference
The
MeshComponents
class searches for topologic independent segments of the given mesh structure.
More...
#include <TopoAlgorithm.h>
Classes
struct
CNofFacetsCompare
Public Types
enum
TMode
{
OverEdge
,
OverPoint
}
Public Member Functions
MeshComponents
(const
MeshKernel
&rclMesh)
Some important formulas:
More...
void
SearchForComponents
(
TMode
tMode, const std::vector< unsigned long > &aSegment, std::vector< std::vector< unsigned long > > &aclT) const
Does basically the same as the method above escept that only the faces in
aSegment
are regarded.
More...
void
SearchForComponents
(
TMode
tMode, std::vector< std::vector< unsigned long > > &aclT) const
Searches for 'isles' of the mesh.
More...
~MeshComponents
()
Detailed Description
The
MeshComponents
class searches for topologic independent segments of the given mesh structure.
Author
Werner Mayer
Member Enumeration Documentation
β
TMode
enum
MeshCore::MeshComponents::TMode
Enumerator
OverEdge
OverPoint
Constructor & Destructor Documentation
β
MeshComponents()
MeshComponents::MeshComponents
(
const
MeshKernel
&
rclMesh
)
Some important formulas:
Ne = 3Nv - Nb + 3B + 6(G-R) Nt = 2Nv - Nb + 2B + 4(G-R)
Ne <= 3Nv + 6(G-R) Nt <= 2Nv + 4(G-R)
Ne ~ 3Nv, Nv >> G, Nv >> R Nt ~ 2Nv, Nv >> G, Nv >> R
Ne = #Edges Nt = #Facets Nv = #Vertices Nb = #Boundary vertices B = #Boundaries G = Genus (Number of holes) R = #components
See also
http://max-limper.de/publications/Euler/
β
~MeshComponents()
MeshComponents::~MeshComponents
(
)
Member Function Documentation
β
SearchForComponents()
[1/2]
void MeshComponents::SearchForComponents
(
TMode
tMode
,
const std::vector< unsigned long > &
aSegment
,
std::vector< std::vector< unsigned long > > &
aclT
)
const
Does basically the same as the method above escept that only the faces in
aSegment
are regarded.
References
MeshCore::MeshAlgorithm::CountFacetFlag()
,
OverEdge
,
OverPoint
,
MeshCore::MeshAlgorithm::ResetFacetsFlag()
,
MeshCore::MeshAlgorithm::SetFacetFlag()
, and
MeshCore::MeshFacet::VISIT
.
β
SearchForComponents()
[2/2]
void MeshComponents::SearchForComponents
(
TMode
tMode
,
std::vector< std::vector< unsigned long > > &
aclT
)
const
Searches for 'isles' of the mesh.
If
tMode
is
OverEdge
then facets sharing the same edge are regarded as connected, if
tMode
is
OverPoint
then facets sharing a common point are regarded as connected.
Referenced by
Mesh::MeshObject::countComponents()
,
MeshGui::MeshSelection::deselectComponent()
,
MeshCore::MeshTopoAlgorithm::FindComponents()
,
Mesh::MeshObject::getComponents()
, and
MeshGui::MeshSelection::selectComponent()
.
The documentation for this class was generated from the following files:
src/Mod/Mesh/App/Core/TopoAlgorithm.h
src/Mod/Mesh/App/Core/TopoAlgorithm.cpp
1.8.17
|
======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PartGui
ViewProviderPart
List of all members
|
Public Member Functions
|
Protected Member Functions
PartGui::ViewProviderPart Class Reference
#include <ViewProvider.h>
Public Member Functions
virtual
bool
doubleClicked
(void)
is called by the tree if the user double click on the object
More...
ViewProviderPart
()
constructor
More...
virtual
~ViewProviderPart
()
destructor
More...
Public Member Functions inherited from
PartGui::ViewProviderPartExt
virtual void
attach
(
App::DocumentObject
*) override
Attaches the document object to this view provider.
More...
virtual std::vector< std::string >
getDisplayModes
(void) const override
returns a list of all possible modes
More...
void
reload
()
Update the view representation.
More...
virtual void
setDisplayMode
(const char *ModeName) override
set the display mode
More...
virtual void
updateData
(const
App::Property
*) override
ViewProviderPartExt
()
constructor
More...
virtual
~ViewProviderPartExt
()
destructor
More...
virtual
bool
useNewSelectionModel
(void) const override
indicates if the ViewProvider use the new Selection model
More...
virtual std::string
getElement
(const SoDetail *) const override
return a hit element to the selection path or 0
More...
virtual SoDetail *
getDetail
(const char *) const override
return the coin node detail of the subelement
More...
virtual std::vector<
Base::Vector3d
>
getModelPoints
(const SoPickedPoint *) const override
virtual std::vector<
Base::Vector3d
>
getSelectionShape
(const char *Element) const override
return the highlight lines for a given element or the whole shape
More...
void
setHighlightedFaces
(const std::vector<
App::Color
> &colors)
void
setHighlightedFaces
(const std::vector<
App::Material
> &colors)
void
unsetHighlightedFaces
()
void
setHighlightedEdges
(const std::vector<
App::Color
> &colors)
void
unsetHighlightedEdges
()
void
setHighlightedPoints
(const std::vector<
App::Color
> &colors)
void
unsetHighlightedPoints
()
virtual std::map< std::string,
App::Color
>
getElementColors
(const char *element=0) const override
virtual
bool
isUpdateForced
() const override
virtual void
forceUpdate
(
bool
enable=true) override
virtual
bool
allowOverride
(const
App::DocumentObject
&) const override
Allow this class to be used as an override for the original view provider of the given object.
More...
void
setupContextMenu
(
QMenu
*,
QObject
*, const char *) override
set up the context-menu with the supported edit modes
More...
Public Member Functions inherited from
Gui::ViewProviderGeometryObject
SoPickedPoint *
getPickedPoint
(const SbVec2s &pos, const
View3DInventorViewer
&viewer) const
This method is provided for convenience and does basically the same as
getPickedPoints()
unless that only the closest point to the camera will be picked.
More...
SoPickedPointList
getPickedPoints
(const SbVec2s &pos, const
View3DInventorViewer
&viewer,
bool
pickAll=false) const
Returns a list of picked points from the geometry under
getRoot()
.
More...
bool
isSelectable
(void) const
ViewProviderGeometryObject
()
constructor.
More...
virtual
~ViewProviderGeometryObject
()
destructor.
More...
virtual void
showBoundingBox
(
bool
)
Public Member Functions inherited from
Gui::ViewProviderDragger
ViewProviderDragger
()
constructor.
More...
virtual
~ViewProviderDragger
()
destructor.
More...
virtual
ViewProvider
*
startEditing
(int ModNum=0) override
Public Member Functions inherited from
Gui::ViewProviderDocumentObject
virtual
bool
canDelete
(
App::DocumentObject
*obj) const override
Asks the view provider if the given object can be deleted.
More...
virtual
bool
canDropObjectEx
(
App::DocumentObject
*,
App::DocumentObject
*, const char *, const std::vector< std::string > &) const override
Query object dropping with full quanlified name.
More...
virtual
bool
getDetailPath
(const char *subname, SoFullPath *pPath,
bool
append, SoDetail *&det) const override
return the coin node detail and path to the node of the subname
More...
Gui::Document
*
getDocument
() const
Get the GUI document to this
ViewProvider
object.
More...
virtual
bool
getElementPicked
(const SoPickedPoint *, std::string &subname) const override
return a hit element given the picked point which contains the full node path
More...
App::DocumentObject
*
getObject
(void) const
Get the object of this
ViewProvider
object.
More...
PyObject
*
getPyObject
() override
Get the python wrapper for that
ViewProvider
.
More...
virtual void
getTaskViewContent
(std::vector<
Gui::TaskView::TaskContent
* > &) const override
Get a list of TaskBoxes associated with this object.
More...
virtual void
hide
(void) override
Hide the object in the view.
More...
virtual void
reattach
(
App::DocumentObject
*)
virtual int
replaceObject
(
App::DocumentObject
*,
App::DocumentObject
*) override
Replace an object to the view provider by drag and drop.
More...
void
setActiveMode
()
Set the active mode, i.e. the first item of the 'Display' property.
More...
virtual void
show
(void) override
Show the object in the view.
More...
virtual
bool
showInTree
() const override
Tell the tree view if this object should appear there.
More...
virtual void
update
(const
App::Property
*) override
update the content of the
ViewProvider
this method have to implement the recalculation of the
ViewProvider
.
More...
void
updateView
()
Run a redraw.
More...
ViewProviderDocumentObject
()
constructor.
More...
virtual
~ViewProviderDocumentObject
()
destructor.
More...
virtual void
startRestoring
()
virtual void
finishRestoring
()
virtual
bool
removeDynamicProperty
(const char *prop) override
virtual
App::Property
*
addDynamicProperty
(const char *
type
, const char *name=0, const char *group=0, const char *doc=0, short attr=0,
bool
ro=false,
bool
hidden=false) override
virtual
ViewProviderDocumentObject
*
getLinkedViewProvider
(std::string *subname=0,
bool
recursive=false) const
Return the linked view object.
More...
virtual std::string
getFullName
() const override
Public Member Functions inherited from
Gui::ViewProvider
virtual
bool
canAddToSceneGraph
() const
Indicate whether to be added to scene graph or not.
More...
virtual std::vector<
App::DocumentObject
* >
claimChildren3D
(void) const
deliver the children belonging to this object this method is used to deliver the objects to the 3DView which should be grouped under its scene graph.
More...
SoSeparator
*
getAnnotation
(void)
virtual
SoSeparator
*
getBackRoot
(void) const
virtual
SoGroup
*
getChildRoot
(void) const
virtual
SoSeparator
*
getFrontRoot
(void) const
SoSwitch *
getModeSwitch
(void) const
virtual
SoSeparator
*
getRoot
(void) const
SoTransform *
getTransformNode
() const
ViewProvider
()
constructor.
More...
virtual
~ViewProvider
()
destructor.
More...
int
partialRender
(const std::vector< std::string > &subelements,
bool
clear)
partial rendering setup
More...
Base::BoundBox3d
getBoundingBox
(const char *subname=0,
bool
transform=true,
MDIView
*view=0) const
Return the bound box of this view object.
More...
virtual
bool
onDelete
(const std::vector< std::string > &subNames)
Get called if the object is about to get deleted.
More...
virtual void
beforeDelete
()
Called before deletion.
More...
virtual
bool
canDragObjects
() const
Check whether children can be removed from the view provider by drag and drop.
More...
virtual
bool
canDragObject
(
App::DocumentObject
*) const
Check whether the object can be removed from the view provider by drag and drop.
More...
virtual void
dragObject
(
App::DocumentObject
*)
Remove a child from the view provider by drag and drop.
More...
virtual
bool
canDropObjects
() const
Check whether objects can be added to the view provider by drag and drop or drop only.
More...
virtual
bool
canDropObject
(
App::DocumentObject
*) const
Check whether the object can be dropped to the view provider by drag and drop or drop only.
More...
virtual
bool
canDragAndDropObject
(
App::DocumentObject
*) const
Return false to force drop only operation for a given object.
More...
virtual void
dropObject
(
App::DocumentObject
*)
Add an object to the view provider by drag and drop.
More...
virtual std::string
getDropPrefix
() const
return a subname referencing the sub-object holding the dropped objects
More...
virtual std::string
dropObjectEx
(
App::DocumentObject
*obj,
App::DocumentObject
*owner, const char *subname, const std::vector< std::string > &elements)
Add an object with full quanlified name to the view provider by drag and drop.
More...
virtual
bool
canRemoveChildrenFromRoot
() const
Tell the tree view to remove children items from the tree root.
More...
std::string
getActiveDisplayMode
(void) const
virtual const char *
getDefaultDisplayMode
() const
get the default display mode
More...
virtual
bool
isShow
(void) const
checks whether the view provider is visible or not
More...
void
setVisible
(
bool
)
bool
isVisible
() const
void
setLinkVisible
(
bool
)
bool
isLinkVisible
() const
virtual void
setOverrideMode
(const std::string &mode)
Overrides the display mode with mode.
More...
const std::string
getOverrideMode
()
virtual
bool
keyPressed
(
bool
pressed, int key)
is called when the provider is in edit and a key event occurs. Only ESC ends edit.
More...
virtual
bool
mouseMove
(const SbVec2s &cursorPos,
View3DInventorViewer
*viewer)
is called when the provider is in edit and the mouse is moved
More...
virtual
bool
mouseButtonPressed
(int button,
bool
pressed, const SbVec2s &cursorPos, const
View3DInventorViewer
*viewer)
is called when the Provider is in edit and the mouse is clicked
More...
virtual QIcon
getIcon
(void) const
deliver the icon shown in the tree view
More...
virtual std::vector<
App::DocumentObject
* >
claimChildren
(void) const
deliver the children belonging to this object this method is used to deliver the objects to the tree framework which should be grouped under its label.
More...
bool
isUpdatesEnabled
() const
void
setUpdatesEnabled
(
bool
enable)
unsigned long
getStatus
() const
return the status bits
More...
bool
testStatus
(
ViewStatus
pos) const
void
setStatus
(
ViewStatus
pos,
bool
on)
std::string
toString
() const
virtual void
setElementColors
(const std::map< std::string,
App::Color
> &colors)
bool
isEditing
() const
void
finishEditing
()
virtual void
setTransformation
(const
Base::Matrix4D
&rcMatrix)
set the viewing transformation of the provider
More...
virtual void
setTransformation
(const SbMatrix &rcMatrix)
virtual
MDIView
*
getMDIView
() const
virtual void
Restore
(
Base::XMLReader
&reader)
This method is used to restore properties from an XML document.
More...
bool
isRestoring
()
void
addDisplayMaskMode
(
SoNode
*node, const char *
type
)
Adds a new display mask mode.
More...
void
setDisplayMaskMode
(const char *
type
)
Activates the display mask mode
type
.
More...
SoNode
*
getDisplayMaskMode
(const char *
type
) const
Get the node to the display mask mode
type
.
More...
std::vector< std::string >
getDisplayMaskModes
() const
Returns a list of added display mask modes.
More...
void
setDefaultMode
(int)
int
getDefaultMode
() const
virtual void
setRenderCacheMode
(int)
Public Member Functions inherited from
App::TransactionalObject
TransactionalObject
(void)
Constructor.
More...
virtual
~TransactionalObject
()
Public Member Functions inherited from
App::ExtensionContainer
ExtensionIterator
extensionBegin
()
ExtensionContainer
()
ExtensionIterator
extensionEnd
()
App::Extension
*
getExtension
(
Base::Type
,
bool
derived=true,
bool
no_except=false) const
App::Extension
*
getExtension
(const std::string &name) const
template<typename ExtensionT >
ExtensionT
*
getExtensionByType
(
bool
no_except=false,
bool
derived=true) const
std::vector<
Extension
* >
getExtensionsDerivedFrom
(
Base::Type
type
) const
template<typename ExtensionT >
std::vector<
ExtensionT
* >
getExtensionsDerivedFromType
() const
bool
hasExtension
(
Base::Type
,
bool
derived=true) const
bool
hasExtension
(const std::string &name) const
bool
hasExtensions
() const
void
registerExtension
(
Base::Type
extension,
App::Extension
*ext)
virtual
~ExtensionContainer
()
virtual
Property
*
getPropertyByName
(const char *name) const override
find a property by its name
More...
virtual const char *
getPropertyName
(const
Property
*prop) const override
get the name of a property
More...
virtual void
getPropertyMap
(std::map< std::string,
Property
* > &Map) const override
get all properties of the class (including properties of the parent)
More...
virtual void
getPropertyList
(std::vector<
Property
* > &List) const override
get all properties of the class (including properties of the parent)
More...
virtual short
getPropertyType
(const
Property
*prop) const override
get the Type of a
Property
More...
virtual short
getPropertyType
(const char *name) const override
get the Type of a named
Property
More...
virtual const char *
getPropertyGroup
(const
Property
*prop) const override
get the Group of a
Property
More...
virtual const char *
getPropertyGroup
(const char *name) const override
get the Group of a named
Property
More...
virtual const char *
getPropertyDocumentation
(const
Property
*prop) const override
get the Group of a
Property
More...
virtual const char *
getPropertyDocumentation
(const char *name) const override
get the Group of a named
Property
More...
virtual void
Save
(
Base::Writer
&writer) const override
This method is used to save properties to an XML document.
More...
void
saveExtensions
(
Base::Writer
&writer) const
void
restoreExtensions
(
Base::XMLReader
&reader)
Public Member Functions inherited from
App::PropertyContainer
virtual
App::Property
*
getDynamicPropertyByName
(const char *name) const
DynamicProperty::PropData
getDynamicPropertyData
(const
Property
*prop) const
virtual std::vector< std::string >
getDynamicPropertyNames
() const
virtual unsigned int
getMemSize
(void) const
This method is used to get the size of objects It is not meant to have the exact size, it is more or less an estimation which runs fast! Is it two bytes or a GB?
More...
const char *
getPropertyPrefix
() const
bool
isHidden
(const char *name) const
check if the named property is hidden
More...
bool
isHidden
(const
Property
*prop) const
check if the property is hidden
More...
bool
isReadOnly
(const char *name) const
check if the named property is read-only
More...
bool
isReadOnly
(const
Property
*prop) const
check if the property is read-only
More...
PropertyContainer
()
A constructor.
More...
void
setPropertyPrefix
(const char *prefix)
void
setPropertyStatus
(unsigned char bit,
bool
value)
set the Status bit of all properties at once
More...
virtual
~PropertyContainer
()
A destructor.
More...
Public Member Functions inherited from
Base::Persistence
void
dumpToStream
(std::ostream &stream, int compression)
virtual
Base::Type
getTypeId
(void) const
virtual void
RestoreDocFile
(
Reader
&)
This method is used to restore large amounts of data from a file In this method you simply stream in your
SaveDocFile()
saved data.
More...
void
restoreFromStream
(std::istream &stream)
virtual void
SaveDocFile
(
Writer
&) const
This method is used to save large amounts of data to a binary file.
More...
Public Member Functions inherited from
Base::BaseClass
BaseClass
()
Construction.
More...
bool
isDerivedFrom
(const
Type
type
) const
virtual void
setPyObject
(
PyObject
*)
virtual
~BaseClass
()
Destruction.
More...
Protected Member Functions
void
applyColor
(const
Part::ShapeHistory
&hist, const std::vector<
App::Color
> &colBase, std::vector<
App::Color
> &colBool)
void
applyTransparency
(const float &transparency, std::vector<
App::Color
> &colors)
Protected Member Functions inherited from
PartGui::ViewProviderPartExt
bool
setEdit
(int ModNum) override
is called by the document when the provider goes in edit mode
More...
void
unsetEdit
(int ModNum) override
is called when you lose the edit mode
More...
virtual void
onChanged
(const
App::Property
*prop) override
get called by the container whenever a property has been changed
More...
bool
loadParameter
()
void
updateVisual
()
void
getNormals
(const TopoDS_Face &theFace, const Handle(Poly_Triangulation)&aPolyTri, TColgp_Array1OfDir &theNormals)
Protected Member Functions inherited from
Gui::ViewProviderGeometryObject
void
setSelectable
(
bool
Selectable
=true)
virtual unsigned long
getBoundColor
() const
Protected Member Functions inherited from
Gui::ViewProviderDragger
void
setEditViewer
(
View3DInventorViewer
*, int ModNum) override
adjust viewer settings when editing a view provider
More...
void
unsetEditViewer
(
View3DInventorViewer
*) override
restores viewer settings when leaving editing mode
More...
Protected Member Functions inherited from
Gui::ViewProviderDocumentObject
Gui::MDIView
*
getActiveView
() const
Gui::MDIView
*
getEditingView
() const
Gui::MDIView
*
getInventorView
() const
Gui::MDIView
*
getViewOfNode
(
SoNode
*node) const
virtual void
onBeforeChange
(const
App::Property
*prop) override
get called before the value is changed
More...
SoNode
*
findFrontRootOfType
(const SoType &
type
) const
Searches in all view providers that are attached to an object that is part of the same document as the object this view provider is attached to for an front root of
type
.
More...
virtual
bool
isAttachedToDocument
() const override
virtual const char *
detachFromDocument
() override
virtual void
onPropertyStatusChanged
(const
App::Property
&prop, unsigned long oldStatus) override
get called when a property status has changed
More...
Protected Member Functions inherited from
Gui::ViewProvider
virtual QIcon
mergeOverlayIcons
(const QIcon &orig) const
int
getEditingMode
() const
return the edit mode or -1 if nothing is being edited
More...
bool
checkRecursion
(
SoNode
*)
Helper method to check that the node is valid, i.e.
More...
SoPickedPoint *
getPointOnRay
(const SbVec2s &pos, const
View3DInventorViewer
*viewer) const
Helper method to get picked entities while editing.
More...
SoPickedPoint *
getPointOnRay
(const SbVec3f &pos, const SbVec3f &dir, const
View3DInventorViewer
*viewer) const
Helper method to get picked entities while editing.
More...
Protected Member Functions inherited from
App::TransactionalObject
void
onBeforeChangeProperty
(
Document
*doc, const
Property
*prop)
Protected Member Functions inherited from
App::PropertyContainer
virtual const
PropertyData
&
getPropertyData
(void) const
virtual void
handleChangedPropertyName
(
Base::XMLReader
&reader, const char *TypeName, const char *PropName)
PropertyContainer::handleChangedPropertyName
is called during restore to possibly fix reading of older versions of this property container.
More...
virtual void
handleChangedPropertyType
(
Base::XMLReader
&reader, const char *TypeName,
Property
*prop)
PropertyContainer::handleChangedPropertyType
is called during restore to possibly fix reading of older versions of the property container.
More...
Additional Inherited Members
Public Types inherited from
Gui::ViewProvider
enum
EditMode
{
Default
= 0,
Transform
,
Cutting
,
Color
}
Public Types inherited from
App::ExtensionContainer
typedef std::map<
Base::Type
,
App::Extension
* >::iterator
ExtensionIterator
Static Public Member Functions inherited from
Gui::ViewProviderDragger
static void
updateTransform
(const
Base::Placement
&from, SoTransform *to)
Static Public Member Functions inherited from
Gui::ViewProvider
static const std::string &
hiddenMarker
()
static const char *
hasHiddenMarker
(const char *subname)
static SbMatrix
convert
(const
Base::Matrix4D
&rcMatrix)
static
Base::Matrix4D
convert
(const SbMatrix &sbMat)
static void
eventCallback
(void *ud, SoEventCallback *node)
Static Public Member Functions inherited from
Base::Persistence
static void *
create
(void)
static std::string
encodeAttribute
(const std::string &)
Encodes an attribute upon saving.
More...
static
Base::Type
getClassTypeId
(void)
static void
init
(void)
Static Public Member Functions inherited from
Base::BaseClass
static void *
create
(void)
static
Type
getClassTypeId
(void)
static void
init
(void)
Public Attributes inherited from
PartGui::ViewProviderPartExt
App::PropertyAngle
AngularDeflection
App::PropertyBool
ControlPoints
App::PropertyFloatConstraint
Deviation
App::PropertyColorList
DiffuseColor
App::PropertyEnumeration
DrawStyle
App::PropertyEnumeration
Lighting
App::PropertyColor
LineColor
App::PropertyColorList
LineColorArray
App::PropertyMaterial
LineMaterial
App::PropertyFloatConstraint
LineWidth
App::PropertyColor
PointColor
App::PropertyColorList
PointColorArray
App::PropertyMaterial
PointMaterial
App::PropertyFloatConstraint
PointSize
Public Attributes inherited from
Gui::ViewProviderGeometryObject
App::PropertyBool
BoundingBox
App::PropertyBool
Selectable
App::PropertyColor
ShapeColor
App::PropertyMaterial
ShapeMaterial
App::PropertyPercent
Transparency
Public Attributes inherited from
Gui::ViewProviderDocumentObject
App::PropertyEnumeration
DisplayMode
App::PropertyEnumeration
OnTopWhenSelected
App::PropertyEnumeration
SelectionStyle
App::PropertyBool
ShowInTree
App::PropertyBool
Visibility
Public Attributes inherited from
Gui::ViewProvider
boost::signals2::signal< void()>
signalChangeIcon
signal on icon change
More...
boost::signals2::signal< void(const QString &)>
signalChangeToolTip
signal on tooltip change
More...
boost::signals2::signal< void(const QString &)>
signalChangeStatusTip
signal on status tip change
More...
Static Protected Member Functions inherited from
App::PropertyContainer
static const
PropertyData
*
getPropertyDataPtr
(void)
Static Protected Member Functions inherited from
Base::BaseClass
static void
initSubclass
(
Base::Type
&toInit, const char *ClassName, const char *ParentName,
Type::instantiationMethod
method=nullptr)
Protected Attributes inherited from
PartGui::ViewProviderPartExt
SoMaterialBinding *
pcFaceBind
SoMaterialBinding *
pcLineBind
SoMaterialBinding *
pcPointBind
SoMaterial *
pcLineMaterial
SoMaterial *
pcPointMaterial
SoDrawStyle *
pcLineStyle
SoDrawStyle *
pcPointStyle
SoShapeHints *
pShapeHints
SoCoordinate3 *
coords
SoBrepFaceSet
*
faceset
SoNormal *
norm
SoNormalBinding *
normb
SoBrepEdgeSet
*
lineset
SoBrepPointSet
*
nodeset
bool
VisualTouched
bool
NormalsFromUV
Protected Attributes inherited from
Gui::ViewProviderGeometryObject
SoMaterial *
pcShapeMaterial
SoFCBoundingBox
*
pcBoundingBox
SoSwitch *
pcBoundSwitch
SoBaseColor *
pcBoundColor
Protected Attributes inherited from
Gui::ViewProviderDragger
SoFCCSysDragger
*
csysDragger
= nullptr
Protected Attributes inherited from
Gui::ViewProviderDocumentObject
App::DocumentObject
*
pcObject
Gui::Document
*
pcDocument
Protected Attributes inherited from
Gui::ViewProvider
SoSeparator
*
pcRoot
The root Separator of the
ViewProvider
.
More...
SoTransform *
pcTransform
this is transformation for the provider
More...
const char *
sPixmap
SoSwitch *
pcModeSwitch
this is the mode switch, all the different viewing modes are collected here
More...
SoSeparator
*
pcAnnotation
The root separator for annotations.
More...
ViewProviderPy
*
pyViewObject
std::string
overrideMode
std::bitset< 32 >
StatusBits
Protected Attributes inherited from
App::PropertyContainer
DynamicProperty
dynamicProps
Constructor & Destructor Documentation
β
ViewProviderPart()
ViewProviderPart::ViewProviderPart
(
)
constructor
β
~ViewProviderPart()
ViewProviderPart::~ViewProviderPart
(
)
virtual
destructor
Member Function Documentation
β
applyColor()
void ViewProviderPart::applyColor
(
const
Part::ShapeHistory
&
hist
,
const std::vector<
App::Color
> &
colBase
,
std::vector<
App::Color
> &
colBool
)
protected
References
Part::ShapeHistory::shapeMap
.
Referenced by
PartGui::ViewProviderMultiFuse::updateData()
,
PartGui::ViewProviderBoolean::updateData()
,
PartGui::ViewProviderFillet::updateData()
,
PartGui::ViewProviderCompound::updateData()
,
PartGui::ViewProviderMultiCommon::updateData()
, and
PartGui::ViewProviderChamfer::updateData()
.
β
applyTransparency()
void ViewProviderPart::applyTransparency
(
const float &
transparency
,
std::vector<
App::Color
> &
colors
)
protected
Referenced by
PartGui::ViewProviderMultiFuse::updateData()
,
PartGui::ViewProviderBoolean::updateData()
,
PartGui::ViewProviderFillet::updateData()
,
PartGui::ViewProviderCompound::updateData()
,
PartGui::ViewProviderMultiCommon::updateData()
, and
PartGui::ViewProviderChamfer::updateData()
.
β
doubleClicked()
bool
ViewProviderPart::doubleClicked
(
void
)
virtual
is called by the tree if the user double click on the object
Reimplemented from
Gui::ViewProviderDragger
.
Reimplemented in
PartDesignGui::ViewProvider
,
PartDesignGui::ViewProviderBody
,
SketcherGui::ViewProviderSketch
,
PartDesignGui::ViewProviderBase
,
PartDesignGui::ViewProviderSubShapeBinder
,
PartDesignGui::ViewProviderLoft
, and
PartDesignGui::ViewProviderPipe
.
References
Base::Console()
,
Base::ConsoleSingleton::Error()
,
App::PropertyString::getValue()
,
App::DocumentObject::Label
,
Gui::Command::openCommand()
, and
Gui::ViewProviderDocumentObject::pcObject
.
The documentation for this class was generated from the following files:
src/Mod/Part/Gui/ViewProvider.h
src/Mod/Part/Gui/ViewProvider.cpp
1.8.17
|
=========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcopenshell
ifc2x3.ifcopenshell Member List
This is the complete list of members for
ifc2x3.ifcopenshell
, including all inherited members.
cfsfaces
ifc2x3.ifcconnectedfaceset
cfsfaces
()
ifc2x3.ifcconnectedfaceset
layerassignments
()
ifc2x3.ifcrepresentationitem
styledbyitem
()
ifc2x3.ifcrepresentationitem
1.8.17
|
============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
draftguitools
gui_stretch
Classes
draftguitools.gui_stretch Namespace Reference
Classes
class
Stretch
1.8.17
|
=========================================================================================================================
Index
Modules Hierarchy
Alphabetical list
List of all members
|
Public Member Functions
SMESH_Comment Class Reference
Class to generate string from any type.
More...
#include <SMESH_Comment.hxx>
Public Member Functions
operator char *
() const
template<class T >
SMESH_Comment
&
operator<<
(const T &anything)
SMESH_Comment
&
operator=
(const
SMESH_Comment
&c)
SMESH_Comment
()
SMESH_Comment
(const
SMESH_Comment
&c)
template<class T >
SMESH_Comment
(const T &anything)
Detailed Description
Class to generate string from any type.
Constructor & Destructor Documentation
β
SMESH_Comment()
[1/3]
SMESH_Comment::SMESH_Comment
(
)
β
SMESH_Comment()
[2/3]
SMESH_Comment::SMESH_Comment
(
const
SMESH_Comment
&
c
)
β
SMESH_Comment()
[3/3]
template<class T >
SMESH_Comment::SMESH_Comment
(
const T &
anything
)
Member Function Documentation
β
operator char *()
SMESH_Comment::operator char *
(
)
const
β
operator<<()
template<class T >
SMESH_Comment
& SMESH_Comment::operator<<
(
const T &
anything
)
β
operator=()
SMESH_Comment
& SMESH_Comment::operator=
(
const
SMESH_Comment
&
c
)
The documentation for this class was generated from the following file:
src/3rdParty/salomesmesh/inc/SMESH_Comment.hxx
1.8.17
|
===========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
TechDrawGui
QGIViewCollection
List of all members
|
Public Types
|
Public Member Functions
|
Protected Member Functions
TechDrawGui::QGIViewCollection Class Reference
#include <QGIViewCollection.h>
Public Types
enum
{
Type
= QGraphicsItem::UserType + 110
}
Public Types inherited from
TechDrawGui::QGIView
enum
{
Type
= QGraphicsItem::UserType + 101
}
Public Member Functions
virtual void
mouseReleaseEvent
(QGraphicsSceneMouseEvent *event) override
QGIViewCollection
()
int
type
() const override
virtual void
updateView
(
bool
update=false) override
~QGIViewCollection
()=default
Public Member Functions inherited from
TechDrawGui::QGIView
virtual void
addArbitraryItem
(QGraphicsItem *qgi)
void
alignTo
(QGraphicsItem *, const QString &alignment)
virtual QRectF
boundingRect
() const override
virtual void
draw
(void)
virtual void
drawBorder
(void)
virtual void
drawCaption
(void)
QGIViewClip
*
getClipGroup
(void)
virtual QColor
getCurrentColor
(void)
virtual
bool
getFrameState
(void)
MDIViewPage
*
getMDIViewPage
(void) const
virtual QColor
getNormalColor
(void)
virtual QColor
getPreColor
(void)
double
getScale
(void)
virtual QColor
getSelectColor
(void)
virtual QColor
getSettingColor
(void)
const char *
getViewName
() const
const std::string
getViewNameAsString
() const
TechDraw::DrawView
*
getViewObject
() const
virtual void
isVisible
(
bool
state)
virtual
bool
isVisible
(void)
void
makeMark
(
Base::Vector3d
v, QColor c=Qt::red)
void
makeMark
(double x, double y, QColor c=Qt::red)
void
makeMark
(QPointF p, QColor c=Qt::red)
virtual void
mousePressEvent
(QGraphicsSceneMouseEvent *event) override
virtual void
paint
(QPainter *painter, const QStyleOptionGraphicsItem *option,
QWidget
*widget=nullptr) override
QGIView
()
virtual void
removeChild
(
QGIView
*child)
virtual void
rotateView
(void)
virtual void
setGroupSelection
(
bool
b)
void
setLocked
(
bool
b)
virtual void
setSettingColor
(QColor c)
void
setViewFeature
(
TechDraw::DrawView
*obj)
virtual void
toggleCache
(
bool
state)
int
type
() const override
virtual
~QGIView
()
void
setPosition
(qreal x, qreal y)
Methods to ensure that Y-Coordinates are orientated correctly.
More...
qreal
getY
()
bool
isInnerView
()
void
isInnerView
(
bool
state)
double
getYInClip
(double y)
Protected Member Functions
virtual QVariant
itemChange
(GraphicsItemChange change, const QVariant &value) override
Protected Member Functions inherited from
TechDrawGui::QGIView
virtual QRectF
customChildrenBoundingRect
(void) const
void
dumpRect
(const char *text, QRectF r)
Base::Reference
<
ParameterGrp
>
getParmGroupCol
(void)
QGIView
*
getQGIVByName
(std::string name)
virtual void
hoverEnterEvent
(QGraphicsSceneHoverEvent *event) override
virtual void
hoverLeaveEvent
(QGraphicsSceneHoverEvent *event) override
Additional Inherited Members
Public Slots inherited from
TechDrawGui::QGIView
virtual void
onSourceChange
(
TechDraw::DrawView
*newParent)
Static Public Member Functions inherited from
TechDrawGui::QGIView
static int
calculateFontPixelSize
(double sizeInMillimetres)
static int
calculateFontPixelWidth
(const QFont &font)
static double
getDimFontSize
(void)
static
QGVPage
*
getGraphicsView
(
TechDraw::DrawView
*dv)
static QString
getPrefFont
(void)
static double
getPrefFontSize
(void)
static
Gui::ViewProvider
*
getViewProvider
(
App::DocumentObject
*obj)
Public Attributes inherited from
TechDrawGui::QGIView
boost::signals2::signal< void(
QGIView
*, QPointF)>
signalSelectPoint
Static Public Attributes inherited from
TechDrawGui::QGIView
static const double
DefaultFontSizeInMM
= 5.0
Protected Attributes inherited from
TechDrawGui::QGIView
QHash< QString, QGraphicsItem * >
alignHash
QGCustomBorder
*
m_border
QBrush
m_brush
QGICaption
*
m_caption
QColor
m_colCurrent
QColor
m_colNormal
QColor
m_colPre
QColor
m_colSel
QColor
m_colSetting
QPen
m_decorPen
QFont
m_font
bool
m_innerView
QGCustomLabel
*
m_label
QGCustomImage
*
m_lock
bool
m_locked
double
m_lockHeight
double
m_lockWidth
QPen
m_pen
std::string
viewName
TechDraw::DrawView
*
viewObj
Member Enumeration Documentation
β
anonymous enum
anonymous enum
Enumerator
Type
Constructor & Destructor Documentation
β
QGIViewCollection()
QGIViewCollection::QGIViewCollection
(
)
β
~QGIViewCollection()
TechDrawGui::QGIViewCollection::~QGIViewCollection
(
)
default
Member Function Documentation
β
itemChange()
QVariant QGIViewCollection::itemChange
(
GraphicsItemChange
change
,
const QVariant &
value
)
override
protected
virtual
Reimplemented from
TechDrawGui::QGIView
.
Reimplemented in
TechDrawGui::QGIProjGroup
.
References
TechDrawGui::QGIView::itemChange()
.
Referenced by
TechDrawGui::QGIProjGroup::itemChange()
.
β
mouseReleaseEvent()
void QGIViewCollection::mouseReleaseEvent
(
QGraphicsSceneMouseEvent *
event
)
override
virtual
Reimplemented from
TechDrawGui::QGIView
.
Reimplemented in
TechDrawGui::QGIProjGroup
.
References
TechDrawGui::QGIView::mouseReleaseEvent()
.
Referenced by
TechDrawGui::QGIProjGroup::mouseReleaseEvent()
.
β
type()
int TechDrawGui::QGIViewCollection::type
(
)
const
override
β
updateView()
void QGIViewCollection::updateView
(
bool
update
=
false
)
override
virtual
Reimplemented from
TechDrawGui::QGIView
.
Reimplemented in
TechDrawGui::QGIProjGroup
.
References
TechDrawGui::QGIView::updateView()
.
Referenced by
TechDrawGui::QGIProjGroup::updateView()
.
The documentation for this class was generated from the following files:
src/Mod/TechDraw/Gui/QGIViewCollection.h
src/Mod/TechDraw/Gui/QGIViewCollection.cpp
1.8.17
|
====================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcdimensionalexponents
ifc2x3.ifcdimensionalexponents Member List
This is the complete list of members for
ifc2x3.ifcdimensionalexponents
, including all inherited members.
amountofsubstanceexponent
ifc2x3.ifcdimensionalexponents
amountofsubstanceexponent
()
ifc2x3.ifcdimensionalexponents
electriccurrentexponent
ifc2x3.ifcdimensionalexponents
electriccurrentexponent
()
ifc2x3.ifcdimensionalexponents
lengthexponent
ifc2x3.ifcdimensionalexponents
lengthexponent
()
ifc2x3.ifcdimensionalexponents
luminousintensityexponent
ifc2x3.ifcdimensionalexponents
luminousintensityexponent
()
ifc2x3.ifcdimensionalexponents
massexponent
ifc2x3.ifcdimensionalexponents
massexponent
()
ifc2x3.ifcdimensionalexponents
thermodynamictemperatureexponent
ifc2x3.ifcdimensionalexponents
thermodynamictemperatureexponent
()
ifc2x3.ifcdimensionalexponents
timeexponent
ifc2x3.ifcdimensionalexponents
timeexponent
()
ifc2x3.ifcdimensionalexponents
1.8.17
|
===============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
draftviewproviders
view_wire
Classes
draftviewproviders.view_wire Namespace Reference
Classes
class
ViewProviderWire
1.8.17
|
===============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Base
RestoreError
List of all members
|
Public Member Functions
Base::RestoreError Class Reference
#include <Exception.h>
Public Member Functions
RestoreError
()
Construction.
More...
RestoreError
(const char *sMessage)
RestoreError
(const
RestoreError
&inst)
Construction.
More...
RestoreError
(const std::string &sMessage)
virtual
~RestoreError
() throw ()
Destruction.
More...
Public Member Functions inherited from
Base::Exception
std::string
getFile
() const
std::string
getFunction
() const
int
getLine
() const
std::string
getMessage
() const
virtual
PyObject
*
getPyExceptionType
() const
returns the corresponding python exception type
More...
virtual
PyObject
*
getPyObject
(void)
returns a Python dictionary containing the exception data
More...
bool
getReported
() const
bool
getTranslatable
() const
virtual
Base::Type
getTypeId
(void) const
Exception
&
operator=
(const
Exception
&inst)
virtual void
ReportException
(void) const
Reports exception. It includes a mechanism to only report an exception once.
More...
void
setDebugInformation
(const std::string &file, const int line, const std::string &function)
setter methods for including debug information intended to use via macro for autofilling of debugging information
More...
void
setMessage
(const char *sMessage)
void
setMessage
(const std::string &sMessage)
virtual void
setPyException
() const
Sets the Python error indicator and an error message.
More...
virtual void
setPyObject
(
PyObject
*pydict)
returns sets the exception data from a Python dictionary
More...
void
setReported
(
bool
reported)
void
setTranslatable
(
bool
translatable)
virtual const char *
what
(void) const throw ()
virtual
~Exception
() throw ()
Public Member Functions inherited from
Base::BaseClass
BaseClass
()
Construction.
More...
bool
isDerivedFrom
(const
Type
type
) const
virtual
~BaseClass
()
Destruction.
More...
Additional Inherited Members
Static Public Member Functions inherited from
Base::Exception
static void *
create
(void)
static
Base::Type
getClassTypeId
(void)
static void
init
(void)
Static Public Member Functions inherited from
Base::BaseClass
static void *
create
(void)
static
Type
getClassTypeId
(void)
static void
init
(void)
Protected Member Functions inherited from
Base::Exception
Exception
(const char *sMessage)
Exception
(const
Exception
&inst)
Exception
(const std::string &sMessage)
Exception
(void)
Static Protected Member Functions inherited from
Base::BaseClass
static void
initSubclass
(
Base::Type
&toInit, const char *ClassName, const char *ParentName,
Type::instantiationMethod
method=nullptr)
Constructor & Destructor Documentation
β
RestoreError()
[1/4]
RestoreError::RestoreError
(
)
Construction.
β
RestoreError()
[2/4]
RestoreError::RestoreError
(
const char *
sMessage
)
β
RestoreError()
[3/4]
RestoreError::RestoreError
(
const std::string &
sMessage
)
β
RestoreError()
[4/4]
RestoreError::RestoreError
(
const
RestoreError
&
inst
)
Construction.
β
~RestoreError()
virtual Base::RestoreError::~RestoreError
(
)
throw
(
)
virtual
Destruction.
The documentation for this class was generated from the following files:
src/Base/Exception.h
src/Base/Exception.cpp
1.8.17
|
====================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
OpenCascadeNavigationStyle
Gui::OpenCascadeNavigationStyle Member List
This is the complete list of members for
Gui::OpenCascadeNavigationStyle
, including all inherited members.
addToLog
(const SbVec2s pos, const SbTime time)
Gui::NavigationStyle
protected
altdown
Gui::NavigationStyle
protected
BaseClass
()
Base::BaseClass
BOXZOOM
enum value
Gui::NavigationStyle
boxZoom
(const SbBox2s &box)
Gui::NavigationStyle
BoxZoom
enum value
Gui::NavigationStyle
button1down
Gui::NavigationStyle
protected
button2down
Gui::NavigationStyle
protected
button3down
Gui::NavigationStyle
protected
centerTime
Gui::NavigationStyle
protected
clearLog
(void)
Gui::NavigationStyle
protected
Clip
enum value
Gui::NavigationStyle
create
(void)
Base::BaseClass
static
ctrldown
Gui::NavigationStyle
protected
currentmode
Gui::NavigationStyle
protected
doRotate
(SoCamera *camera, float angle, const SbVec2f &pos)
Gui::NavigationStyle
protected
doSpin
()
Gui::NavigationStyle
protected
doZoom
(SoCamera *camera, SbBool forward, const SbVec2f &pos)
Gui::NavigationStyle
protected
doZoom
(SoCamera *camera, float logzoomfactor, const SbVec2f &pos)
Gui::NavigationStyle
protected
DRAGGING
enum value
Gui::NavigationStyle
finalize
()
Gui::NavigationStyle
protected
FocalPointAtCursor
enum value
Gui::NavigationStyle
getClassTypeId
(void)
Base::BaseClass
static
getFocalPoint
() const
Gui::NavigationStyle
getInteractiveCount
(void) const
Gui::NavigationStyle
protected
getOrbitStyle
() const
Gui::NavigationStyle
getPolygon
(SelectionRole *role=0) const
Gui::NavigationStyle
getPyObject
(void)
Base::BaseClass
virtual
getRotationCenter
(SbBool *) const
Gui::NavigationStyle
protected
getRotationCenterMode
() const
Gui::NavigationStyle
getSensitivity
() const
Gui::NavigationStyle
getTypeId
(void) const
Base::BaseClass
virtual
getUserFriendlyNames
()
Gui::UserNavigationStyle
static
getViewingMode
() const
Gui::NavigationStyle
globalPos
Gui::NavigationStyle
protected
handleEventInForeground
(const SoEvent *const e)
Gui::NavigationStyle
protected
historysize
Gui::NavigationStyle
IDLE
enum value
Gui::NavigationStyle
init
(void)
Base::BaseClass
static
initialize
()
Gui::NavigationStyle
protected
initSubclass
(Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr)
Base::BaseClass
protected
static
INTERACT
enum value
Gui::NavigationStyle
interactiveCountDec
(void)
Gui::NavigationStyle
protected
interactiveCountInc
(void)
Gui::NavigationStyle
protected
invertZoom
Gui::NavigationStyle
protected
isAnimating
(void) const
Gui::NavigationStyle
isAnimationEnabled
(void) const
Gui::NavigationStyle
isDerivedFrom
(const Type type) const
Base::BaseClass
isDragAtCursor
() const
Gui::NavigationStyle
isPopupMenuEnabled
(void) const
Gui::NavigationStyle
isResetCursorPosition
() const
Gui::NavigationStyle
isSeekMode
(void) const
Gui::NavigationStyle
protected
isSelecting
() const
Gui::NavigationStyle
isViewing
(void) const
Gui::NavigationStyle
protected
isZoomAtCursor
() const
Gui::NavigationStyle
isZoomInverted
() const
Gui::NavigationStyle
Lasso
enum value
Gui::NavigationStyle
lastmouseposition
Gui::NavigationStyle
protected
localPos
Gui::NavigationStyle
protected
lockrecenter
Gui::NavigationStyle
protected
log
Gui::NavigationStyle
protected
lookAtPoint
(const SbVec3f &)
Gui::NavigationStyle
lookAtPoint
(const SbVec2s screenpos)
Gui::NavigationStyle
protected
menuenabled
Gui::NavigationStyle
protected
mouseButtons
(ViewerMode)
Gui::OpenCascadeNavigationStyle
virtual
mouseSelection
Gui::NavigationStyle
protected
moveCursorPosition
()
Gui::NavigationStyle
protected
NavigationStyle
()
Gui::NavigationStyle
normalizePixelPos
(SbVec2s pixpos)
Gui::NavigationStyle
protected
normalizePixelPos
(SbVec2f pixpos)
Gui::NavigationStyle
protected
OpenCascadeNavigationStyle
()
Gui::OpenCascadeNavigationStyle
openPopupMenu
(const SbVec2s &position)
Gui::NavigationStyle
protected
virtual
operator=
(const NavigationStyle &ns)
Gui::NavigationStyle
OrbitStyle
enum name
Gui::NavigationStyle
pan
(SoCamera *camera)
Gui::NavigationStyle
protected
panCamera
(SoCamera *camera, float vpaspect, const SbPlane &panplane, const SbVec2f &previous, const SbVec2f ¤t)
Gui::NavigationStyle
protected
PANNING
enum value
Gui::NavigationStyle
panningplane
Gui::NavigationStyle
protected
panToCenter
(const SbPlane &pplane, const SbVec2f &currpos)
Gui::NavigationStyle
protected
pcPolygon
Gui::NavigationStyle
protected
position
Gui::NavigationStyle
prevRedrawTime
Gui::NavigationStyle
protected
processEvent
(const SoEvent *const ev)
Gui::NavigationStyle
virtual
processMotionEvent
(const SoMotion3Event *const ev)
Gui::NavigationStyle
virtual
processSoEvent
(const SoEvent *const ev)
Gui::OpenCascadeNavigationStyle
protected
virtual
Rectangle
enum value
Gui::NavigationStyle
redraw
()
Gui::NavigationStyle
reorientCamera
(SoCamera *camera, const SbRotation &rot)
Gui::NavigationStyle
protected
RotationCenterMode
enum name
Gui::NavigationStyle
Rubberband
enum value
Gui::NavigationStyle
saveCursorPosition
(const SoEvent *const ev)
Gui::NavigationStyle
protected
ScenePointAtCursor
enum value
Gui::NavigationStyle
SEEK_MODE
enum value
Gui::NavigationStyle
SEEK_WAIT_MODE
enum value
Gui::NavigationStyle
seekToPoint
(const SbVec2s screenpos)
Gui::NavigationStyle
protected
seekToPoint
(const SbVec3f &scenepos)
Gui::NavigationStyle
protected
selectedRole
Gui::NavigationStyle
protected
SELECTION
enum value
Gui::NavigationStyle
SelectionMode
enum name
Gui::NavigationStyle
setAnimationEnabled
(const SbBool enable)
Gui::NavigationStyle
setCameraOrientation
(const SbRotation &rot, SbBool moveTocenter=false)
Gui::NavigationStyle
setDragAtCursor
(SbBool)
Gui::NavigationStyle
setOrbitStyle
(OrbitStyle style)
Gui::NavigationStyle
setPopupMenuEnabled
(const SbBool on)
Gui::NavigationStyle
setPyObject
(PyObject *)
Base::BaseClass
virtual
setResetCursorPosition
(SbBool)
Gui::NavigationStyle
setRotationCenter
(const SbVec3f &cnt)
Gui::NavigationStyle
setRotationCenterMode
(RotationCenterMode)
Gui::NavigationStyle
setSeekMode
(SbBool enable)
Gui::NavigationStyle
protected
setSensitivity
(float)
Gui::NavigationStyle
setViewer
(View3DInventorViewer *)
Gui::NavigationStyle
setViewing
(SbBool)
Gui::NavigationStyle
protected
setViewingMode
(const ViewerMode newmode)
Gui::NavigationStyle
setZoomAtCursor
(SbBool)
Gui::NavigationStyle
setZoomInverted
(SbBool)
Gui::NavigationStyle
setZoomStep
(float)
Gui::NavigationStyle
shiftdown
Gui::NavigationStyle
protected
size
Gui::NavigationStyle
spin
(const SbVec2f &pointerpos)
Gui::NavigationStyle
protected
spin_simplified
(SoCamera *cam, SbVec2f curpos, SbVec2f prevpos)
Gui::NavigationStyle
protected
spinanimatingallowed
Gui::NavigationStyle
protected
spinincrement
Gui::NavigationStyle
protected
SPINNING
enum value
Gui::NavigationStyle
spinprojector
Gui::NavigationStyle
protected
spinRotation
Gui::NavigationStyle
protected
spinsamplecounter
Gui::NavigationStyle
protected
startAnimating
(const SbVec3f &axis, float velocity)
Gui::NavigationStyle
startSelection
(AbstractMouseSelection *)
Gui::NavigationStyle
startSelection
(SelectionMode=Lasso)
Gui::NavigationStyle
stopAnimating
(void)
Gui::NavigationStyle
stopSelection
()
Gui::NavigationStyle
syncWithEvent
(const SoEvent *const ev)
Gui::NavigationStyle
protected
time
Gui::NavigationStyle
Trackball
enum value
Gui::NavigationStyle
Turntable
enum value
Gui::NavigationStyle
updateAnimation
()
Gui::NavigationStyle
userFriendlyName
() const
Gui::UserNavigationStyle
virtual
UserNavigationStyle
()
Gui::UserNavigationStyle
viewAll
()
Gui::NavigationStyle
virtual
viewer
Gui::NavigationStyle
protected
ViewerMode
enum name
Gui::NavigationStyle
zoom
(SoCamera *camera, float diffvalue)
Gui::NavigationStyle
protected
zoomAtCursor
Gui::NavigationStyle
protected
zoomByCursor
(const SbVec2f &thispos, const SbVec2f &prevpos)
Gui::NavigationStyle
protected
zoomIn
()
Gui::NavigationStyle
ZOOMING
enum value
Gui::NavigationStyle
zoomOut
()
Gui::NavigationStyle
zoomStep
Gui::NavigationStyle
protected
~BaseClass
()
Base::BaseClass
virtual
~NavigationStyle
()
Gui::NavigationStyle
virtual
~OpenCascadeNavigationStyle
()
Gui::OpenCascadeNavigationStyle
~UserNavigationStyle
()
Gui::UserNavigationStyle
1.8.17
|
=====================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Part
Revolution
Part::Revolution Member List
This is the complete list of members for
Part::Revolution
, including all inherited members.
addDynamicProperty
(const char *type, const char *name=0, const char *group=0, const char *doc=0, short attr=0, bool ro=false, bool hidden=false) override
App::DocumentObject
virtual
adjustRelativeLinks
(const std::set< App::DocumentObject * > &inList, std::set< App::DocumentObject * > *visited=0)
App::DocumentObject
virtual
allowDuplicateLabel
() const
App::DocumentObject
virtual
Angle
Part::Revolution
Axis
Part::Revolution
AxisLink
Part::Revolution
Base
Part::Revolution
BaseClass
()
Base::BaseClass
buildHistory
(BRepBuilderAPI_MakeShape &, TopAbs_ShapeEnum type, const TopoDS_Shape &newS, const TopoDS_Shape &oldS)
Part::Feature
protected
canLinkProperties
() const
App::DocumentObject
virtual
canLoadPartial
() const
App::DocumentObject
virtual
clearOutListCache
() const
App::DocumentObject
clearShapeCache
()
Part::Feature
static
create
(void)
Base::Persistence
static
detachFromDocument
() override
App::DocumentObject
virtual
DocumentObject
(void)
App::DocumentObject
dumpToStream
(std::ostream &stream, int compression)
Base::Persistence
dynamicProps
App::PropertyContainer
protected
ElementNameType
enum name
App::GeoFeature
encodeAttribute
(const std::string &)
Base::Persistence
static
enforceRecompute
()
App::DocumentObject
execute
(void) override
Part::Revolution
virtual
Export
enum value
App::GeoFeature
ExpressionEngine
App::DocumentObject
extensionBegin
()
App::ExtensionContainer
ExtensionContainer
()
App::ExtensionContainer
extensionEnd
()
App::ExtensionContainer
ExtensionIterator
typedef
App::ExtensionContainer
FaceMakerClass
Part::Revolution
Feature
(void)
Part::Feature
fetchAxisLink
(const App::PropertyLinkSub &axisLink, Base::Vector3d ¢er, Base::Vector3d &dir, double &angle)
Part::Revolution
static
GeoFeature
(void)
App::GeoFeature
getClassTypeId
(void)
Base::Persistence
static
getDocument
(void) const
App::DocumentObject
getDynamicPropertyByName
(const char *name) const
App::PropertyContainer
virtual
getDynamicPropertyData
(const Property *prop) const
App::PropertyContainer
getDynamicPropertyNames
() const
App::PropertyContainer
virtual
getElementName
(const char *name, ElementNameType type=Normal) const
App::GeoFeature
virtual
getExportName
(bool forced=false) const
App::DocumentObject
getExpression
(const ObjectIdentifier &path) const
App::DocumentObject
virtual
getExtension
(Base::Type, bool derived=true, bool no_except=false) const
App::ExtensionContainer
getExtension
(const std::string &name) const
App::ExtensionContainer
getExtensionByType
(bool no_except=false, bool derived=true) const
App::ExtensionContainer
getExtensionsDerivedFrom
(Base::Type type) const
App::ExtensionContainer
getExtensionsDerivedFromType
() const
App::ExtensionContainer
getFullName
() const override
App::DocumentObject
virtual
getGroup
() const
App::DocumentObject
getID
() const
App::DocumentObject
getInList
(void) const
App::DocumentObject
getInListEx
(std::set< App::DocumentObject * > &inSet, bool recursive, std::vector< App::DocumentObject * > *inList=0) const
App::DocumentObject
getInListEx
(bool recursive) const
App::DocumentObject
getInListRecursive
(void) const
App::DocumentObject
getLinkedObject
(bool recurse=true, Base::Matrix4D *mat=0, bool transform=false, int depth=0) const
App::DocumentObject
virtual
getLocation
() const
Part::Feature
getMemSize
(void) const
App::PropertyContainer
virtual
getNameInDocument
(void) const
App::DocumentObject
getOldLabel
() const
App::DocumentObject
getOutList
() const
App::DocumentObject
getOutList
(int option) const
App::DocumentObject
getOutList
(int option, std::vector< App::DocumentObject * > &res) const
App::DocumentObject
getOutListOfProperty
(App::Property *) const
App::DocumentObject
getOutListRecursive
(void) const
App::DocumentObject
getParents
(int depth=0) const
App::DocumentObject
getPathsByOutList
(App::DocumentObject *to) const
App::DocumentObject
getPropertyByName
(const char *name) const override
App::ExtensionContainer
virtual
getPropertyData
(void) const
App::PropertyContainer
protected
virtual
getPropertyDataPtr
(void)
App::PropertyContainer
protected
static
getPropertyDocumentation
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyDocumentation
(const char *name) const override
App::ExtensionContainer
virtual
getPropertyGroup
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyGroup
(const char *name) const override
App::ExtensionContainer
virtual
getPropertyList
(std::vector< Property * > &List) const override
App::ExtensionContainer
virtual
getPropertyMap
(std::map< std::string, Property * > &Map) const override
App::ExtensionContainer
virtual
getPropertyName
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyOfGeometry
() const override
Part::Feature
virtual
getPropertyPrefix
() const
App::PropertyContainer
getPropertyType
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyType
(const char *name) const override
App::ExtensionContainer
virtual
getPyObject
() override
Part::Feature
virtual
getShape
(const App::DocumentObject *obj, const char *subname=0, bool needSubElement=false, Base::Matrix4D *pmat=0, App::DocumentObject **owner=0, bool resolveLink=true, bool transform=true)
Part::Feature
static
getShapeOwner
(const App::DocumentObject *obj, const char *subname=0)
Part::Feature
static
getStatus
() const
App::DocumentObject
getStatusString
(void) const
App::DocumentObject
getSubObject
(const char *subname, PyObject **pyObj, Base::Matrix4D *mat, bool transform, int depth) const override
Part::Feature
virtual
getSubObjectList
(const char *subname) const
App::DocumentObject
getSubObjects
(int reason=0) const
App::DocumentObject
virtual
getTopoShape
(const App::DocumentObject *obj, const char *subname=0, bool needSubElement=false, Base::Matrix4D *pmat=0, App::DocumentObject **owner=0, bool resolveLink=true, bool transform=true, bool noElementMap=false)
Part::Feature
static
getTypeId
(void) const
Base::Persistence
virtual
getViewProviderName
(void) const override
Part::Revolution
virtual
getViewProviderNameOverride
() const
App::DocumentObject
virtual
getViewProviderNameStored
() const
App::DocumentObject
globalPlacement
() const
App::GeoFeature
GS_DEFAULT
enum value
App::DocumentObject
GS_SELECT
enum value
App::DocumentObject
GSReason
enum name
App::DocumentObject
handleChangedPropertyName
(Base::XMLReader &reader, const char *TypeName, const char *PropName)
App::PropertyContainer
protected
virtual
handleChangedPropertyType
(Base::XMLReader &reader, const char *TypeName, Property *prop)
App::PropertyContainer
protected
virtual
hasChildElement
() const
App::DocumentObject
virtual
hasExtension
(Base::Type, bool derived=true) const
App::ExtensionContainer
hasExtension
(const std::string &name) const
App::ExtensionContainer
hasExtensions
() const
App::ExtensionContainer
hasHiddenMarker
(const char *subname)
App::DocumentObject
static
hasShapeOwner
(const App::DocumentObject *obj, const char *subname=0)
Part::Feature
static
hiddenMarker
()
App::DocumentObject
static
Import
enum value
App::GeoFeature
init
(void)
Base::Persistence
static
initSubclass
(Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr)
Base::BaseClass
protected
static
isAttachedToDocument
() const override
App::DocumentObject
virtual
isDerivedFrom
(const Type type) const
Base::BaseClass
isElementVisible
(const char *element) const
App::DocumentObject
virtual
isError
(void) const
App::DocumentObject
isExporting
() const
App::DocumentObject
isHidden
(const Property *prop) const
App::PropertyContainer
isHidden
(const char *name) const
App::PropertyContainer
isInInList
(DocumentObject *objToTest) const
App::DocumentObject
isInInListRecursive
(DocumentObject *objToTest) const
App::DocumentObject
isInOutList
(DocumentObject *objToTest) const
App::DocumentObject
isInOutListRecursive
(DocumentObject *objToTest) const
App::DocumentObject
isReadOnly
(const Property *prop) const
App::PropertyContainer
isReadOnly
(const char *name) const
App::PropertyContainer
isRecomputing
() const
App::DocumentObject
isRemoving
() const
App::DocumentObject
isRestoring
() const
App::DocumentObject
isTouched
(void) const
App::DocumentObject
isValid
(void) const
App::DocumentObject
joinHistory
(const ShapeHistory &, const ShapeHistory &)
Part::Feature
protected
Label
App::DocumentObject
Label2
App::DocumentObject
mustExecute
() const override
Part::Revolution
virtual
mustRecompute
(void) const
App::DocumentObject
Normal
enum value
App::GeoFeature
oldLabel
App::DocumentObject
protected
onBeforeChange
(const Property *prop) override
App::DocumentObject
protected
virtual
onBeforeChangeLabel
(std::string &newLabel)
App::DocumentObject
virtual
onBeforeChangeProperty
(Document *doc, const Property *prop)
App::TransactionalObject
protected
onChanged
(const App::Property *prop) override
Part::Revolution
virtual
onDocumentRestored
()
App::DocumentObject
protected
virtual
onLostLinkToObject
(DocumentObject *)
App::DocumentObject
virtual
onPropertyStatusChanged
(const Property &prop, unsigned long oldStatus) override
App::DocumentObject
protected
virtual
onSettingDocument
()
App::DocumentObject
protected
virtual
onUpdateElementReference
(const Property *)
App::DocumentObject
virtual
OutListNoExpression
enum value
App::DocumentObject
OutListNoHidden
enum value
App::DocumentObject
OutListNoXLinked
enum value
App::DocumentObject
OutListOption
enum name
App::DocumentObject
pcNameInDocument
App::DocumentObject
protected
Placement
App::GeoFeature
PropertyContainer
()
App::PropertyContainer
purgeError
(void)
App::DocumentObject
purgeTouched
(void)
App::DocumentObject
PythonObject
App::DocumentObject
protected
recompute
() override
Part::Feature
protected
virtual
recomputeFeature
(bool recursive=false)
App::DocumentObject
redirectSubName
(std::ostringstream &ss, DocumentObject *topParent, DocumentObject *child) const
App::DocumentObject
virtual
registerExtension
(Base::Type extension, App::Extension *ext)
App::ExtensionContainer
removeDynamicProperty
(const char *prop) override
App::DocumentObject
virtual
renameObjectIdentifiers
(const std::map< App::ObjectIdentifier, App::ObjectIdentifier > &paths)
App::DocumentObject
virtual
resetError
(void)
App::DocumentObject
protected
resolve
(const char *subname, App::DocumentObject **parent=0, std::string *childName=0, const char **subElement=0, PyObject **pyObj=0, Base::Matrix4D *mat=0, bool transform=true, int depth=0) const
App::DocumentObject
resolveElement
(App::DocumentObject *obj, const char *subname, std::pair< std::string, std::string > &elementName, bool append=false, ElementNameType type=Normal, const DocumentObject *filter=0, const char **element=0, GeoFeature **geo=0)
App::GeoFeature
static
resolveRelativeLink
(std::string &subname, App::DocumentObject *&link, std::string &linkSub) const
App::DocumentObject
Restore
(Base::XMLReader &reader) override
App::ExtensionContainer
virtual
RestoreDocFile
(Reader &)
Base::Persistence
virtual
restoreExtensions
(Base::XMLReader &reader)
App::ExtensionContainer
restoreFromStream
(std::istream &stream)
Base::Persistence
Revolution
()
Part::Revolution
Save
(Base::Writer &writer) const override
App::DocumentObject
virtual
SaveDocFile
(Writer &) const
Base::Persistence
virtual
saveExtensions
(Base::Writer &writer) const
App::ExtensionContainer
setDocument
(App::Document *doc)
App::DocumentObject
protected
setElementVisible
(const char *element, bool visible)
App::DocumentObject
virtual
setError
(void)
App::DocumentObject
protected
setExpression
(const ObjectIdentifier &path, boost::shared_ptr< App::Expression > expr)
App::DocumentObject
virtual
setPropertyPrefix
(const char *prefix)
App::PropertyContainer
setPropertyStatus
(unsigned char bit, bool value)
App::PropertyContainer
setPyObject
(PyObject *)
Base::BaseClass
virtual
setStatus
(ObjectStatus pos, bool on)
App::DocumentObject
setupObject
() override
Part::Revolution
protected
virtual
Shape
Part::Feature
signalBeforeChange
App::DocumentObject
signalChanged
App::DocumentObject
Solid
Part::Revolution
Source
Part::Revolution
StatusBits
App::DocumentObject
protected
StdReturn
App::DocumentObject
static
Symmetric
Part::Revolution
testIfLinkDAGCompatible
(DocumentObject *linkTo) const
App::DocumentObject
testIfLinkDAGCompatible
(const std::vector< DocumentObject * > &linksTo) const
App::DocumentObject
testIfLinkDAGCompatible
(App::PropertyLinkSubList &linksTo) const
App::DocumentObject
testIfLinkDAGCompatible
(App::PropertyLinkSub &linkTo) const
App::DocumentObject
testStatus
(ObjectStatus pos) const
App::DocumentObject
touch
(bool noRecompute=false)
App::DocumentObject
TransactionalObject
(void)
App::TransactionalObject
transformPlacement
(const Base::Placement &transform)
App::GeoFeature
virtual
unsetupObject
()
App::DocumentObject
protected
virtual
Visibility
App::DocumentObject
~BaseClass
()
Base::BaseClass
virtual
~DocumentObject
()
App::DocumentObject
virtual
~ExtensionContainer
()
App::ExtensionContainer
virtual
~Feature
()
Part::Feature
virtual
~GeoFeature
()
App::GeoFeature
virtual
~PropertyContainer
()
App::PropertyContainer
virtual
~TransactionalObject
()
App::TransactionalObject
virtual
1.8.17
|
==========================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
dimensional_location_with_path
automotive_design.dimensional_location_with_path Member List
This is the complete list of members for
automotive_design.dimensional_location_with_path
, including all inherited members.
description
automotive_design.shape_aspect_relationship
description
()
automotive_design.shape_aspect_relationship
id
()
automotive_design.shape_aspect_relationship
name
automotive_design.shape_aspect_relationship
name
()
automotive_design.shape_aspect_relationship
path
automotive_design.dimensional_location_with_path
path
()
automotive_design.dimensional_location_with_path
related_shape_aspect
automotive_design.shape_aspect_relationship
related_shape_aspect
()
automotive_design.shape_aspect_relationship
relating_shape_aspect
automotive_design.shape_aspect_relationship
relating_shape_aspect
()
automotive_design.shape_aspect_relationship
wr1
(self)
automotive_design.shape_aspect_relationship
1.8.17
|
==============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifcmaterial
List of all members
|
Public Member Functions
|
Public Attributes
ifc4.ifcmaterial Class Reference
Public Member Functions
def
category
()
def
description
()
def
hasrepresentation
()
def
isrelatedwith
()
def
name
()
def
relatesto
()
Public Member Functions inherited from
ifc4.ifcmaterialdefinition
def
associatedto
()
def
hasexternalreferences
()
def
hasproperties
()
Public Attributes
category
description
name
Detailed Description
Entity ifcmaterial definition.
:param name
:type name:ifclabel
:param description
:type description:ifctext
:param category
:type category:ifclabel
:param hasrepresentation
:type hasrepresentation:SET(0,1,'ifcmaterialdefinitionrepresentation', scope = schema_scope)
:param isrelatedwith
:type isrelatedwith:SET(0,None,'ifcmaterialrelationship', scope = schema_scope)
:param relatesto
:type relatesto:SET(0,1,'ifcmaterialrelationship', scope = schema_scope)
Member Function Documentation
β
category()
def ifc4.ifcmaterial.category
(
)
References ifc4.ifcmaterial._category, config_control_design.product_category_relationship._category, ifc2x3.ifcenvironmentalimpactvalue._category, automotive_design.product_category_relationship._category, and
ifc4.ifcmaterial.category
.
β
description()
def ifc4.ifcmaterial.description
(
)
References config_control_design.functionally_defined_transformation._description, config_control_design.versioned_action_request._description, config_control_design.product_definition_relationship._description, config_control_design.action_directive._description, config_control_design.product_category._description, ifc2x3.ifcroot._description, config_control_design.organizational_address._description, ifc4.ifcroot._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.characterized_object._description, automotive_design.characterized_object._description, automotive_design.identification_role._description, automotive_design.functionally_defined_transformation._description, ifc2x3.ifcproperty._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.representation_item_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.identification_role._description, config_control_design.document._description, automotive_design.versioned_action_request._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.functionally_defined_transformation._description, automotive_design.geometric_tolerance._description, ifc4.ifcresourcelevelrelationship._description, config_control_design.product_definition_formation._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.versioned_action_request._description, ifc4.ifcproperty._description, automotive_design.product_definition_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.geometric_tolerance._description, automotive_design.action_resource._description, automotive_design.product_definition._description, config_control_design.uncertainty_measure_with_unit._description, automotive_design.resource_property_representation._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.general_property._description, automotive_design.time_interval._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.representation_relationship._description, automotive_design.action_directive._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_relationship._description, automotive_design.event_occurrence_context_role._description, automotive_design.shape_aspect._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.time_interval._description, config_control_design.representation_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_directive._description, automotive_design.shape_aspect_relationship._description, config_control_design.property_definition._description, config_control_design.organization_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.concept_feature_operator._description, automotive_design.concept_feature_operator._description, ifc2x3.ifcpropertyconstraintrelationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.configuration_item_relationship._description, automotive_design.property_definition._description, ifc4.ifcclassificationreference._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.descriptive_representation_item._description, automotive_design.item_defined_transformation._description, config_control_design.configuration_item._description, ifc4.ifcmaterial._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association._description, config_control_design.item_defined_transformation._description, config_control_design.action_method._description, config_control_design.product_category_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.group._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition._description, automotive_design.product_concept_feature_association._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.shape_aspect._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_category._description, automotive_design.general_property._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.shape_aspect_relationship._description, automotive_design.product_category._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.uncertainty_qualifier._description, automotive_design.uncertainty_qualifier._description, config_control_design.product._description, config_control_design.shape_aspect_relationship._description, automotive_design.organizational_address._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organizational_address._description, config_control_design.personal_address._description, config_control_design.document_relationship._description, config_control_design.action._description, config_control_design.organizational_project._description, config_control_design.contract_type._description, config_control_design.product_concept._description, automotive_design.data_environment._description, config_control_design.product_definition._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.data_environment._description, automotive_design.product_concept._description, config_control_design.organization._description, ifc2x3.ifcshapeaspect._description, automotive_design.group_relationship._description, config_control_design.certification_type._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept._description, automotive_design.item_identified_representation_usage._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.general_property_relationship._description, automotive_design.product_definition_formation_relationship._description, automotive_design.representation_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.group_relationship._description, config_control_design.shape_aspect._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.item_identified_representation_usage._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_formation_relationship._description, config_control_design.approval_relationship._description, ifc2x3.ifcdocumentinformation._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.item_defined_transformation._description, automotive_design.action._description, automotive_design.product_definition_formation._description, automotive_design.descriptive_representation_item._description, ifc2x3.ifcaddress._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_formation._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.annotation_occurrence_relationship._description, automotive_design.event_occurrence_role._description, ifc2x3.ifcproductrepresentation._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.event_occurrence_role._description, ifc2x3.ifcphysicalquantity._description, automotive_design.draughting_callout_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.draughting_callout_relationship._description, ifc2x3.ifcorganization._description, automotive_design.process_property_association._description, ifc2x3.ifcconstraint._description, automotive_design.group._description, automotive_design.uncertainty_measure_with_unit._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.uncertainty_measure_with_unit._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.event_occurrence_relationship._description, ifc2x3.ifcpropertydependencyrelationship._description, ifc2x3.ifcappliedvalue._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.property_definition._description, automotive_design.action_resource_requirement._description, ifc2x3.ifcdraughtingcalloutrelationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.presentation_layer_assignment._description, automotive_design.presentation_layer_assignment._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.concept_feature_relationship._description, automotive_design.concept_feature_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.event_occurrence._description, automotive_design.event_occurrence._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.configuration_item._description, ifc2x3.ifcactorrole._description, automotive_design.configuration_item._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organization_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_method_relationship._description, automotive_design.organization_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.contract_relationship._description, ifc2x3.ifcextendedmaterialproperties._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.geometric_tolerance_relationship._description, automotive_design.action_method._description, automotive_design.geometric_tolerance_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature._description, automotive_design.product_concept_feature._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.text_font_family._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_substitute._description, automotive_design.product_definition_substitute._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.time_interval_relationship._description, automotive_design.document._description, automotive_design.versioned_action_request_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.document._description, ifc2x3.ifcreferencesvaluedocument._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_method._description, automotive_design.product_category_relationship._description, automotive_design.application_context_relationship._description, automotive_design.externally_defined_item_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.externally_defined_item_relationship._description, ifc2x3.ifcconstraintrelationship._description, automotive_design.effectivity_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.effectivity_relationship._description, ifc2x3.ifcapproval._description, automotive_design.organizational_project_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organizational_project_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.text_font._description, ifc2x3.ifctimeseries._description, automotive_design.product_definition_context_role._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_context_role._description, automotive_design.property_definition_relationship._description, automotive_design.action_property._description, ifc2x3.ifcorganizationrelationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.property_definition_relationship._description, automotive_design.document_product_association._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_property._description, automotive_design.product._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.document_product_association._description, ifc2x3.ifcconstraintaggregationrelationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product._description, automotive_design.classification_role._description, ifc2x3.ifcapprovalrelationship._description, automotive_design.general_property_association._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.classification_role._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.general_property_association._description, automotive_design.personal_address._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_method_role._description, automotive_design.document_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.personal_address._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.document_relationship._description, automotive_design.resource_requirement_type._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.external_source_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action._description, automotive_design.organizational_project._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organizational_project._description, automotive_design.action_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_relationship._description, automotive_design.time_interval_role._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.time_interval_role._description, automotive_design.action_method_relationship._description, automotive_design.attribute_value_role._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.attribute_value_role._description, automotive_design.contract_type._description, ifc2x3.ifcpresentationlayerassignment._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.contract_type._description, automotive_design.document_usage_role._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.document_usage_role._description, automotive_design.resource_property._description, ifc2x3.ifcappliedvaluerelationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_relationship._description, automotive_design.process_product_association._description, automotive_design.product_concept_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organization._description, automotive_design.organization._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.effectivity_context_role._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.certification_type._description, automotive_design.effectivity_context_role._description, automotive_design.certification_type._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.measure_qualification._description, automotive_design.measure_qualification._description, automotive_design.annotation_occurrence_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_occurrence_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.object_role._description, automotive_design.product_definition_occurrence_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.approval_relationship._description, automotive_design.object_role._description, automotive_design.approval_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.material_designation_characterization._description, automotive_design.general_property_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_property_representation._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organizational_project_role._description, automotive_design.material_designation_characterization._description, automotive_design.action_property_representation._description, automotive_design.organizational_project_role._description, and
ifc4.ifcmaterial.description
.
β
hasrepresentation()
def ifc4.ifcmaterial.hasrepresentation
(
)
β
isrelatedwith()
def ifc4.ifcmaterial.isrelatedwith
(
)
β
name()
def ifc4.ifcmaterial.name
(
)
References SMESHDS_Hypothesis._name, Gui::ToolBarItem._name, Gui::MenuItem._name, SMESH_File._name, SMESH_Gen::TAlgoStateError._name, Gui::Workbench._name, SMESH_HypoFilter::NamePredicate._name, zipios::FileEntry::MatchName._name, zipios::FileEntry::MatchFileName._name, Base::Reader._name, config_control_design.representation_item._name, config_control_design.functionally_defined_transformation._name, config_control_design.representation._name, config_control_design.certification._name, config_control_design.product_definition_relationship._name, PointPos._name, config_control_design.action_directive._name, config_control_design.product_category._name, automotive_design.curve_style._name, ifc2x3.ifcroot._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.curve_style._name, automotive_design.representation_item._name, ifc4.ifcroot._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.characterized_object._name, automotive_design.characterized_object._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.representation_item._name, automotive_design.identification_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.material_designation._name, automotive_design.functionally_defined_transformation._name, ifc2x3.ifcproperty._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.representation_item_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.identification_role._name, config_control_design.document._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.functionally_defined_transformation._name, config_control_design.conversion_based_unit._name, automotive_design.geometric_tolerance._name, ifc4.ifcresourcelevelrelationship._name, automotive_design.representation._name, ifc4.ifcproperty._name, automotive_design.certification._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.si_unit._name, automotive_design.product_definition_relationship._name, ifc2x3.ifcstructuralload._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.geometric_tolerance._name, config_control_design.application_context_element._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.representation._name, automotive_design.action_resource._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.certification._name, ifc2x3.ifcstyleditem._name, config_control_design.uncertainty_measure_with_unit._name, automotive_design.resource_property_representation._name, ifc2x3.ifclightsource._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.general_property._name, automotive_design.time_interval._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.representation_relationship._name, ifc2x3.ifcstructuralconnectioncondition._name, ifc4.ifcstructuralload._name, automotive_design.action_directive._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_relationship._name, ifc2x3.ifcexternalreference._name, automotive_design.event_occurrence_context_role._name, automotive_design.shape_aspect._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.time_interval._name, ifc2x3.ifcmaterial._name, config_control_design.representation_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_directive._name, config_control_design.person_and_organization_role._name, automotive_design.shape_aspect_relationship._name, config_control_design.property_definition._name, ifc4.ifclightsource._name, config_control_design.organization_relationship._name, ifc4.ifcstructuralconnectioncondition._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.concept_feature_operator._name, automotive_design.concept_feature_operator._name, ifc2x3.ifcpropertyconstraintrelationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.configuration_item_relationship._name, automotive_design.property_definition._name, ifc4.ifcexternalreference._name, automotive_design.item_defined_transformation._name, config_control_design.configuration_item._name, ifc4.ifcmaterial._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association._name, config_control_design.item_defined_transformation._name, config_control_design.action_method._name, config_control_design.product_category_relationship._name, ifc2x3.ifcboundarycondition._name, ifc2x3.ifcpresentationstyle._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.context_dependent_unit._name, config_control_design.context_dependent_unit._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.group._name, config_control_design.alternate_product_relationship._name, automotive_design.product_concept_feature_association._name, config_control_design.contract._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.shape_aspect._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_category._name, ifc2x3.ifcpredefineditem._name, automotive_design.general_property._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.shape_aspect_relationship._name, automotive_design.product_category._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.tolerance_zone_form._name, automotive_design.tolerance_zone_form._name, config_control_design.product._name, config_control_design.shape_aspect_relationship._name, automotive_design.text_style._name, config_control_design.document_relationship._name, config_control_design.assembly_component_usage_substitute._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.pre_defined_item._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.text_style._name, automotive_design.pre_defined_item._name, config_control_design.action._name, config_control_design.organizational_project._name, config_control_design.date_time_role._name, config_control_design.si_unit._name, automotive_design.context_dependent_unit._name, config_control_design.product_concept._name, automotive_design.data_environment._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.colour_specification._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.data_environment._name, automotive_design.product_concept._name, config_control_design.organization._name, ifc2x3.ifcshapeaspect._name, automotive_design.group_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept._name, automotive_design.item_identified_representation_usage._name, config_control_design.security_classification._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.general_property_relationship._name, automotive_design.product_definition_formation_relationship._name, config_control_design.approval_status._name, automotive_design.representation_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.curve_style_font_and_scaling._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.group_relationship._name, config_control_design.shape_aspect._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.item_identified_representation_usage._name, config_control_design.security_classification_level._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_formation_relationship._name, config_control_design.approval_relationship._name, ifc2x3.ifcdocumentinformation._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.item_defined_transformation._name, automotive_design.action._name, automotive_design.conversion_based_unit._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.conversion_based_unit._name, automotive_design.point_style._name, ifc2x3.ifccurvestylefontandscaling._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.annotation_occurrence_relationship._name, automotive_design.event_occurrence_role._name, ifc2x3.ifcproductrepresentation._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.point_style._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.event_occurrence_role._name, ifc2x3.ifcphysicalquantity._name, automotive_design.draughting_callout_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.draughting_callout_relationship._name, ifc2x3.ifcorganization._name, ifc2x3.ifcpropertyenumeration._name, automotive_design.application_context_element._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.application_context_element._name, automotive_design.dimensional_size._name, automotive_design.process_property_association._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.dimensional_size._name, ifc2x3.ifcconstraint._name, automotive_design.group._name, automotive_design.uncertainty_measure_with_unit._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.uncertainty_measure_with_unit._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.event_occurrence_relationship._name, ifc2x3.ifcpropertydependencyrelationship._name, ifc2x3.ifcappliedvalue._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.fill_area_style._name, automotive_design.fill_area_style._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.property_definition._name, automotive_design.action_resource_requirement._name, ifc2x3.ifcclassification._name, ifc2x3.ifcdraughtingcalloutrelationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.person_and_organization_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.presentation_layer_assignment._name, automotive_design.person_and_organization_role._name, automotive_design.presentation_layer_assignment._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.concept_feature_relationship._name, automotive_design.concept_feature_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.event_occurrence._name, automotive_design.event_occurrence._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.configuration_item._name, automotive_design.configuration_item._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organization_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_method_relationship._name, automotive_design.action_resource_type._name, automotive_design.organization_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.contract_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.geometric_tolerance_relationship._name, ifc2x3.ifcextendedmaterialproperties._name, automotive_design.action_method._name, automotive_design.geometric_tolerance_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature._name, automotive_design.product_concept_feature._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.curve_style_font._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.text_font_family._name, automotive_design.curve_style_font._name, ifc2x3.ifccolourspecification._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.time_interval_relationship._name, automotive_design.document._name, automotive_design.versioned_action_request_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.document._name, ifc2x3.ifcreferencesvaluedocument._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_method._name, automotive_design.product_category_relationship._name, automotive_design.application_context_relationship._name, automotive_design.externally_defined_item_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.externally_defined_item_relationship._name, ifc2x3.ifcconstraintrelationship._name, automotive_design.alternate_product_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.alternate_product_relationship._name, automotive_design.effectivity_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.effectivity_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.contract._name, automotive_design.contract._name, ifc2x3.ifcapproval._name, ifc2x3.ifctable._name, automotive_design.organizational_project_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organizational_project_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.text_font._name, automotive_design.organization_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organization_role._name, ifc2x3.ifctimeseries._name, automotive_design.product_definition_context_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_context_role._name, automotive_design.property_definition_relationship._name, automotive_design.action_property._name, ifc2x3.ifcorganizationrelationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.property_definition_relationship._name, automotive_design.document_product_association._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_property._name, automotive_design.product._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.document_product_association._name, ifc2x3.ifcconstraintaggregationrelationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product._name, automotive_design.classification_role._name, ifc2x3.ifcapprovalrelationship._name, automotive_design.general_property_association._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.classification_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.general_property_association._name, ifc2x3.ifcsiunit._name, ifc2x3.ifccontextdependentunit._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_method_role._name, automotive_design.document_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.document_relationship._name, automotive_design.type_qualifier._name, automotive_design.assembly_component_usage_substitute._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.type_qualifier._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.assembly_component_usage_substitute._name, automotive_design.resource_requirement_type._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.external_source_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action._name, automotive_design.organizational_project._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organizational_project._name, automotive_design.date_time_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.date_time_role._name, automotive_design.action_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_relationship._name, automotive_design.colour_specification._name, automotive_design.material_designation._name, automotive_design.time_interval_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.time_interval_role._name, ifc2x3.ifcconversionbasedunit._name, automotive_design.action_method_relationship._name, automotive_design.date_role._name, automotive_design.si_unit._name, automotive_design.attribute_value_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.date_role._name, automotive_design.fill_area_style_colour._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.attribute_value_role._name, ifc2x3.ifcpresentationlayerassignment._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.fill_area_style_colour._name, automotive_design.document_usage_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.document_usage_role._name, automotive_design.resource_property._name, ifc2x3.ifcappliedvaluerelationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_relationship._name, automotive_design.process_product_association._name, automotive_design.product_concept_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organization._name, automotive_design.organization._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.effectivity_context_role._name, automotive_design.effectivity_context_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.measure_qualification._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.security_classification._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.approval_status._name, automotive_design.measure_qualification._name, automotive_design.security_classification._name, automotive_design.annotation_occurrence_relationship._name, ifc2x3.ifclibraryinformation._name, automotive_design.approval_status._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_occurrence_relationship._name, ifc2x3.ifccurvestylefont._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.object_role._name, automotive_design.product_definition_occurrence_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.security_classification_level._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.approval_relationship._name, automotive_design.object_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.document_representation_type._name, automotive_design.security_classification_level._name, automotive_design.approval_relationship._name, automotive_design.document_representation_type._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.material_designation_characterization._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.symbol_style._name, automotive_design.general_property_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.surface_side_style._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_property_representation._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organizational_project_role._name, automotive_design.material_designation_characterization._name, automotive_design.symbol_style._name, automotive_design.surface_side_style._name, automotive_design.action_property_representation._name, automotive_design.organizational_project_role._name, automotive_design.pair_actuator._name, and
ifc4.ifcmaterial.name
.
β
relatesto()
def ifc4.ifcmaterial.relatesto
(
)
Member Data Documentation
β
category
ifc4.ifcmaterial.category
Referenced by
ifc4.ifcmaterial.category()
.
β
description
ifc4.ifcmaterial.description
Referenced by
ifc4.ifcmaterial.description()
.
β
name
ifc4.ifcmaterial.name
Referenced by
prototype.Node.addtofreecad()
,
gzip_utf8.GzipFile.filename()
,
ifc4.ifcapproval.hasidentifierorname()
,
ifc4.ifcmaterial.name()
,
Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunction.output()
,
prototype.Node.pprint()
,
prototype.Node.pprint2()
,
PathScripts.PathSetupSheetGui.OpTaskPanel.propertyGroup()
, and
PathScripts.PathSetupSheetGui.OpTaskPanel.propertyName()
.
The documentation for this class was generated from the following file:
src/Mod/Import/App/ifc4.py
1.8.17
|
======================================================================================================================
Index
Modules Hierarchy
Alphabetical list
List of all members
|
Public Member Functions
|
Public Attributes
ElementItem Class Reference
Public Member Functions
ElementItem
(const QIcon &icon, const QString &text, int elementnr, int startingVertex, int midVertex, int endVertex,
Base::Type
geometryType,
bool
construction,
bool
external)
ElementItem
(const QString &text, int elementnr, int startingVertex, int midVertex, int endVertex,
Base::Type
geometryType,
bool
construction,
bool
external)
~ElementItem
()
Public Attributes
int
ElementNbr
int
EndVertex
Base::Type
GeometryType
bool
isConstruction
bool
isEndPointSelected
bool
isExternal
bool
isLineSelected
bool
isMidPointSelected
bool
isStartingPointSelected
int
MidVertex
int
StartingVertex
Constructor & Destructor Documentation
β
ElementItem()
[1/2]
ElementItem::ElementItem
(
const QIcon &
icon
,
const QString &
text
,
int
elementnr
,
int
startingVertex
,
int
midVertex
,
int
endVertex
,
Base::Type
geometryType
,
bool
construction
,
bool
external
)
β
ElementItem()
[2/2]
ElementItem::ElementItem
(
const QString &
text
,
int
elementnr
,
int
startingVertex
,
int
midVertex
,
int
endVertex
,
Base::Type
geometryType
,
bool
construction
,
bool
external
)
β
~ElementItem()
ElementItem::~ElementItem
(
)
Member Data Documentation
β
ElementNbr
int ElementItem::ElementNbr
Referenced by
SketcherGui::TaskSketcherElements::on_listWidgetElements_itemEntered()
,
SketcherGui::TaskSketcherElements::on_listWidgetElements_itemSelectionChanged()
, and
SketcherGui::TaskSketcherElements::onSelectionChanged()
.
β
EndVertex
int ElementItem::EndVertex
Referenced by
SketcherGui::TaskSketcherElements::on_listWidgetElements_itemSelectionChanged()
.
β
GeometryType
Base::Type
ElementItem::GeometryType
Referenced by
SketcherGui::TaskSketcherElements::on_listWidgetElements_filterShortcutPressed()
, and
SketcherGui::TaskSketcherElements::on_listWidgetElements_itemEntered()
.
β
isConstruction
bool
ElementItem::isConstruction
β
isEndPointSelected
bool
ElementItem::isEndPointSelected
Referenced by
SketcherGui::TaskSketcherElements::on_listWidgetElements_itemSelectionChanged()
, and
SketcherGui::TaskSketcherElements::onSelectionChanged()
.
β
isExternal
bool
ElementItem::isExternal
β
isLineSelected
bool
ElementItem::isLineSelected
Referenced by
SketcherGui::TaskSketcherElements::on_listWidgetElements_itemSelectionChanged()
, and
SketcherGui::TaskSketcherElements::onSelectionChanged()
.
β
isMidPointSelected
bool
ElementItem::isMidPointSelected
Referenced by
SketcherGui::TaskSketcherElements::on_listWidgetElements_itemSelectionChanged()
, and
SketcherGui::TaskSketcherElements::onSelectionChanged()
.
β
isStartingPointSelected
bool
ElementItem::isStartingPointSelected
Referenced by
SketcherGui::TaskSketcherElements::on_listWidgetElements_itemSelectionChanged()
, and
SketcherGui::TaskSketcherElements::onSelectionChanged()
.
β
MidVertex
int ElementItem::MidVertex
Referenced by
SketcherGui::TaskSketcherElements::on_listWidgetElements_itemSelectionChanged()
.
β
StartingVertex
int ElementItem::StartingVertex
Referenced by
SketcherGui::TaskSketcherElements::on_listWidgetElements_itemSelectionChanged()
.
The documentation for this class was generated from the following file:
src/Mod/Sketcher/Gui/TaskSketcherElements.cpp
1.8.17
|
===================================================================================================================
Index
Modules Hierarchy
Alphabetical list
List of all members
|
Public Member Functions
|
Static Public Attributes
|
Protected Attributes
JtReader Class Reference
#include <JtReader.h>
Public Member Functions
JtReader
()
void
readLodSegment
(const
TOC_Entry
&,
LodHandler
&)
void
readSegment
(int tocIndex)
const std::vector<
TOC_Entry
> &
readToc
()
void
setFile
(const std::string fileName)
~JtReader
()
Static Public Attributes
static const
GUID
TriStripSetShapeLODElement_ID
Protected Attributes
vector<
TOC_Entry
>
TocEntries
Constructor & Destructor Documentation
β
JtReader()
JtReader::JtReader
(
)
β
~JtReader()
JtReader::~JtReader
(
)
Member Function Documentation
β
readLodSegment()
void JtReader::readLodSegment
(
const
TOC_Entry
&
toc
,
LodHandler
&
)
References
TOC_Entry::getSegmentType()
,
Element_Header::Object_Type_ID
, and
TOC_Entry::Segment_Offset
.
Referenced by
TestJtReader::read()
.
β
readSegment()
void JtReader::readSegment
(
int
tocIndex
)
β
readToc()
const std::vector<
TOC_Entry
> & JtReader::readToc
(
)
References
Context::Strm
.
β
setFile()
void JtReader::setFile
(
const std::string
fileName
)
Member Data Documentation
β
TocEntries
vector<
TOC_Entry
> JtReader::TocEntries
protected
Referenced by
TestJtReader::read()
.
β
TriStripSetShapeLODElement_ID
const
GUID
JtReader::TriStripSetShapeLODElement_ID
static
The documentation for this class was generated from the following files:
src/Mod/JtReader/App/JrJt/JtReader.h
src/Mod/JtReader/App/JrJt/JtReader.cpp
1.8.17
|
===================================================================================================================
Index
Modules Hierarchy
Alphabetical list
List of all members
|
Public Types
|
Public Member Functions
|
Public Attributes
triplet Struct Reference
Public Types
typedef int
value_type
Public Member Functions
double
distance_to
(
triplet
const &x) const
value_type
operator[]
(size_t const N) const
triplet
(const
triplet
&x)
triplet
(
value_type
a,
value_type
b,
value_type
c)
~triplet
()
Public Attributes
value_type
d
[3]
Member Typedef Documentation
β
value_type
typedef int
triplet::value_type
Constructor & Destructor Documentation
β
triplet()
[1/2]
triplet::triplet
(
value_type
a
,
value_type
b
,
value_type
c
)
References
d
.
β
triplet()
[2/2]
triplet::triplet
(
const
triplet
&
x
)
References
d
.
β
~triplet()
triplet::~triplet
(
)
Member Function Documentation
β
distance_to()
double triplet::distance_to
(
triplet
const &
x
)
const
References
d
, and
DraftVecUtils::dist()
.
β
operator[]()
value_type
triplet::operator[]
(
size_t const
N
)
const
References
d
.
Member Data Documentation
β
d
value_type
triplet::d[3]
Referenced by
distance_to()
,
operator[]()
, and
triplet()
.
The documentation for this struct was generated from the following file:
src/3rdParty/libkdtree/examples/test_kdtree.cpp
1.8.17
|
=============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
MED
TGaussCoord
List of all members
|
Public Member Functions
MED::TGaussCoord Class Reference
Define a helper class to handle Gauss
Points
coordinates.
More...
#include <MED_GaussUtils.hxx>
Public Member Functions
TCoordSliceArr
GetCoordSliceArr
(
TInt
theElemId)
Get slice of the coordinate that corresponds to defined cell.
More...
TCCoordSliceArr
GetCoordSliceArr
(
TInt
theElemId) const
Get slice of the coordinate that corresponds to defined cell (const version)
More...
TInt
GetDim
() const
TInt
GetNbElem
() const
TInt
GetNbGauss
() const
unsigned char *
GetValuePtr
()
void
Init
(
TInt
theNbElem,
TInt
theNbGauss,
TInt
theDim,
EModeSwitch
theMode=
eFULL_INTERLACE
)
To init the class.
More...
TGaussCoord
()
Detailed Description
Define a helper class to handle Gauss
Points
coordinates.
Constructor & Destructor Documentation
β
TGaussCoord()
MED::TGaussCoord::TGaussCoord
(
)
Member Function Documentation
β
GetCoordSliceArr()
[1/2]
TCoordSliceArr
MED::TGaussCoord::GetCoordSliceArr
(
TInt
theElemId
)
Get slice of the coordinate that corresponds to defined cell.
References
MED::eFULL_INTERLACE
.
β
GetCoordSliceArr()
[2/2]
TCCoordSliceArr
MED::TGaussCoord::GetCoordSliceArr
(
TInt
theElemId
)
const
Get slice of the coordinate that corresponds to defined cell (const version)
References
MED::eFULL_INTERLACE
.
Referenced by
MED::TShapeFun::Eval()
, and
MED::GetBaryCenter()
.
β
GetDim()
TInt
MED::TGaussCoord::GetDim
(
)
const
β
GetNbElem()
TInt
MED::TGaussCoord::GetNbElem
(
)
const
β
GetNbGauss()
TInt
MED::TGaussCoord::GetNbGauss
(
)
const
β
GetValuePtr()
unsigned char * MED::TGaussCoord::GetValuePtr
(
)
β
Init()
void MED::TGaussCoord::Init
(
TInt
theNbElem
,
TInt
theNbGauss
,
TInt
theDim
,
EModeSwitch
theMode
=
eFULL_INTERLACE
)
To init the class.
Referenced by
MED::TShapeFun::Eval()
, and
MED::GetBaryCenter()
.
The documentation for this class was generated from the following files:
src/3rdParty/salomesmesh/inc/MED_GaussUtils.hxx
src/3rdParty/salomesmesh/src/SMESH/MED_GaussUtils.cpp
1.8.17
|
================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
MeshCore
FunctionContainer
MeshCore::FunctionContainer Member List
This is the complete list of members for
MeshCore::FunctionContainer
, including all inherited members.
Assign
(const double *pKoef)
MeshCore::FunctionContainer
CurvatureInfo
(double x, double y, double z, double &rfCurv0, double &rfCurv1, Wm4::Vector3< double > &rkDir0, Wm4::Vector3< double > &rkDir1, double &dDistance)
MeshCore::FunctionContainer
CurvatureInfo
(double x, double y, double z, double &rfCurv0, double &rfCurv1)
MeshCore::FunctionContainer
dKoeff
MeshCore::FunctionContainer
protected
F
(double x, double y, double z)
MeshCore::FunctionContainer
Function
typedef
MeshCore::FunctionContainer
FunctionContainer
(const double *pKoef)
MeshCore::FunctionContainer
Fx
(double x, double y, double z)
MeshCore::FunctionContainer
Fxx
(double x, double y, double z)
MeshCore::FunctionContainer
Fxy
(double x, double y, double z)
MeshCore::FunctionContainer
Fxz
(double x, double y, double z)
MeshCore::FunctionContainer
Fy
(double x, double y, double z)
MeshCore::FunctionContainer
Fyy
(double x, double y, double z)
MeshCore::FunctionContainer
Fyz
(double x, double y, double z)
MeshCore::FunctionContainer
Fz
(double x, double y, double z)
MeshCore::FunctionContainer
Fzz
(double x, double y, double z)
MeshCore::FunctionContainer
GetGradient
(double x, double y, double z) const
MeshCore::FunctionContainer
GetHessian
(double x, double y, double z) const
MeshCore::FunctionContainer
operator[]
(int idx)
MeshCore::FunctionContainer
pImplSurf
MeshCore::FunctionContainer
protected
~FunctionContainer
()
MeshCore::FunctionContainer
1.8.17
|
=============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
MeshCore
MeshEvaluation
MeshCore::MeshEvaluation Member List
This is the complete list of members for
MeshCore::MeshEvaluation
, including all inherited members.
Evaluate
()=0
MeshCore::MeshEvaluation
pure virtual
MeshEvaluation
(const MeshKernel &rclB)
MeshCore::MeshEvaluation
~MeshEvaluation
()
MeshCore::MeshEvaluation
virtual
1.8.17
|
==========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
MeshGui
TaskRemoveComponents
List of all members
|
Public Member Functions
MeshGui::TaskRemoveComponents Class Reference
Embed the panel into a task dialog.
More...
#include <RemoveComponents.h>
Public Member Functions
bool
accept
()
is called by the framework if the dialog is accepted (Ok)
More...
void
clicked
(int)
is called by the framework if a button is clicked which has no accept or reject role
More...
virtual QDialogButtonBox::StandardButtons
getStandardButtons
() const
tells the framework which buttons are wished for the dialog
More...
virtual
bool
isAllowedAlterDocument
(void) const
virtual void
modifyStandardButtons
(QDialogButtonBox *)
TaskRemoveComponents
()
~TaskRemoveComponents
()
Public Member Functions inherited from
Gui::TaskView::TaskDialog
ButtonPosition
buttonPosition
() const
bool
canClose
() const
void
emitDestructionSignal
()
const std::vector<
QWidget
* > &
getDialogContent
(void) const
const std::string &
getDocumentName
() const
virtual void
helpRequested
()
is called by the framework if the user press the help button
More...
virtual
bool
isAllowedAlterSelection
(void) const
virtual
bool
isAllowedAlterView
(void) const
bool
isEscapeButtonEnabled
() const
virtual
bool
needsFullSpace
() const
virtual void
open
()
is called by the framework when the dialog is opened
More...
virtual
bool
reject
()
is called by the framework if the dialog is rejected (Cancel)
More...
void
setButtonPosition
(
ButtonPosition
p)
void
setDocumentName
(const std::string &doc)
void
setEscapeButtonEnabled
(
bool
on)
Defines whether a task dialog can be rejected by pressing Esc.
More...
TaskDialog
()
~TaskDialog
()
Additional Inherited Members
Public Types inherited from
Gui::TaskView::TaskDialog
enum
ButtonPosition
{
North
,
South
}
Signals inherited from
Gui::TaskView::TaskDialog
void
aboutToBeDestroyed
()
Protected Attributes inherited from
Gui::TaskView::TaskDialog
std::vector<
QWidget
* >
Content
List of TaskBoxes of that dialog.
More...
ButtonPosition
pos
Detailed Description
Embed the panel into a task dialog.
Constructor & Destructor Documentation
β
TaskRemoveComponents()
TaskRemoveComponents::TaskRemoveComponents
(
)
References
Gui::TaskView::TaskDialog::Content
, and
QSint::ActionGroup::groupLayout()
.
β
~TaskRemoveComponents()
TaskRemoveComponents::~TaskRemoveComponents
(
)
Member Function Documentation
β
accept()
bool
TaskRemoveComponents::accept
(
)
virtual
is called by the framework if the dialog is accepted (Ok)
Reimplemented from
Gui::TaskView::TaskDialog
.
β
clicked()
void TaskRemoveComponents::clicked
(
int
)
virtual
is called by the framework if a button is clicked which has no accept or reject role
Reimplemented from
Gui::TaskView::TaskDialog
.
References
MeshGui::RemoveComponents::deleteSelection()
,
MeshGui::RemoveComponents::invertSelection()
, and
MeshGui::RemoveComponents::reject()
.
β
getStandardButtons()
virtual QDialogButtonBox::StandardButtons MeshGui::TaskRemoveComponents::getStandardButtons
(
)
const
virtual
tells the framework which buttons are wished for the dialog
Reimplemented from
Gui::TaskView::TaskDialog
.
β
isAllowedAlterDocument()
virtual
bool
MeshGui::TaskRemoveComponents::isAllowedAlterDocument
(
void
)
const
virtual
Indicates whether this task dialog allows other commands to modify the document while it is open.
Reimplemented from
Gui::TaskView::TaskDialog
.
β
modifyStandardButtons()
void TaskRemoveComponents::modifyStandardButtons
(
QDialogButtonBox *
box
)
virtual
Reimplemented from
Gui::TaskView::TaskDialog
.
The documentation for this class was generated from the following files:
src/Mod/Mesh/Gui/RemoveComponents.h
src/Mod/Mesh/Gui/RemoveComponents.cpp
1.8.17
|
======================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
SpreadsheetGui
ViewProviderSheet
SpreadsheetGui::ViewProviderSheet Member List
This is the complete list of members for
SpreadsheetGui::ViewProviderSheet
, including all inherited members.
addDisplayMaskMode
(SoNode *node, const char *type)
Gui::ViewProvider
addDynamicProperty
(const char *type, const char *name=0, const char *group=0, const char *doc=0, short attr=0, bool ro=false, bool hidden=false) override
Gui::ViewProviderDocumentObject
virtual
allowOverride
(const App::DocumentObject &) const
Gui::ViewProviderDocumentObject
virtual
attach
(App::DocumentObject *pcObject)
Gui::ViewProviderDocumentObject
virtual
BaseClass
()
Base::BaseClass
beforeDelete
() override
SpreadsheetGui::ViewProviderSheet
virtual
canAddToSceneGraph
() const
Gui::ViewProvider
virtual
canDelete
(App::DocumentObject *obj) const override
Gui::ViewProviderDocumentObject
virtual
canDragAndDropObject
(App::DocumentObject *) const
Gui::ViewProvider
virtual
canDragObject
(App::DocumentObject *) const
Gui::ViewProvider
virtual
canDragObjects
() const
Gui::ViewProvider
virtual
canDropObject
(App::DocumentObject *) const
Gui::ViewProvider
virtual
canDropObjectEx
(App::DocumentObject *, App::DocumentObject *, const char *, const std::vector< std::string > &) const override
Gui::ViewProviderDocumentObject
virtual
canDropObjects
() const
Gui::ViewProvider
virtual
canRemoveChildrenFromRoot
() const
Gui::ViewProvider
virtual
checkRecursion
(SoNode *)
Gui::ViewProvider
protected
claimChildren
(void) const
Gui::ViewProvider
virtual
claimChildren3D
(void) const
Gui::ViewProvider
virtual
Color
enum value
Gui::ViewProvider
convert
(const Base::Matrix4D &rcMatrix)
Gui::ViewProvider
static
convert
(const SbMatrix &sbMat)
Gui::ViewProvider
static
create
(void)
Base::Persistence
static
Cutting
enum value
Gui::ViewProvider
Default
enum value
Gui::ViewProvider
detachFromDocument
() override
Gui::ViewProviderDocumentObject
protected
virtual
DisplayMode
Gui::ViewProviderDocumentObject
doubleClicked
(void) override
SpreadsheetGui::ViewProviderSheet
virtual
dragObject
(App::DocumentObject *)
Gui::ViewProvider
virtual
dropObject
(App::DocumentObject *)
Gui::ViewProvider
virtual
dropObjectEx
(App::DocumentObject *obj, App::DocumentObject *owner, const char *subname, const std::vector< std::string > &elements)
Gui::ViewProvider
virtual
dumpToStream
(std::ostream &stream, int compression)
Base::Persistence
dynamicProps
App::PropertyContainer
protected
EditMode
enum name
Gui::ViewProvider
encodeAttribute
(const std::string &)
Base::Persistence
static
eventCallback
(void *ud, SoEventCallback *node)
Gui::ViewProvider
static
extensionBegin
()
App::ExtensionContainer
ExtensionContainer
()
App::ExtensionContainer
extensionEnd
()
App::ExtensionContainer
ExtensionIterator
typedef
App::ExtensionContainer
findFrontRootOfType
(const SoType &type) const
Gui::ViewProviderDocumentObject
protected
finishEditing
()
Gui::ViewProvider
finishRestoring
()
Gui::ViewProviderDocumentObject
virtual
forceUpdate
(bool enable=true)
Gui::ViewProviderDocumentObject
virtual
getActiveDisplayMode
(void) const
Gui::ViewProvider
getActiveView
() const
Gui::ViewProviderDocumentObject
protected
getAnnotation
(void)
Gui::ViewProvider
getBackRoot
(void) const
Gui::ViewProvider
virtual
getBoundingBox
(const char *subname=0, bool transform=true, MDIView *view=0) const
Gui::ViewProvider
getChildRoot
(void) const
Gui::ViewProvider
virtual
getClassTypeId
(void)
Base::Persistence
static
getDefaultDisplayMode
() const
Gui::ViewProvider
virtual
getDefaultMode
() const
Gui::ViewProvider
getDetail
(const char *) const
Gui::ViewProvider
virtual
getDetailPath
(const char *subname, SoFullPath *pPath, bool append, SoDetail *&det) const override
Gui::ViewProviderDocumentObject
virtual
getDisplayMaskMode
(const char *type) const
Gui::ViewProvider
getDisplayMaskModes
() const
Gui::ViewProvider
getDisplayModes
() const override
SpreadsheetGui::ViewProviderSheet
virtual
getDocument
() const
Gui::ViewProviderDocumentObject
getDropPrefix
() const
Gui::ViewProvider
virtual
getDynamicPropertyByName
(const char *name) const
App::PropertyContainer
virtual
getDynamicPropertyData
(const Property *prop) const
App::PropertyContainer
getDynamicPropertyNames
() const
App::PropertyContainer
virtual
getEditingMode
() const
Gui::ViewProvider
protected
getEditingView
() const
Gui::ViewProviderDocumentObject
protected
getElement
(const SoDetail *) const
Gui::ViewProvider
virtual
getElementColors
(const char *element=0) const
Gui::ViewProvider
virtual
getElementPicked
(const SoPickedPoint *, std::string &subname) const override
Gui::ViewProviderDocumentObject
virtual
getExtension
(Base::Type, bool derived=true, bool no_except=false) const
App::ExtensionContainer
getExtension
(const std::string &name) const
App::ExtensionContainer
getExtensionByType
(bool no_except=false, bool derived=true) const
App::ExtensionContainer
getExtensionsDerivedFrom
(Base::Type type) const
App::ExtensionContainer
getExtensionsDerivedFromType
() const
App::ExtensionContainer
getFrontRoot
(void) const
Gui::ViewProvider
virtual
getFullName
() const override
Gui::ViewProviderDocumentObject
virtual
getIcon
() const override
SpreadsheetGui::ViewProviderSheet
virtual
getInventorView
() const
Gui::ViewProviderDocumentObject
protected
getLinkedViewProvider
(std::string *subname=0, bool recursive=false) const
Gui::ViewProviderDocumentObject
virtual
getMDIView
() const override
SpreadsheetGui::ViewProviderSheet
virtual
getMemSize
(void) const
App::PropertyContainer
virtual
getModelPoints
(const SoPickedPoint *) const
Gui::ViewProvider
virtual
getModeSwitch
(void) const
Gui::ViewProvider
getObject
(void) const
Gui::ViewProviderDocumentObject
getOverrideMode
()
Gui::ViewProvider
getPointOnRay
(const SbVec2s &pos, const View3DInventorViewer *viewer) const
Gui::ViewProvider
protected
getPointOnRay
(const SbVec3f &pos, const SbVec3f &dir, const View3DInventorViewer *viewer) const
Gui::ViewProvider
protected
getPropertyByName
(const char *name) const override
App::ExtensionContainer
virtual
getPropertyData
(void) const
App::PropertyContainer
protected
virtual
getPropertyDataPtr
(void)
App::PropertyContainer
protected
static
getPropertyDocumentation
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyDocumentation
(const char *name) const override
App::ExtensionContainer
virtual
getPropertyGroup
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyGroup
(const char *name) const override
App::ExtensionContainer
virtual
getPropertyList
(std::vector< Property * > &List) const override
App::ExtensionContainer
virtual
getPropertyMap
(std::map< std::string, Property * > &Map) const override
App::ExtensionContainer
virtual
getPropertyName
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyPrefix
() const
App::PropertyContainer
getPropertyType
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyType
(const char *name) const override
App::ExtensionContainer
virtual
getPyObject
() override
Gui::ViewProviderDocumentObject
virtual
getRoot
(void) const
Gui::ViewProvider
virtual
getSelectionShape
(const char *Element) const
Gui::ViewProvider
virtual
getSpreadsheetObject
() const
SpreadsheetGui::ViewProviderSheet
getStatus
() const
Gui::ViewProvider
getTaskViewContent
(std::vector< Gui::TaskView::TaskContent * > &) const override
Gui::ViewProviderDocumentObject
virtual
getTransformNode
() const
Gui::ViewProvider
getTypeId
(void) const
Base::Persistence
virtual
getViewOfNode
(SoNode *node) const
Gui::ViewProviderDocumentObject
protected
handleChangedPropertyName
(Base::XMLReader &reader, const char *TypeName, const char *PropName)
App::PropertyContainer
protected
virtual
handleChangedPropertyType
(Base::XMLReader &reader, const char *TypeName, Property *prop)
App::PropertyContainer
protected
virtual
hasExtension
(Base::Type, bool derived=true) const
App::ExtensionContainer
hasExtension
(const std::string &name) const
App::ExtensionContainer
hasExtensions
() const
App::ExtensionContainer
hasHiddenMarker
(const char *subname)
Gui::ViewProvider
static
hiddenMarker
()
Gui::ViewProvider
static
hide
(void) override
Gui::ViewProviderDocumentObject
virtual
init
(void)
Base::Persistence
static
initSubclass
(Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr)
Base::BaseClass
protected
static
isAttachedToDocument
() const override
Gui::ViewProviderDocumentObject
protected
virtual
isDerivedFrom
(const Type type) const
Base::BaseClass
isEditing
() const
Gui::ViewProvider
isHidden
(const Property *prop) const
App::PropertyContainer
isHidden
(const char *name) const
App::PropertyContainer
isLinkVisible
() const
Gui::ViewProvider
isReadOnly
(const Property *prop) const
App::PropertyContainer
isReadOnly
(const char *name) const
App::PropertyContainer
isRestoring
()
Gui::ViewProvider
isSelectable
(void) const
Gui::ViewProvider
virtual
isShow
(void) const override
SpreadsheetGui::ViewProviderSheet
virtual
isUpdateForced
() const
Gui::ViewProviderDocumentObject
virtual
isUpdatesEnabled
() const
Gui::ViewProvider
isVisible
() const
Gui::ViewProvider
keyPressed
(bool pressed, int key)
Gui::ViewProvider
virtual
mergeOverlayIcons
(const QIcon &orig) const
Gui::ViewProvider
protected
virtual
mouseButtonPressed
(int button, bool pressed, const SbVec2s &cursorPos, const View3DInventorViewer *viewer)
Gui::ViewProvider
virtual
mouseMove
(const SbVec2s &cursorPos, View3DInventorViewer *viewer)
Gui::ViewProvider
virtual
onBeforeChange
(const App::Property *prop) override
Gui::ViewProviderDocumentObject
protected
virtual
onBeforeChangeProperty
(Document *doc, const Property *prop)
App::TransactionalObject
protected
onChanged
(const App::Property *prop) override
Gui::ViewProviderDocumentObject
protected
virtual
onDelete
(const std::vector< std::string > &subNames)
Gui::ViewProvider
virtual
onPropertyStatusChanged
(const App::Property &prop, unsigned long oldStatus) override
Gui::ViewProviderDocumentObject
protected
virtual
OnTopWhenSelected
Gui::ViewProviderDocumentObject
overrideMode
Gui::ViewProvider
protected
partialRender
(const std::vector< std::string > &subelements, bool clear)
Gui::ViewProvider
pcAnnotation
Gui::ViewProvider
protected
pcDocument
Gui::ViewProviderDocumentObject
protected
pcModeSwitch
Gui::ViewProvider
protected
pcObject
Gui::ViewProviderDocumentObject
protected
pcRoot
Gui::ViewProvider
protected
pcTransform
Gui::ViewProvider
protected
PropertyContainer
()
App::PropertyContainer
pyViewObject
Gui::ViewProvider
protected
reattach
(App::DocumentObject *)
Gui::ViewProviderDocumentObject
virtual
registerExtension
(Base::Type extension, App::Extension *ext)
App::ExtensionContainer
removeDynamicProperty
(const char *prop) override
Gui::ViewProviderDocumentObject
virtual
replaceObject
(App::DocumentObject *, App::DocumentObject *) override
Gui::ViewProviderDocumentObject
virtual
Restore
(Base::XMLReader &reader)
Gui::ViewProvider
virtual
RestoreDocFile
(Reader &)
Base::Persistence
virtual
restoreExtensions
(Base::XMLReader &reader)
App::ExtensionContainer
restoreFromStream
(std::istream &stream)
Base::Persistence
Save
(Base::Writer &writer) const override
App::ExtensionContainer
virtual
SaveDocFile
(Writer &) const
Base::Persistence
virtual
saveExtensions
(Base::Writer &writer) const
App::ExtensionContainer
SelectionStyle
Gui::ViewProviderDocumentObject
setActiveMode
()
Gui::ViewProviderDocumentObject
setDefaultMode
(int)
Gui::ViewProvider
setDisplayMaskMode
(const char *type)
Gui::ViewProvider
setDisplayMode
(const char *ModeName) override
SpreadsheetGui::ViewProviderSheet
virtual
setEdit
(int ModNum) override
SpreadsheetGui::ViewProviderSheet
virtual
setEditViewer
(View3DInventorViewer *, int ModNum)
Gui::ViewProvider
virtual
setElementColors
(const std::map< std::string, App::Color > &colors)
Gui::ViewProvider
virtual
setLinkVisible
(bool)
Gui::ViewProvider
setOverrideMode
(const std::string &mode)
Gui::ViewProvider
virtual
setPropertyPrefix
(const char *prefix)
App::PropertyContainer
setPropertyStatus
(unsigned char bit, bool value)
App::PropertyContainer
setPyObject
(PyObject *)
Base::BaseClass
virtual
setRenderCacheMode
(int)
Gui::ViewProvider
virtual
setStatus
(ViewStatus pos, bool on)
Gui::ViewProvider
setTransformation
(const Base::Matrix4D &rcMatrix)
Gui::ViewProvider
virtual
setTransformation
(const SbMatrix &rcMatrix)
Gui::ViewProvider
virtual
setupContextMenu
(QMenu *menu, QObject *receiver, const char *member) override
SpreadsheetGui::ViewProviderSheet
virtual
setUpdatesEnabled
(bool enable)
Gui::ViewProvider
setVisible
(bool)
Gui::ViewProvider
show
(void) override
Gui::ViewProviderDocumentObject
virtual
showInTree
() const override
Gui::ViewProviderDocumentObject
virtual
ShowInTree
Gui::ViewProviderDocumentObject
showSpreadsheetView
()
SpreadsheetGui::ViewProviderSheet
protected
signalChangeIcon
Gui::ViewProvider
signalChangeStatusTip
Gui::ViewProvider
signalChangeToolTip
Gui::ViewProvider
sPixmap
Gui::ViewProvider
protected
startEditing
(int ModNum=0)
Gui::ViewProvider
virtual
startRestoring
()
Gui::ViewProviderDocumentObject
virtual
StatusBits
Gui::ViewProvider
protected
testStatus
(ViewStatus pos) const
Gui::ViewProvider
toString
() const
Gui::ViewProvider
TransactionalObject
(void)
App::TransactionalObject
Transform
enum value
Gui::ViewProvider
unsetEdit
(int ModNum)
Gui::ViewProvider
protected
virtual
unsetEditViewer
(View3DInventorViewer *)
Gui::ViewProvider
virtual
update
(const App::Property *) override
Gui::ViewProviderDocumentObject
virtual
updateData
(const App::Property *prop) override
SpreadsheetGui::ViewProviderSheet
protected
virtual
updateView
()
Gui::ViewProviderDocumentObject
useNewSelectionModel
(void) const override
SpreadsheetGui::ViewProviderSheet
virtual
ViewProvider
()
Gui::ViewProvider
ViewProviderDocumentObject
()
Gui::ViewProviderDocumentObject
ViewProviderSheet
()
SpreadsheetGui::ViewProviderSheet
Visibility
Gui::ViewProviderDocumentObject
~BaseClass
()
Base::BaseClass
virtual
~ExtensionContainer
()
App::ExtensionContainer
virtual
~PropertyContainer
()
App::PropertyContainer
virtual
~TransactionalObject
()
App::TransactionalObject
virtual
~ViewProvider
()
Gui::ViewProvider
virtual
~ViewProviderDocumentObject
()
Gui::ViewProviderDocumentObject
virtual
~ViewProviderSheet
()
SpreadsheetGui::ViewProviderSheet
1.8.17
|
=========================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
addonmanager_workers
CheckWBWorker
addonmanager_workers.CheckWBWorker Member List
This is the complete list of members for
addonmanager_workers.CheckWBWorker
, including all inherited members.
addon_repos
addonmanager_workers.CheckWBWorker
static
enable
addonmanager_workers.CheckWBWorker
static
mark
addonmanager_workers.CheckWBWorker
static
repos
addonmanager_workers.CheckWBWorker
run
(self)
addonmanager_workers.CheckWBWorker
stop
addonmanager_workers.CheckWBWorker
1.8.17
|
======================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
vector_style
automotive_design.vector_style Member List
This is the complete list of members for
automotive_design.vector_style
, including all inherited members.
curve_colour
automotive_design.curve_style
curve_colour
()
automotive_design.curve_style
curve_font
automotive_design.curve_style
curve_font
()
automotive_design.curve_style
curve_width
automotive_design.curve_style
curve_width
()
automotive_design.curve_style
automotive_design::pre_defined_terminator_symbol.name
automotive_design.pre_defined_terminator_symbol
automotive_design::curve_style.name
automotive_design.curve_style
users
()
automotive_design.founded_item
automotive_design::pre_defined_terminator_symbol.wr1
(self)
automotive_design.pre_defined_terminator_symbol
automotive_design::curve_style.wr1
(self)
automotive_design.founded_item
wr2
(self)
automotive_design.founded_item
1.8.17
|
================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Base
vec_traits< SbVec3f >
List of all members
|
Public Types
|
Public Member Functions
Base::vec_traits< SbVec3f > Struct Reference
#include <Utilities.h>
Public Types
typedef float
float_type
typedef SbVec3f
vec_type
Public Member Functions
std::tuple<
float_type
,
float_type
,
float_type
>
get
() const
vec_traits
(const
vec_type
&v)
Member Typedef Documentation
β
float_type
typedef float
Base::vec_traits
< SbVec3f >::
float_type
β
vec_type
typedef SbVec3f
Base::vec_traits
< SbVec3f >::
vec_type
Constructor & Destructor Documentation
β
vec_traits()
Base::vec_traits
< SbVec3f >::
vec_traits
(
const
vec_type
&
v
)
Member Function Documentation
β
get()
std::tuple<
float_type
,
float_type
,
float_type
>
Base::vec_traits
< SbVec3f >::get
(
)
const
Referenced by
draftguitools.gui_trackers.editTracker::move()
.
The documentation for this struct was generated from the following file:
src/Gui/Utilities.h
1.8.17
|
========================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
AttachmentEditor
Commands
CommandEditAttachment
AttachmentEditor.Commands.CommandEditAttachment Member List
This is the complete list of members for
AttachmentEditor.Commands.CommandEditAttachment
, including all inherited members.
Activated
(self)
AttachmentEditor.Commands.CommandEditAttachment
GetResources
(self)
AttachmentEditor.Commands.CommandEditAttachment
IsActive
(self)
AttachmentEditor.Commands.CommandEditAttachment
1.8.17
|
=================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Base
UnitsSchemaMKS
List of all members
|
Public Member Functions
Base::UnitsSchemaMKS Class Reference
The UnitSchema class.
More...
#include <UnitsSchemaMKS.h>
Public Member Functions
virtual QString
schemaTranslate
(const
Base::Quantity
&quant, double &factor, QString &unitString)
This method translates the quantity in a string as the user may expect it.
More...
Public Member Functions inherited from
Base::UnitsSchema
virtual void
resetSchemaUnits
(void)
If you use
setSchemaUnits()
you also have to impment this method to undo your changes!
More...
virtual void
setSchemaUnits
(void)
Gets called if this schema gets activated.
More...
QString
toLocale
(const
Base::Quantity
&quant, double factor, const QString &unitString) const
virtual
~UnitsSchema
()
Detailed Description
The UnitSchema class.
Member Function Documentation
β
schemaTranslate()
QString UnitsSchemaMKS::schemaTranslate
(
const
Base::Quantity
&
quant
,
double &
factor
,
QString &
unitString
)
virtual
This method translates the quantity in a string as the user may expect it.
Implements
Base::UnitsSchema
.
References
Base::Unit::Acceleration
,
Base::Unit::Area
,
Base::Unit::Density
,
Base::Unit::DynamicViscosity
,
Base::Unit::ElectricalCapacitance
,
Base::Unit::ElectricalConductance
,
Base::Unit::ElectricalInductance
,
Base::Unit::ElectricalResistance
,
Base::Unit::ElectricCharge
,
Base::Unit::ElectricPotential
,
Base::Unit::Force
,
Base::Unit::Frequency
,
Base::Unit::getString()
,
Base::Quantity::getUnit()
,
Base::Quantity::getValue()
,
Base::Unit::HeatFlux
,
Base::Unit::KinematicViscosity
,
Base::Unit::Length
,
Base::Unit::MagneticFieldStrength
,
Base::Unit::MagneticFlux
,
Base::Unit::MagneticFluxDensity
,
Base::Unit::Mass
,
Base::Unit::Power
,
Base::Unit::Pressure
,
Base::Unit::SpecificEnergy
,
Base::Unit::SpecificHeat
,
Base::Unit::Stress
,
Base::Unit::ThermalConductivity
,
Base::Unit::ThermalExpansionCoefficient
,
Base::Unit::ThermalTransferCoefficient
,
Base::UnitsSchema::toLocale()
,
Base::Unit::Velocity
,
Base::Unit::Volume
,
Base::Unit::VolumetricThermalExpansionCoefficient
, and
Base::Unit::Work
.
The documentation for this class was generated from the following files:
src/Base/UnitsSchemaMKS.h
src/Base/UnitsSchemaMKS.cpp
1.8.17
|
======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PartDesign
FeatureAddSub
List of all members
|
Public Types
|
Public Member Functions
|
Public Attributes
|
Protected Member Functions
|
Protected Attributes
PartDesign::FeatureAddSub Class Reference
#include <FeatureAddSub.h>
Public Types
enum
Type
{
Additive
= 0,
Subtractive
}
Public Types inherited from
App::GeoFeature
enum
ElementNameType
{
Normal
=0,
Import
=1,
Export
=2
}
Specify the type of element name to return when calling
getElementName()
More...
Public Types inherited from
App::DocumentObject
enum
GSReason
{
GS_DEFAULT
,
GS_SELECT
}
reason of calling
getSubObjects()
More...
enum
OutListOption
{
OutListNoExpression
= 1,
OutListNoHidden
= 2,
OutListNoXLinked
= 4
}
DAG handling This part of the interface deals with viewing the document as a DAG (directed acyclic graph).
More...
Public Types inherited from
App::ExtensionContainer
typedef std::map<
Base::Type
,
App::Extension
* >::iterator
ExtensionIterator
Public Member Functions
FeatureAddSub
()
Type
getAddSubType
()
virtual short
mustExecute
() const override
mustExecute We call this method to check if the object was modified to be invoked.
More...
Public Member Functions inherited from
PartDesign::Feature
Feature
()
virtual
Part::Feature
*
getBaseObject
(
bool
silent=false) const
Returns the BaseFeature property's object (if any)
More...
virtual const TopoDS_Shape &
getBaseShape
() const
Returns the BaseFeature property's shape (if any)
More...
Part::TopoShape
getBaseTopoShape
(
bool
silent=false) const
Returns the BaseFeature property's TopoShape (if any)
More...
Body
*
getFeatureBody
() const
Returns the body the feature is in, or none.
More...
virtual
PyObject
*
getPyObject
(void)
getPyObject returns the Python binding object
More...
virtual const char *
getViewProviderName
() const
returns the type name of the ViewProvider
More...
Public Member Functions inherited from
Part::Feature
Feature
(void)
Constructor.
More...
virtual
~Feature
()
virtual const
App::PropertyComplexGeoData
*
getPropertyOfGeometry
() const override
This method returns the main property of a geometric object that holds the actual geometry.
More...
TopLoc_Location
getLocation
() const
virtual
DocumentObject
*
getSubObject
(const char *subname,
PyObject
**pyObj,
Base::Matrix4D
*mat,
bool
transform, int depth) const override
Get the sub element/object by name.
More...
Public Member Functions inherited from
App::GeoFeature
GeoFeature
(void)
Constructor.
More...
virtual std::pair< std::string, std::string >
getElementName
(const char *name,
ElementNameType
type
=
Normal
) const
Return the new and old style sub-element name.
More...
Base::Placement
globalPlacement
() const
Calculates the placement in the global reference coordinate system.
More...
virtual void
transformPlacement
(const
Base::Placement
&transform)
transformPlacement applies transform to placement of this shape.
More...
virtual
~GeoFeature
()
Public Member Functions inherited from
App::DocumentObject
virtual
App::Property
*
addDynamicProperty
(const char *
type
, const char *name=0, const char *group=0, const char *doc=0, short attr=0,
bool
ro=false,
bool
hidden=false) override
virtual
bool
adjustRelativeLinks
(const std::set<
App::DocumentObject
* > &inList, std::set<
App::DocumentObject
* > *visited=0)
Called to adjust link properties to avoid cyclic links.
More...
virtual
bool
allowDuplicateLabel
() const
virtual
bool
canLinkProperties
() const
virtual int
canLoadPartial
() const
allow partial loading of dependent objects
More...
void
clearOutListCache
() const
clear internal out list cache
More...
virtual const char *
detachFromDocument
() override
DocumentObject
(void)
Constructor.
More...
void
enforceRecompute
()
Enforce this document object to be recomputed.
More...
App::Document
*
getDocument
(void) const
gets the document in which this Object is handled
More...
std::string
getExportName
(
bool
forced=false) const
returns the name that is safe to be exported to other document
More...
virtual const
PropertyExpressionEngine::ExpressionInfo
getExpression
(const
ObjectIdentifier
&path) const
virtual std::string
getFullName
() const override
Return the object full name of the form DocName::ObjName.
More...
DocumentObjectGroup
*
getGroup
() const
get group if object is part of a group, otherwise 0 is returned
More...
long
getID
() const
Return the object ID that is unique within its owner document.
More...
const std::vector<
App::DocumentObject
* > &
getInList
(void) const
std::set<
App::DocumentObject
* >
getInListEx
(
bool
recursive) const
Return a set of all objects linking to this object, including possible external parent objects.
More...
void
getInListEx
(std::set<
App::DocumentObject
* > &inSet,
bool
recursive, std::vector<
App::DocumentObject
* > *inList=0) const
Get a set of all objects linking to this object, including possible external parent objects.
More...
std::vector<
App::DocumentObject
* >
getInListRecursive
(void) const
get all objects link directly or indirectly to this object
More...
virtual
DocumentObject
*
getLinkedObject
(
bool
recurse=true,
Base::Matrix4D
*mat=0,
bool
transform=false, int depth=0) const
Return the linked object with optional transformation.
More...
const char *
getNameInDocument
(void) const
returns the name which is set in the document for this object (not the name property!)
More...
const std::string &
getOldLabel
() const
const std::vector<
App::DocumentObject
* > &
getOutList
() const
returns a list of objects this object is pointing to by Links
More...
std::vector<
App::DocumentObject
* >
getOutList
(int option) const
void
getOutList
(int option, std::vector<
App::DocumentObject
* > &res) const
std::vector<
App::DocumentObject
* >
getOutListOfProperty
(
App::Property
*) const
returns a list of objects linked by the property
More...
std::vector<
App::DocumentObject
* >
getOutListRecursive
(void) const
returns a list of objects this object is pointing to by Links and all further descended
More...
std::vector< std::pair<
App::DocumentObject
*, std::string > >
getParents
(int depth=0) const
Obtain top parents and subnames of this object using its InList.
More...
std::vector< std::list<
App::DocumentObject
* > >
getPathsByOutList
(
App::DocumentObject
*to) const
get all possible paths from this to another object following the OutList
More...
unsigned long
getStatus
() const
return the status bits
More...
const char *
getStatusString
(void) const
get the status Message
More...
std::vector<
DocumentObject
* >
getSubObjectList
(const char *subname) const
Return a list of objects referenced by a given subname including this object.
More...
virtual std::vector< std::string >
getSubObjects
(int reason=0) const
Return name reference of all sub-objects.
More...
virtual const char *
getViewProviderNameOverride
() const
This function is introduced to allow Python feature override its view provider.
More...
const char *
getViewProviderNameStored
() const
virtual
bool
hasChildElement
() const
return true to activate tree view group object handling and element visibility
More...
virtual
bool
isAttachedToDocument
() const override
virtual int
isElementVisible
(const char *element) const
Get sub-element visibility.
More...
bool
isError
(void) const
set this feature to error
More...
int
isExporting
() const
bool
isInInList
(
DocumentObject
*objToTest) const
test if this object is directly (non recursive) in the InList
More...
bool
isInInListRecursive
(
DocumentObject
*objToTest) const
test if this object is in the InList and recursive further down
More...
bool
isInOutList
(
DocumentObject
*objToTest) const
test if this object is directly (non recursive) in the OutList
More...
bool
isInOutListRecursive
(
DocumentObject
*objToTest) const
test if the given object is in the OutList and recursive further down
More...
bool
isRecomputing
() const
returns true if this objects is currently recomputing
More...
bool
isRemoving
() const
returns true if this objects is currently removed from the document
More...
bool
isRestoring
() const
returns true if this objects is currently restoring from file
More...
bool
isTouched
(void) const
test if this document object is touched
More...
bool
isValid
(void) const
bool
mustRecompute
(void) const
Test if this document object must be recomputed.
More...
virtual void
onBeforeChangeLabel
(std::string &newLabel)
virtual void
onLostLinkToObject
(
DocumentObject
*)
Called in case of losing a link Get called by the document when a object got deleted a link property of this object ist pointing to.
More...
virtual void
onUpdateElementReference
(const
Property
*)
void
purgeError
(void)
remove the error from the object
More...
void
purgeTouched
(void)
reset this document object touched
More...
bool
recomputeFeature
(
bool
recursive=false)
Recompute only this feature.
More...
virtual
bool
redirectSubName
(std::ostringstream &ss,
DocumentObject
*topParent,
DocumentObject
*child) const
Allow object to redirect a subname path.
More...
virtual
bool
removeDynamicProperty
(const char *prop) override
virtual void
renameObjectIdentifiers
(const std::map<
App::ObjectIdentifier
,
App::ObjectIdentifier
> &paths)
App::DocumentObject
*
resolve
(const char *subname,
App::DocumentObject
**parent=0, std::string *childName=0, const char **subElement=0,
PyObject
**pyObj=0,
Base::Matrix4D
*mat=0,
bool
transform=true, int depth=0) const
Resolve the last document object referenced in the subname.
More...
App::DocumentObject
*
resolveRelativeLink
(std::string &subname,
App::DocumentObject
*&link, std::string &linkSub) const
Resolve a link reference that is relative to this object reference.
More...
virtual void
Save
(
Base::Writer
&writer) const override
This method is used to save properties to an XML document.
More...
virtual int
setElementVisible
(const char *element,
bool
visible)
Child element handling.
More...
virtual void
setExpression
(const
ObjectIdentifier
&path, boost::shared_ptr<
App::Expression
> expr)
void
setStatus
(
ObjectStatus
pos,
bool
on)
bool
testIfLinkDAGCompatible
(
App::PropertyLinkSub
&linkTo) const
bool
testIfLinkDAGCompatible
(
App::PropertyLinkSubList
&linksTo) const
bool
testIfLinkDAGCompatible
(const std::vector<
DocumentObject
* > &linksTo) const
bool
testIfLinkDAGCompatible
(
DocumentObject
*linkTo) const
testIfLinkIsDAG tests a link that is about to be created for circular references.
More...
bool
testStatus
(
ObjectStatus
pos) const
void
touch
(
bool
noRecompute=false)
Set the property touched -> changed, cause recomputation in Update()
More...
virtual
~DocumentObject
()
Public Member Functions inherited from
App::TransactionalObject
TransactionalObject
(void)
Constructor.
More...
virtual
~TransactionalObject
()
Public Member Functions inherited from
App::ExtensionContainer
ExtensionIterator
extensionBegin
()
ExtensionContainer
()
ExtensionIterator
extensionEnd
()
App::Extension
*
getExtension
(
Base::Type
,
bool
derived=true,
bool
no_except=false) const
App::Extension
*
getExtension
(const std::string &name) const
template<typename ExtensionT >
ExtensionT
*
getExtensionByType
(
bool
no_except=false,
bool
derived=true) const
std::vector<
Extension
* >
getExtensionsDerivedFrom
(
Base::Type
type
) const
template<typename ExtensionT >
std::vector<
ExtensionT
* >
getExtensionsDerivedFromType
() const
bool
hasExtension
(
Base::Type
,
bool
derived=true) const
bool
hasExtension
(const std::string &name) const
bool
hasExtensions
() const
void
registerExtension
(
Base::Type
extension,
App::Extension
*ext)
virtual
~ExtensionContainer
()
virtual
Property
*
getPropertyByName
(const char *name) const override
find a property by its name
More...
virtual const char *
getPropertyName
(const
Property
*prop) const override
get the name of a property
More...
virtual void
getPropertyMap
(std::map< std::string,
Property
* > &Map) const override
get all properties of the class (including properties of the parent)
More...
virtual void
getPropertyList
(std::vector<
Property
* > &List) const override
get all properties of the class (including properties of the parent)
More...
virtual short
getPropertyType
(const
Property
*prop) const override
get the Type of a
Property
More...
virtual short
getPropertyType
(const char *name) const override
get the Type of a named
Property
More...
virtual const char *
getPropertyGroup
(const
Property
*prop) const override
get the Group of a
Property
More...
virtual const char *
getPropertyGroup
(const char *name) const override
get the Group of a named
Property
More...
virtual const char *
getPropertyDocumentation
(const
Property
*prop) const override
get the Group of a
Property
More...
virtual const char *
getPropertyDocumentation
(const char *name) const override
get the Group of a named
Property
More...
virtual void
Restore
(
Base::XMLReader
&reader) override
This method is used to restore properties from an XML document.
More...
void
saveExtensions
(
Base::Writer
&writer) const
void
restoreExtensions
(
Base::XMLReader
&reader)
Public Member Functions inherited from
App::PropertyContainer
virtual
App::Property
*
getDynamicPropertyByName
(const char *name) const
DynamicProperty::PropData
getDynamicPropertyData
(const
Property
*prop) const
virtual std::vector< std::string >
getDynamicPropertyNames
() const
virtual unsigned int
getMemSize
(void) const
This method is used to get the size of objects It is not meant to have the exact size, it is more or less an estimation which runs fast! Is it two bytes or a GB?
More...
const char *
getPropertyPrefix
() const
bool
isHidden
(const char *name) const
check if the named property is hidden
More...
bool
isHidden
(const
Property
*prop) const
check if the property is hidden
More...
bool
isReadOnly
(const char *name) const
check if the named property is read-only
More...
bool
isReadOnly
(const
Property
*prop) const
check if the property is read-only
More...
PropertyContainer
()
A constructor.
More...
void
setPropertyPrefix
(const char *prefix)
void
setPropertyStatus
(unsigned char bit,
bool
value)
set the Status bit of all properties at once
More...
virtual
~PropertyContainer
()
A destructor.
More...
Public Member Functions inherited from
Base::Persistence
void
dumpToStream
(std::ostream &stream, int compression)
virtual
Base::Type
getTypeId
(void) const
virtual void
RestoreDocFile
(
Reader
&)
This method is used to restore large amounts of data from a file In this method you simply stream in your
SaveDocFile()
saved data.
More...
void
restoreFromStream
(std::istream &stream)
virtual void
SaveDocFile
(
Writer
&) const
This method is used to save large amounts of data to a binary file.
More...
Public Member Functions inherited from
Base::BaseClass
BaseClass
()
Construction.
More...
bool
isDerivedFrom
(const
Type
type
) const
virtual void
setPyObject
(
PyObject
*)
virtual
~BaseClass
()
Destruction.
More...
Public Attributes
Part::PropertyPartShape
AddSubShape
App::PropertyBool
Refine
Public Attributes inherited from
PartDesign::Feature
App::PropertyLink
BaseFeature
Base
feature which this feature will be fused into or cut out of.
More...
Public Attributes inherited from
Part::Feature
PropertyPartShape
Shape
Public Attributes inherited from
App::GeoFeature
PropertyPlacement
Placement
Public Attributes inherited from
App::DocumentObject
PropertyExpressionEngine
ExpressionEngine
PropertyString
Label
PropertyString
Label2
boost::signals2::signal< void(const
App::DocumentObject
&, const
App::Property
&)>
signalBeforeChange
signal before changing a property of this object
More...
boost::signals2::signal< void(const
App::DocumentObject
&, const
App::Property
&)>
signalChanged
signal on changed property of this object
More...
PropertyBool
Visibility
Allow control visibility status in
App
name space.
More...
Protected Member Functions
TopoDS_Shape
refineShapeIfActive
(const TopoDS_Shape &) const
Protected Member Functions inherited from
Part::Feature
virtual
App::DocumentObjectExecReturn
*
recompute
() override
recompute only this object
More...
virtual
App::DocumentObjectExecReturn
*
execute
() override
recalculate the feature
More...
virtual void
onChanged
(const
App::Property
*prop) override
get called by the container when a property was changed
More...
ShapeHistory
buildHistory
(
BRepBuilderAPI_MakeShape
&, TopAbs_ShapeEnum
type
, const TopoDS_Shape &newS, const TopoDS_Shape &oldS)
Build a history of changes MakeShape: The operation that created the changes, e.g.
More...
ShapeHistory
joinHistory
(const
ShapeHistory
&, const
ShapeHistory
&)
Protected Member Functions inherited from
App::DocumentObject
virtual void
onBeforeChange
(const
Property
*prop) override
get called before the value is changed
More...
virtual void
onDocumentRestored
()
get called after a document has been fully restored
More...
virtual void
onPropertyStatusChanged
(const
Property
&prop, unsigned long oldStatus) override
get called when a property status has changed
More...
virtual void
onSettingDocument
()
get called after setting the document
More...
void
resetError
(void)
void
setDocument
(
App::Document
*doc)
void
setError
(void)
virtual void
setupObject
()
get called after a brand new object was created
More...
virtual void
unsetupObject
()
get called when object is going to be removed from the document
More...
Protected Member Functions inherited from
App::TransactionalObject
void
onBeforeChangeProperty
(
Document
*doc, const
Property
*prop)
Protected Member Functions inherited from
App::PropertyContainer
virtual const
PropertyData
&
getPropertyData
(void) const
virtual void
handleChangedPropertyName
(
Base::XMLReader
&reader, const char *TypeName, const char *PropName)
PropertyContainer::handleChangedPropertyName
is called during restore to possibly fix reading of older versions of this property container.
More...
virtual void
handleChangedPropertyType
(
Base::XMLReader
&reader, const char *TypeName,
Property
*prop)
PropertyContainer::handleChangedPropertyType
is called during restore to possibly fix reading of older versions of the property container.
More...
Protected Attributes
Type
addSubType
Protected Attributes inherited from
App::DocumentObject
std::string
oldLabel
Old label; used for renaming expressions.
More...
const std::string *
pcNameInDocument
Py::Object
PythonObject
python object of this class and all descendent
More...
std::bitset< 32 >
StatusBits
Status bits of the document object The first 8 bits are used for the base system the rest can be used in descendent classes to mark special statuses on the objects.
More...
Protected Attributes inherited from
App::PropertyContainer
DynamicProperty
dynamicProps
Additional Inherited Members
Static Public Member Functions inherited from
PartDesign::Feature
static
bool
isDatum
(const
App::DocumentObject
*feature)
Check whether the given feature is a datum feature.
More...
Static Public Member Functions inherited from
Part::Feature
static TopoDS_Shape
getShape
(const
App::DocumentObject
*obj, const char *subname=0,
bool
needSubElement=false,
Base::Matrix4D
*pmat=0,
App::DocumentObject
**owner=0,
bool
resolveLink=true,
bool
transform=true)
Convenience function to extract shape from fully qualified subname.
More...
static
TopoShape
getTopoShape
(const
App::DocumentObject
*obj, const char *subname=0,
bool
needSubElement=false,
Base::Matrix4D
*pmat=0,
App::DocumentObject
**owner=0,
bool
resolveLink=true,
bool
transform=true,
bool
noElementMap=false)
static void
clearShapeCache
()
static
App::DocumentObject
*
getShapeOwner
(const
App::DocumentObject
*obj, const char *subname=0)
static
bool
hasShapeOwner
(const
App::DocumentObject
*obj, const char *subname=0)
Static Public Member Functions inherited from
App::GeoFeature
static
DocumentObject
*
resolveElement
(
App::DocumentObject
*obj, const char *subname, std::pair< std::string, std::string > &elementName,
bool
append=false,
ElementNameType
type
=
Normal
, const
DocumentObject
*filter=0, const char **element=0,
GeoFeature
**geo=0)
Resolve both the new and old style element name.
More...
Static Public Member Functions inherited from
App::DocumentObject
static const char *
hasHiddenMarker
(const char *subname)
Check if the subname reference ends with hidden marker.
More...
static const std::string &
hiddenMarker
()
Special marker to mark the object as hidden.
More...
Static Public Member Functions inherited from
Base::Persistence
static void *
create
(void)
static std::string
encodeAttribute
(const std::string &)
Encodes an attribute upon saving.
More...
static
Base::Type
getClassTypeId
(void)
static void
init
(void)
Static Public Member Functions inherited from
Base::BaseClass
static void *
create
(void)
static
Type
getClassTypeId
(void)
static void
init
(void)
Static Public Attributes inherited from
App::DocumentObject
static
DocumentObjectExecReturn
*
StdReturn
Static Protected Member Functions inherited from
PartDesign::Feature
static int
countSolids
(const TopoDS_Shape &, TopAbs_ShapeEnum
type
=TopAbs_SOLID)
static const gp_Pnt
getPointFromFace
(const TopoDS_Face &f)
Grab any point from the given face.
More...
static TopoDS_Shape
getSolid
(const TopoDS_Shape &)
Get a solid of the given shape.
More...
static gp_Pln
makePlnFromPlane
(const
App::DocumentObject
*obj)
Make a shape from a base plane (convenience method)
More...
static TopoDS_Shape
makeShapeFromPlane
(const
App::DocumentObject
*obj)
Static Protected Member Functions inherited from
App::PropertyContainer
static const
PropertyData
*
getPropertyDataPtr
(void)
Static Protected Member Functions inherited from
Base::BaseClass
static void
initSubclass
(
Base::Type
&toInit, const char *ClassName, const char *ParentName,
Type::instantiationMethod
method=nullptr)
Member Enumeration Documentation
β
Type
enum
PartDesign::FeatureAddSub::Type
Enumerator
Additive
Subtractive
Constructor & Destructor Documentation
β
FeatureAddSub()
PartDesign::FeatureAddSub::FeatureAddSub
(
)
References
App::GetApplication()
,
ParameterGrp::GetBool()
,
ParameterGrp::GetGroup()
,
App::Application::GetUserParameter()
, and
App::Prop_None
.
Member Function Documentation
β
getAddSubType()
FeatureAddSub::Type
PartDesign::FeatureAddSub::getAddSubType
(
)
References
addSubType
.
Referenced by
PartDesign::Loft::execute()
,
PartDesign::Pipe::execute()
,
PartDesign::FeaturePrimitive::execute()
, and
PartDesign::Transformed::execute()
.
β
mustExecute()
short PartDesign::FeatureAddSub::mustExecute
(
)
const
override
virtual
mustExecute We call this method to check if the object was modified to be invoked.
If the object label or an argument is modified. If we must recompute the object - to call the method
execute()
. 0: no recomputation is needed 1: recomputation needed
Remarks
If an object is marked as 'touched' then this does not necessarily mean that it will be recomputed. It only means that all objects that link it (i.e. its InList) will be recomputed.
Reimplemented from
PartDesign::Feature
.
Reimplemented in
PartDesign::Chamfer
,
PartDesign::Wedge
,
PartDesign::Prism
,
PartDesign::Torus
,
PartDesign::Ellipsoid
,
PartDesign::Cone
,
PartDesign::Sphere
,
PartDesign::Cylinder
,
PartDesign::Box
,
PartDesign::Pad
,
PartDesign::Groove
,
PartDesign::Revolution
,
PartDesign::Pocket
,
PartDesign::Draft
,
PartDesign::Pipe
,
PartDesign::Thickness
,
PartDesign::Loft
,
PartDesign::DressUp
,
PartDesign::Fillet
,
PartDesign::Hole
, and
PartDesign::ProfileBased
.
References
App::Property::isTouched()
,
PartDesign::Feature::mustExecute()
, and
Refine
.
Referenced by
PartDesign::ProfileBased::mustExecute()
,
PartDesign::Box::mustExecute()
,
PartDesign::Cylinder::mustExecute()
,
PartDesign::Sphere::mustExecute()
,
PartDesign::Cone::mustExecute()
,
PartDesign::Ellipsoid::mustExecute()
,
PartDesign::Torus::mustExecute()
,
PartDesign::Prism::mustExecute()
, and
PartDesign::Wedge::mustExecute()
.
β
refineShapeIfActive()
TopoDS_Shape PartDesign::FeatureAddSub::refineShapeIfActive
(
const TopoDS_Shape &
oldShape
)
const
protected
References
App::PropertyBool::getValue()
, and
Refine
.
Referenced by
PartDesign::Hole::execute()
,
PartDesign::Loft::execute()
,
PartDesign::Pipe::execute()
,
PartDesign::Pocket::execute()
,
PartDesign::Groove::execute()
,
PartDesign::Revolution::execute()
,
PartDesign::Pad::execute()
, and
PartDesign::FeaturePrimitive::execute()
.
Member Data Documentation
β
AddSubShape
Part::PropertyPartShape
PartDesign::FeatureAddSub::AddSubShape
Referenced by
PartDesign::Hole::execute()
,
PartDesign::Loft::execute()
,
PartDesign::Pipe::execute()
,
PartDesign::Pocket::execute()
,
PartDesign::Revolution::execute()
,
PartDesign::Groove::execute()
,
PartDesign::Pad::execute()
,
PartDesign::FeaturePrimitive::execute()
,
PartDesign::Transformed::execute()
,
PartDesign::MultiTransform::getTransformations()
,
PartDesign::DressUp::onChanged()
, and
PartDesignGui::ViewProviderTransformed::recomputeFeature()
.
β
addSubType
Type
PartDesign::FeatureAddSub::addSubType
protected
Referenced by
getAddSubType()
, and
PartDesign::DressUp::onChanged()
.
β
Refine
App::PropertyBool
PartDesign::FeatureAddSub::Refine
Referenced by
mustExecute()
, and
refineShapeIfActive()
.
The documentation for this class was generated from the following files:
src/Mod/PartDesign/App/FeatureAddSub.h
src/Mod/PartDesign/App/FeatureAddSub.cpp
1.8.17
|
========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
List of all members
|
Public Member Functions
|
Protected Member Functions
SMDS_PolyhedralVolumeOfNodes Class Reference
#include <SMDS_PolyhedralVolumeOfNodes.hxx>
Public Member Functions
bool
ChangeNodes
(const std::vector< const
SMDS_MeshNode
* > &nodes, const std::vector< int > &quantities)
virtual SMDSAbs_EntityType
GetEntityType
() const
const
SMDS_MeshNode
*
GetFaceNode
(const int face_ind, const int node_ind) const
virtual const
SMDS_MeshNode
*
GetNode
(const int ind) const
Return node by its index.
More...
const std::vector< int > &
GetQuanities
() const
virtual SMDSAbs_ElementType
GetType
() const
Return the type of the current element.
More...
virtual
bool
IsPoly
() const
virtual int
NbEdges
() const
Return the number of edges owned by or linked with the current element.
More...
int
NbFaceNodes
(const int face_ind) const
virtual int
NbFaces
() const
Return the number of faces owned by or linked with the current element.
More...
virtual int
NbNodes
() const
Return The number of nodes owned by the current element.
More...
int
NbUniqueNodes
() const
Return nb of unique nodes.
More...
virtual void
Print
(std::ostream &OS) const
SMDS_PolyhedralVolumeOfNodes
(std::vector< const
SMDS_MeshNode
* > nodes, std::vector< int > quantities)
SMDS_ElemIteratorPtr
uniqueNodesIterator
() const
Return iterator on unique nodes.
More...
Public Member Functions inherited from
SMDS_VolumeOfNodes
bool
ChangeNodes
(const
SMDS_MeshNode
*nodes[], const int nbNodes)
virtual SMDSAbs_GeometryType
GetGeomType
() const
int
NbEdges
() const
Return the number of edges owned by or linked with the current element.
More...
int
NbFaces
() const
Return the number of faces owned by or linked with the current element.
More...
int
NbNodes
() const
Return The number of nodes owned by the current element.
More...
void
Print
(std::ostream &OS) const
SMDS_VolumeOfNodes
(const
SMDS_MeshNode
*node1, const
SMDS_MeshNode
*node2, const
SMDS_MeshNode
*node3, const
SMDS_MeshNode
*node4)
SMDS_VolumeOfNodes
(const
SMDS_MeshNode
*node1, const
SMDS_MeshNode
*node2, const
SMDS_MeshNode
*node3, const
SMDS_MeshNode
*node4, const
SMDS_MeshNode
*node5)
SMDS_VolumeOfNodes
(const
SMDS_MeshNode
*node1, const
SMDS_MeshNode
*node2, const
SMDS_MeshNode
*node3, const
SMDS_MeshNode
*node4, const
SMDS_MeshNode
*node5, const
SMDS_MeshNode
*node6)
SMDS_VolumeOfNodes
(const
SMDS_MeshNode
*node1, const
SMDS_MeshNode
*node2, const
SMDS_MeshNode
*node3, const
SMDS_MeshNode
*node4, const
SMDS_MeshNode
*node5, const
SMDS_MeshNode
*node6, const
SMDS_MeshNode
*node7, const
SMDS_MeshNode
*node8)
Create an hexahedron.
More...
~SMDS_VolumeOfNodes
()
Public Member Functions inherited from
SMDS_MeshVolume
virtual vtkIdType
GetVtkType
() const
Public Member Functions inherited from
SMDS_MeshCell
SMDS_MeshCell
()
virtual
bool
vtkOrder
(const
SMDS_MeshNode
*[], const int)
virtual
~SMDS_MeshCell
()
Public Member Functions inherited from
SMDS_MeshElement
iterator
begin_nodes
() const
SMDS_ElemIteratorPtr
edgesIterator
() const
Create an iterator which iterate on edges linked with or owned by the element.
More...
iterator
end_nodes
() const
SMDS_ElemIteratorPtr
facesIterator
() const
Create an iterator which iterate on faces linked with or owned by the element.
More...
int
GetID
() const
int
getIdInShape
() const
ShortType
getMeshId
() const
virtual int
GetNodeIndex
(const
SMDS_MeshNode
*node) const
Check if a node belongs to the element.
More...
const
SMDS_MeshNode
*
GetNodeWrap
(const int ind) const
Return node by its index.
More...
LongType
getshapeId
() const
int
getVtkId
() const
virtual SMDS_ElemIteratorPtr
interlacedNodesElemIterator
() const
virtual SMDS_NodeIteratorPtr
interlacedNodesIterator
() const
virtual, redefined in vtkEdge, vtkFace and vtkVolume classes
More...
virtual
bool
IsMediumNode
(const
SMDS_MeshNode
*node) const
virtual
bool
IsQuadratic
() const
virtual
bool
IsValidIndex
(const int ind) const
Return true if index of node is valid (0 <= ind <
NbNodes()
)
More...
virtual int
NbCornerNodes
() const
Return number of nodes excluding medium ones.
More...
virtual SMDS_NodeIteratorPtr
nodeIterator
() const
SMDS_ElemIteratorPtr
nodesIterator
() const
Create an iterator which iterate on nodes owned by the element.
More...
virtual SMDS_NodeIteratorPtr
nodesIteratorToUNV
() const
virtual, redefined in vtkEdge, vtkFace and vtkVolume classes
More...
int
WrappedIndex
(const int ind) const
Return a valid node index, fixing the given one if necessary.
More...
Public Member Functions inherited from
SMDS_MeshObject
virtual
~SMDS_MeshObject
()
Protected Member Functions
SMDS_ElemIteratorPtr
elementsIterator
(SMDSAbs_ElementType
type
) const
Return Iterator of sub elements.
More...
Protected Member Functions inherited from
SMDS_VolumeOfNodes
SMDS_ElemIteratorPtr
elementsIterator
(SMDSAbs_ElementType
type
) const
Protected Member Functions inherited from
SMDS_MeshCell
void
exchange
(const
SMDS_MeshNode
*nodes[], int a, int b)
Protected Member Functions inherited from
SMDS_MeshElement
virtual void
init
(int id=-1, ShortType meshId=-1, LongType shapeId=0)
void
setId
(int id)
void
setIdInShape
(int id)
void
setShapeId
(LongType shapeId)
void
setVtkId
(int vtkId)
SMDS_MeshElement
(int id, ShortType meshId, LongType shapeId=0)
SMDS_MeshElement
(int ID=-1)
Additional Inherited Members
Public Types inherited from
SMDS_MeshElement
typedef
SMDS_StdIterator
< const
SMDS_MeshNode
*, SMDS_ElemIteratorPtr >
iterator
Static Public Member Functions inherited from
SMDS_MeshCell
template<class VECT >
static void
applyInterlace
(const std::vector< int > &interlace, VECT &data)
template<class VECT >
static void
applyInterlaceRev
(const std::vector< int > &interlace, VECT &data)
static const std::vector< int > &
fromVtkOrder
(SMDSAbs_EntityType smdsType)
Return indices to transform cell connectivity from VTK to
SMDS
Usage: smdsIDs[i] = vtkIDs[ indices[ i ]].
More...
static const std::vector< int > &
fromVtkOrder
(VTKCellType vtkType)
Return indices to transform cell connectivity from VTK to
SMDS
Usage: smdsIDs[i] = vtkIDs[ indices[ i ]].
More...
static const std::vector< int > &
interlacedSmdsOrder
(SMDSAbs_EntityType smdsType, const size_t nbNodes=0)
Return indices to set nodes of a quadratic 1D or 2D element in interlaced order Usage: interlacedIDs[i] = smdsIDs[ indices[ i ]].
More...
static const std::vector< int > &
reverseSmdsOrder
(SMDSAbs_EntityType smdsType, const size_t nbNodes=0)
Return indices to reverse an
SMDS
cell of given type. nbNodes is useful for polygons Usage: reverseIDs[i] = forwardIDs[ indices[ i ]].
More...
static SMDSAbs_ElementType
toSmdsType
(SMDSAbs_EntityType entityType)
Return SMDSAbs_ElementType by SMDSAbs_EntityType.
More...
static SMDSAbs_ElementType
toSmdsType
(SMDSAbs_GeometryType geomType)
Return SMDSAbs_ElementType by SMDSAbs_GeometryType.
More...
static SMDSAbs_EntityType
toSmdsType
(VTKCellType vtkType)
Return SMDSAbs_EntityType corresponding to VTKCellType.
More...
static const std::vector< int > &
toVtkOrder
(SMDSAbs_EntityType smdsType)
Return indices to transform cell connectivity from
SMDS
to VTK Usage: vtkIDs[i] = smdsIDs[ indices[ i ]].
More...
static const std::vector< int > &
toVtkOrder
(VTKCellType vtkType)
Return indices to transform cell connectivity from
SMDS
to VTK Usage: vtkIDs[i] = smdsIDs[ indices[ i ]].
More...
static VTKCellType
toVtkType
(SMDSAbs_EntityType vtkType)
Return VTKCellType corresponding to SMDSAbs_EntityType.
More...
Static Public Attributes inherited from
SMDS_MeshCell
static int
nbCells
= 0
Protected Attributes inherited from
SMDS_VolumeOfNodes
int
myNbNodes
const
SMDS_MeshNode
**
myNodes
Protected Attributes inherited from
SMDS_MeshElement
int
myID
Element index in vector
SMDS_Mesh::myNodes
or
SMDS_Mesh::myCells
.
More...
int
myIdInShape
Element index in
SMESHDS_SubMesh
vector.
More...
ShortType
myMeshId
SMDS_Mesh
identification in
SMESH
.
More...
LongType
myShapeId
SubShape and SubMesh identification in SMESHDS.
More...
int
myVtkID
index in
vtkUnstructuredGrid
More...
Constructor & Destructor Documentation
β
SMDS_PolyhedralVolumeOfNodes()
SMDS_PolyhedralVolumeOfNodes::SMDS_PolyhedralVolumeOfNodes
(
std::vector< const
SMDS_MeshNode
* >
nodes
,
std::vector< int >
quantities
)
Member Function Documentation
β
ChangeNodes()
bool
SMDS_PolyhedralVolumeOfNodes::ChangeNodes
(
const std::vector< const
SMDS_MeshNode
* > &
nodes
,
const std::vector< int > &
quantities
)
β
elementsIterator()
SMDS_ElemIteratorPtr SMDS_PolyhedralVolumeOfNodes::elementsIterator
(
SMDSAbs_ElementType
type
)
const
protected
virtual
Return Iterator of sub elements.
Reimplemented from
SMDS_MeshElement
.
References
SMDS_MeshElement::elementsIterator()
.
β
GetEntityType()
virtual SMDSAbs_EntityType SMDS_PolyhedralVolumeOfNodes::GetEntityType
(
)
const
virtual
Reimplemented from
SMDS_VolumeOfNodes
.
β
GetFaceNode()
const
SMDS_MeshNode
* SMDS_PolyhedralVolumeOfNodes::GetFaceNode
(
const int
face_ind
,
const int
node_ind
)
const
β
GetNode()
const
SMDS_MeshNode
* SMDS_PolyhedralVolumeOfNodes::GetNode
(
const int
ind
)
const
virtual
Return node by its index.
Reimplemented from
SMDS_VolumeOfNodes
.
β
GetQuanities()
const std::vector<int>& SMDS_PolyhedralVolumeOfNodes::GetQuanities
(
)
const
β
GetType()
SMDSAbs_ElementType SMDS_PolyhedralVolumeOfNodes::GetType
(
)
const
virtual
Return the type of the current element.
Reimplemented from
SMDS_VolumeOfNodes
.
β
IsPoly()
virtual
bool
SMDS_PolyhedralVolumeOfNodes::IsPoly
(
)
const
virtual
Reimplemented from
SMDS_MeshElement
.
β
NbEdges()
int SMDS_PolyhedralVolumeOfNodes::NbEdges
(
)
const
virtual
Return the number of edges owned by or linked with the current element.
Reimplemented from
SMDS_MeshElement
.
β
NbFaceNodes()
int SMDS_PolyhedralVolumeOfNodes::NbFaceNodes
(
const int
face_ind
)
const
β
NbFaces()
int SMDS_PolyhedralVolumeOfNodes::NbFaces
(
)
const
virtual
Return the number of faces owned by or linked with the current element.
Reimplemented from
SMDS_MeshElement
.
β
NbNodes()
int SMDS_PolyhedralVolumeOfNodes::NbNodes
(
)
const
virtual
Return The number of nodes owned by the current element.
Reimplemented from
SMDS_MeshElement
.
β
NbUniqueNodes()
int SMDS_PolyhedralVolumeOfNodes::NbUniqueNodes
(
)
const
Return nb of unique nodes.
References
SMDS_VolumeOfNodes::myNbNodes
.
β
Print()
void SMDS_PolyhedralVolumeOfNodes::Print
(
std::ostream &
OS
)
const
virtual
Reimplemented from
SMDS_MeshElement
.
β
uniqueNodesIterator()
SMDS_ElemIteratorPtr SMDS_PolyhedralVolumeOfNodes::uniqueNodesIterator
(
)
const
Return iterator on unique nodes.
The documentation for this class was generated from the following files:
src/3rdParty/salomesmesh/inc/SMDS_PolyhedralVolumeOfNodes.hxx
src/3rdParty/salomesmesh/src/SMDS/SMDS_PolyhedralVolumeOfNodes.cpp
1.8.17
|
====================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
SketcherGui
GenericConstraintSelection
List of all members
|
Public Member Functions
|
Protected Attributes
SketcherGui::GenericConstraintSelection Class Reference
The
GenericConstraintSelection
class SelectionFilterGate with changeable filters.
More...
Public Member Functions
bool
allow
(
App::Document
*,
App::DocumentObject
*pObj, const char *sSubName)
GenericConstraintSelection
(
App::DocumentObject
*obj)
void
setAllowedSelTypes
(unsigned int types)
Public Member Functions inherited from
Gui::SelectionFilterGate
SelectionFilterGate
(const char *filter)
construct with the filter string
More...
SelectionFilterGate
(
SelectionFilter
*filter)
~SelectionFilterGate
()
Public Member Functions inherited from
Gui::SelectionGate
virtual
~SelectionGate
()
Protected Attributes
int
allowedSelTypes
Protected Attributes inherited from
Gui::SelectionFilterGate
SelectionFilter
*
Filter
Additional Inherited Members
Public Attributes inherited from
Gui::SelectionGate
std::string
notAllowedReason
notAllowedReason is a string that sets the message to be displayed in statusbar for cluing the user on why is the selection not allowed.
More...
Protected Member Functions inherited from
Gui::SelectionFilterGate
SelectionFilterGate
()
Detailed Description
The
GenericConstraintSelection
class SelectionFilterGate with changeable filters.
In a constraint creation mode like point on object, if the first selection object can be a point, the next has to be a curve for the constraint to make sense. Thus filters are changeable so that same filter can be kept on while in one mode.
Constructor & Destructor Documentation
β
GenericConstraintSelection()
SketcherGui::GenericConstraintSelection::GenericConstraintSelection
(
App::DocumentObject
*
obj
)
Member Function Documentation
β
allow()
bool
SketcherGui::GenericConstraintSelection::allow
(
App::Document
*
,
App::DocumentObject
*
pObj
,
const char *
sSubName
)
virtual
Reimplemented from
Gui::SelectionFilterGate
.
References
SketcherGui::SelEdge
,
SketcherGui::SelEdgeOrAxis
,
SketcherGui::SelExternalEdge
,
SketcherGui::SelHAxis
,
SketcherGui::SelRoot
,
SketcherGui::SelVAxis
,
SketcherGui::SelVertex
, and
SketcherGui::SelVertexOrRoot
.
β
setAllowedSelTypes()
void SketcherGui::GenericConstraintSelection::setAllowedSelTypes
(
unsigned int
types
)
Referenced by
DrawSketchHandlerCoincident::activated()
, and
DrawSketchHandlerGenConstraint::resetOngoingSequences()
.
Member Data Documentation
β
allowedSelTypes
int SketcherGui::GenericConstraintSelection::allowedSelTypes
protected
The documentation for this class was generated from the following file:
src/Mod/Sketcher/Gui/CommandConstraints.cpp
1.8.17
|
===========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifcplatetypeenum
ifc4.ifcplatetypeenum Member List
This is the complete list of members for
ifc4.ifcplatetypeenum
, including all inherited members.
get_enum_ids
(self)
SCL.ConstructedDataTypes.ENUMERATION
1.8.17
|
=================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PathGui
TaskDlgPathCompound
PathGui::TaskDlgPathCompound Member List
This is the complete list of members for
PathGui::TaskDlgPathCompound
, including all inherited members.
aboutToBeDestroyed
()
Gui::TaskView::TaskDialog
signal
accept
()
PathGui::TaskDlgPathCompound
virtual
ButtonPosition
enum name
Gui::TaskView::TaskDialog
buttonPosition
() const
Gui::TaskView::TaskDialog
canClose
() const
Gui::TaskView::TaskDialog
clicked
(int)
PathGui::TaskDlgPathCompound
virtual
CompoundView
PathGui::TaskDlgPathCompound
protected
Content
Gui::TaskView::TaskDialog
protected
emitDestructionSignal
()
Gui::TaskView::TaskDialog
getDialogContent
(void) const
Gui::TaskView::TaskDialog
getDocumentName
() const
Gui::TaskView::TaskDialog
getStandardButtons
(void) const
PathGui::TaskDlgPathCompound
virtual
helpRequested
()
PathGui::TaskDlgPathCompound
virtual
isAllowedAlterDocument
(void) const
Gui::TaskView::TaskDialog
virtual
isAllowedAlterSelection
(void) const
Gui::TaskView::TaskDialog
virtual
isAllowedAlterView
(void) const
Gui::TaskView::TaskDialog
virtual
isEscapeButtonEnabled
() const
Gui::TaskView::TaskDialog
modifyStandardButtons
(QDialogButtonBox *)
Gui::TaskView::TaskDialog
virtual
needsFullSpace
() const
Gui::TaskView::TaskDialog
virtual
North
enum value
Gui::TaskView::TaskDialog
open
()
PathGui::TaskDlgPathCompound
virtual
parameter
PathGui::TaskDlgPathCompound
protected
pos
Gui::TaskView::TaskDialog
protected
reject
()
PathGui::TaskDlgPathCompound
virtual
setButtonPosition
(ButtonPosition p)
Gui::TaskView::TaskDialog
setDocumentName
(const std::string &doc)
Gui::TaskView::TaskDialog
setEscapeButtonEnabled
(bool on)
Gui::TaskView::TaskDialog
South
enum value
Gui::TaskView::TaskDialog
TaskDialog
()
Gui::TaskView::TaskDialog
TaskDlgPathCompound
(PathGui::ViewProviderPathCompound *)
PathGui::TaskDlgPathCompound
~TaskDialog
()
Gui::TaskView::TaskDialog
~TaskDlgPathCompound
()
PathGui::TaskDlgPathCompound
1.8.17
|
=======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcpipefittingtype
List of all members
|
Public Member Functions
|
Public Attributes
ifc2x3.ifcpipefittingtype Class Reference
Public Member Functions
def
predefinedtype
()
def
wr1
(self)
Public Member Functions inherited from
ifc2x3.ifcelementtype
def
elementtype
()
Public Member Functions inherited from
ifc2x3.ifctypeproduct
def
representationmaps
()
def
tag
()
def
wr41
(self)
Public Member Functions inherited from
ifc2x3.ifctypeobject
def
applicableoccurrence
()
def
haspropertysets
()
def
objecttypeof
()
Public Member Functions inherited from
ifc2x3.ifcobjectdefinition
def
decomposes
()
def
hasassignments
()
def
hasassociations
()
def
isdecomposedby
()
Public Member Functions inherited from
ifc2x3.ifcroot
def
description
()
def
globalid
()
def
name
()
def
ownerhistory
()
Public Attributes
predefinedtype
Public Attributes inherited from
ifc2x3.ifcelementtype
elementtype
Public Attributes inherited from
ifc2x3.ifctypeproduct
representationmaps
tag
Public Attributes inherited from
ifc2x3.ifctypeobject
applicableoccurrence
haspropertysets
Public Attributes inherited from
ifc2x3.ifcroot
description
globalid
name
ownerhistory
Detailed Description
Entity ifcpipefittingtype definition.
:param predefinedtype
:type predefinedtype:ifcpipefittingtypeenum
Member Function Documentation
β
predefinedtype()
def ifc2x3.ifcpipefittingtype.predefinedtype
(
)
References ifc2x3.ifccablesegmenttype._predefinedtype, ifc2x3.ifchumidifiertype._predefinedtype, ifc2x3.ifctransportelementtype._predefinedtype, ifc2x3.ifcrailing._predefinedtype, ifc2x3.ifcservicelifefactor._predefinedtype, ifc2x3.ifcvalvetype._predefinedtype, ifc2x3.ifcairterminalboxtype._predefinedtype, ifc2x3.ifcbuildingelementproxytype._predefinedtype, ifc2x3.ifcspacetype._predefinedtype, ifc2x3.ifcelectricgeneratortype._predefinedtype, ifc2x3.ifcpipefittingtype._predefinedtype, and
ifc2x3.ifcpipefittingtype.predefinedtype
.
β
wr1()
def ifc2x3.ifcpipefittingtype.wr1
(
self
)
Reimplemented from
ifc2x3.ifctypeobject
.
References
ifc2x3.ifccablesegmenttype.predefinedtype
,
ifc2x3.ifchumidifiertype.predefinedtype
,
ifc2x3.ifctransportelementtype.predefinedtype
,
ifc2x3.ifcrailing.predefinedtype
,
ifc2x3.ifcservicelifefactor.predefinedtype
,
ifc2x3.ifcvalvetype.predefinedtype
,
ifc2x3.ifcairterminalboxtype.predefinedtype
,
ifc2x3.ifcbuildingelementproxytype.predefinedtype
,
ifc2x3.ifcspacetype.predefinedtype
,
ifc2x3.ifcelectricgeneratortype.predefinedtype
,
ifc2x3.ifcpipefittingtype.predefinedtype
, Gui::AutoSaver.self, Py::PythonExtension< T >.self(), Gui::Dialog::DownloadManager.self, Py::PythonExtensionBase.self(), App::TransactionFactory.self, and Py::PythonClass< T >.self().
Member Data Documentation
β
predefinedtype
ifc2x3.ifcpipefittingtype.predefinedtype
Referenced by
ifc4.ifclightfixture.correctpredefinedtype()
,
ifc4.ifcinterceptor.correctpredefinedtype()
,
ifc4.ifccablesegmenttype.correctpredefinedtype()
,
ifc4.ifcconstructionproductresourcetype.correctpredefinedtype()
,
ifc4.ifchumidifiertype.correctpredefinedtype()
,
ifc4.ifctransportelementtype.correctpredefinedtype()
,
ifc4.ifcrailing.correctpredefinedtype()
,
ifc4.ifcshadingdevice.correctpredefinedtype()
,
ifc4.ifcmember.correctpredefinedtype()
,
ifc4.ifcflowinstrument.correctpredefinedtype()
,
ifc4.ifchumidifier.correctpredefinedtype()
,
ifc4.ifcworkcalendar.correctpredefinedtype()
,
ifc4.ifcbuildingelementparttype.correctpredefinedtype()
,
ifc4.ifcelectricmotor.correctpredefinedtype()
,
ifc4.ifcactuator.correctpredefinedtype()
,
ifc4.ifcstairtype.correctpredefinedtype()
,
ifc4.ifcvalvetype.correctpredefinedtype()
,
ifc4.ifcairterminalboxtype.correctpredefinedtype()
,
ifc4.ifcbuildingelementproxytype.correctpredefinedtype()
,
ifc4.ifcfurniture.correctpredefinedtype()
,
ifc4.ifcspacetype.correctpredefinedtype()
,
ifc4.ifccablecarrierfitting.correctpredefinedtype()
,
ifc4.ifcelectricgeneratortype.correctpredefinedtype()
,
ifc4.ifcpipefittingtype.correctpredefinedtype()
,
ifc4.ifcwasteterminaltype.correctpredefinedtype()
,
ifc4.ifcfastenertype.correctpredefinedtype()
,
ifc4.ifclamptype.correctpredefinedtype()
,
ifc4.ifclaborresourcetype.correctpredefinedtype()
,
ifc4.ifcairtoairheatrecoverytype.correctpredefinedtype()
,
ifc4.ifctendontype.correctpredefinedtype()
,
ifc4.ifcfooting.correctpredefinedtype()
,
ifc4.ifcwall.correctpredefinedtype()
,
ifc4.ifcactuatortype.correctpredefinedtype()
,
ifc4.ifccablecarriersegment.correctpredefinedtype()
,
ifc4.ifcdamper.correctpredefinedtype()
,
ifc4.ifcaudiovisualappliancetype.correctpredefinedtype()
,
ifc4.ifcdoortype.correctpredefinedtype()
,
ifc4.ifcroof.correctpredefinedtype()
,
ifc4.ifcburner.correctpredefinedtype()
,
ifc4.ifceventtype.correctpredefinedtype()
,
ifc4.ifcfilter.correctpredefinedtype()
,
ifc4.ifcjunctionbox.correctpredefinedtype()
,
ifc4.ifcenginetype.correctpredefinedtype()
,
ifc4.ifcelectricdistributionboard.correctpredefinedtype()
,
ifc4.ifcelectricflowstoragedevice.correctpredefinedtype()
,
ifc4.ifcevaporatortype.correctpredefinedtype()
,
ifc4.ifcconstructionequipmentresourcetype.correctpredefinedtype()
,
ifc4.ifcelectricappliancetype.correctpredefinedtype()
,
ifc4.ifcsystemfurnitureelement.correctpredefinedtype()
,
ifc4.ifccondenser.correctpredefinedtype()
,
ifc4.ifcgeographicelement.correctpredefinedtype()
,
ifc4.ifcreinforcingbartype.correctpredefinedtype()
,
ifc4.ifccoolingtower.correctpredefinedtype()
,
ifc4.ifcswitchingdevice.correctpredefinedtype()
,
ifc4.ifccablecarriersegmenttype.correctpredefinedtype()
,
ifc4.ifcaudiovisualappliance.correctpredefinedtype()
,
ifc4.ifcductsilencertype.correctpredefinedtype()
,
ifc4.ifcelementassembly.correctpredefinedtype()
,
ifc4.ifccolumntype.correctpredefinedtype()
,
ifc4.ifcductsegmenttype.correctpredefinedtype()
,
ifc4.ifcdampertype.correctpredefinedtype()
,
ifc4.ifcboiler.correctpredefinedtype()
,
ifc4.ifcspaceheater.correctpredefinedtype()
,
ifc4.ifccolumn.correctpredefinedtype()
,
ifc4.ifcsystemfurnitureelementtype.correctpredefinedtype()
,
ifc4.ifcreinforcingmesh.correctpredefinedtype()
,
ifc4.ifctubebundletype.correctpredefinedtype()
,
ifc4.ifclightfixturetype.correctpredefinedtype()
,
ifc4.ifcalarm.correctpredefinedtype()
,
ifc4.ifcflowmetertype.correctpredefinedtype()
,
ifc4.ifcworkplan.correctpredefinedtype()
,
ifc4.ifcprotectivedevice.correctpredefinedtype()
,
ifc4.ifcheatexchangertype.correctpredefinedtype()
,
ifc4.ifcshadingdevicetype.correctpredefinedtype()
,
ifc4.ifccommunicationsappliance.correctpredefinedtype()
,
ifc4.ifccompressor.correctpredefinedtype()
,
ifc4.ifccondensertype.correctpredefinedtype()
,
ifc4.ifcheatexchanger.correctpredefinedtype()
,
ifc4.ifcslab.correctpredefinedtype()
,
ifc4.ifcconstructionmaterialresourcetype.correctpredefinedtype()
,
ifc4.ifccoolingtowertype.correctpredefinedtype()
,
ifc4.ifcfootingtype.correctpredefinedtype()
,
ifc4.ifccablesegment.correctpredefinedtype()
,
ifc4.ifctransportelement.correctpredefinedtype()
,
ifc4.ifccontrollertype.correctpredefinedtype()
,
ifc4.ifcstairflight.correctpredefinedtype()
,
ifc4.ifcstair.correctpredefinedtype()
,
ifc4.ifcductfitting.correctpredefinedtype()
,
ifc4.ifcinterceptortype.correctpredefinedtype()
,
ifc4.ifcelectricdistributionboardtype.correctpredefinedtype()
,
ifc4.ifcfantype.correctpredefinedtype()
,
ifc4.ifcprotectivedevicetype.correctpredefinedtype()
,
ifc4.ifcsensor.correctpredefinedtype()
,
ifc4.ifcelectrictimecontrol.correctpredefinedtype()
,
ifc4.ifcunitarycontrolelementtype.correctpredefinedtype()
,
ifc4.ifccablefittingtype.correctpredefinedtype()
,
ifc4.ifctask.correctpredefinedtype()
,
ifc4.ifccrewresource.correctpredefinedtype()
,
ifc4.ifcunitarycontrolelement.correctpredefinedtype()
,
ifc4.ifclamp.correctpredefinedtype()
,
ifc4.ifcslabtype.correctpredefinedtype()
,
ifc4.ifcelectricgenerator.correctpredefinedtype()
,
ifc4.ifcbeam.correctpredefinedtype()
,
ifc4.ifcplate.correctpredefinedtype()
,
ifc4.ifcvalve.correctpredefinedtype()
,
ifc4.ifcairterminalbox.correctpredefinedtype()
,
ifc4.ifcchiller.correctpredefinedtype()
,
ifc4.ifcevaporativecoolertype.correctpredefinedtype()
,
ifc4.ifcflowmeter.correctpredefinedtype()
,
ifc4.ifcalarmtype.correctpredefinedtype()
,
ifc4.ifcmembertype.correctpredefinedtype()
,
ifc4.ifcrampflight.correctpredefinedtype()
,
ifc4.ifcdiscreteaccessory.correctpredefinedtype()
,
ifc4.ifcairterminaltype.correctpredefinedtype()
,
ifc4.ifcfiresuppressionterminal.correctpredefinedtype()
,
ifc4.ifcevaporativecooler.correctpredefinedtype()
,
ifc4.ifctasktype.correctpredefinedtype()
,
ifc4.ifctendon.correctpredefinedtype()
,
ifc4.ifcpipefitting.correctpredefinedtype()
,
ifc4.ifcelectricflowstoragedevicetype.correctpredefinedtype()
,
ifc4.ifcductsilencer.correctpredefinedtype()
,
ifc4.ifcwasteterminal.correctpredefinedtype()
,
ifc4.ifccablefitting.correctpredefinedtype()
,
ifc4.ifcreinforcingbar.correctpredefinedtype()
,
ifc4.ifcunitaryequipment.correctpredefinedtype()
,
ifc4.ifcelectrictimecontroltype.correctpredefinedtype()
,
ifc4.ifcstackterminaltype.correctpredefinedtype()
,
ifc4.ifctank.correctpredefinedtype()
,
ifc4.ifcprotectivedevicetrippingunit.correctpredefinedtype()
,
ifc4.ifctendonanchortype.correctpredefinedtype()
,
ifc4.ifcairtoairheatrecovery.correctpredefinedtype()
,
ifc4.ifcchillertype.correctpredefinedtype()
,
ifc4.ifccooledbeamtype.correctpredefinedtype()
,
ifc4.ifcoutlettype.correctpredefinedtype()
,
ifc4.ifccoiltype.correctpredefinedtype()
,
ifc4.ifcprotectivedevicetrippingunittype.correctpredefinedtype()
,
ifc4.ifcfan.correctpredefinedtype()
,
ifc4.ifcrooftype.correctpredefinedtype()
,
ifc4.ifcsanitaryterminaltype.correctpredefinedtype()
,
ifc4.ifcswitchingdevicetype.correctpredefinedtype()
,
ifc4.ifccontroller.correctpredefinedtype()
,
ifc4.ifcevent.correctpredefinedtype()
,
ifc4.ifcplatetype.correctpredefinedtype()
,
ifc4.ifcrailingtype.correctpredefinedtype()
,
ifc4.ifcfurnituretype.correctpredefinedtype()
,
ifc4.ifcfiresuppressionterminaltype.correctpredefinedtype()
,
ifc4.ifctendonanchor.correctpredefinedtype()
,
ifc4.ifcmedicaldevice.correctpredefinedtype()
,
ifc4.ifcconstructionequipmentresource.correctpredefinedtype()
,
ifc4.ifcpile.correctpredefinedtype()
,
ifc4.ifcreinforcingmeshtype.correctpredefinedtype()
,
ifc4.ifcevaporator.correctpredefinedtype()
,
ifc4.ifcwindowtype.correctpredefinedtype()
,
ifc4.ifcpump.correctpredefinedtype()
,
ifc4.ifccoil.correctpredefinedtype()
,
ifc4.ifcsubcontractresource.correctpredefinedtype()
,
ifc4.ifcpiletype.correctpredefinedtype()
,
ifc4.ifcfastener.correctpredefinedtype()
,
ifc4.ifcbuildingelementpart.correctpredefinedtype()
,
ifc4.ifcbuildingelementproxy.correctpredefinedtype()
,
ifc4.ifcdiscreteaccessorytype.correctpredefinedtype()
,
ifc4.ifccooledbeam.correctpredefinedtype()
,
ifc4.ifcsanitaryterminal.correctpredefinedtype()
,
ifc4.ifcvibrationisolator.correctpredefinedtype()
,
ifc4.ifccovering.correctpredefinedtype()
,
ifc4.ifccommunicationsappliancetype.correctpredefinedtype()
,
ifc4.ifcengine.correctpredefinedtype()
,
ifc4.ifccrewresourcetype.correctpredefinedtype()
,
ifc4.ifclaborresource.correctpredefinedtype()
,
ifc4.ifcmechanicalfastenertype.correctpredefinedtype()
,
ifc4.ifcwalltype.correctpredefinedtype()
,
ifc4.ifcconstructionmaterialresource.correctpredefinedtype()
,
ifc4.ifcconstructionproductresource.correctpredefinedtype()
,
ifc4.ifcspaceheatertype.correctpredefinedtype()
,
ifc4.ifcsubcontractresourcetype.correctpredefinedtype()
,
ifc4.ifcdistributionchamberelementtype.correctpredefinedtype()
,
ifc4.ifcjunctionboxtype.correctpredefinedtype()
,
ifc4.ifcfiltertype.correctpredefinedtype()
,
ifc4.ifcsolardevice.correctpredefinedtype()
,
ifc4.ifcspace.correctpredefinedtype()
,
ifc4.ifcmedicaldevicetype.correctpredefinedtype()
,
ifc4.ifcramptype.correctpredefinedtype()
,
ifc4.ifcspatialzone.correctpredefinedtype()
,
ifc4.ifcprocedure.correctpredefinedtype()
,
ifc4.ifccurtainwalltype.correctpredefinedtype()
,
ifc4.ifcstairflighttype.correctpredefinedtype()
,
ifc4.ifcflowinstrumenttype.correctpredefinedtype()
,
ifc4.ifcdistributionchamberelement.correctpredefinedtype()
,
ifc4.ifcmotorconnectiontype.correctpredefinedtype()
,
ifc4.ifcrampflighttype.correctpredefinedtype()
,
ifc4.ifcspatialzonetype.correctpredefinedtype()
,
ifc4.ifcboilertype.correctpredefinedtype()
,
ifc4.ifcvibrationisolatortype.correctpredefinedtype()
,
ifc4.ifcelectricappliance.correctpredefinedtype()
,
ifc4.ifctransformertype.correctpredefinedtype()
,
ifc4.ifccoveringtype.correctpredefinedtype()
,
ifc4.ifcgeographicelementtype.correctpredefinedtype()
,
ifc4.ifcairterminal.correctpredefinedtype()
,
ifc4.ifccurtainwall.correctpredefinedtype()
,
ifc4.ifcelectricmotortype.correctpredefinedtype()
,
ifc4.ifcproceduretype.correctpredefinedtype()
,
ifc4.ifcoutlet.correctpredefinedtype()
,
ifc4.ifcsolardevicetype.correctpredefinedtype()
,
ifc4.ifcstackterminal.correctpredefinedtype()
,
ifc4.ifcbeamtype.correctpredefinedtype()
,
ifc4.ifcsensortype.correctpredefinedtype()
,
ifc4.ifcpipesegment.correctpredefinedtype()
,
ifc4.ifccablecarrierfittingtype.correctpredefinedtype()
,
ifc4.ifcelementassemblytype.correctpredefinedtype()
,
ifc4.ifcductfittingtype.correctpredefinedtype()
,
ifc4.ifcunitaryequipmenttype.correctpredefinedtype()
,
ifc4.ifcburnertype.correctpredefinedtype()
,
ifc4.ifcmotorconnection.correctpredefinedtype()
,
ifc4.ifctanktype.correctpredefinedtype()
,
ifc4.ifcchimneytype.correctpredefinedtype()
,
ifc4.ifcworkschedule.correctpredefinedtype()
,
ifc4.ifcductsegment.correctpredefinedtype()
,
ifc4.ifcmechanicalfastener.correctpredefinedtype()
,
ifc4.ifccompressortype.correctpredefinedtype()
,
ifc4.ifcpipesegmenttype.correctpredefinedtype()
,
ifc4.ifctubebundle.correctpredefinedtype()
,
ifc4.ifcpumptype.correctpredefinedtype()
,
ifc4.ifcramp.correctpredefinedtype()
,
ifc4.ifctransformer.correctpredefinedtype()
,
ifc4.ifcchimney.correctpredefinedtype()
,
ifc4.ifcstructuralcurvereaction.hasobjecttype()
,
ifc4.ifcstructuralsurfaceaction.hasobjecttype()
,
ifc4.ifcstructuralanalysismodel.hasobjecttype()
,
ifc4.ifcvoidingfeature.hasobjecttype()
,
ifc4.ifcstructuralcurveaction.hasobjecttype()
,
ifc4.ifcstructuralsurfacemember.hasobjecttype()
,
ifc4.ifcstructuralloadgroup.hasobjecttype()
,
ifc4.ifcsurfacefeature.hasobjecttype()
,
ifc4.ifcstructuralcurvemember.hasobjecttype()
,
ifc4.ifcstructuralsurfacereaction.haspredefinedtype()
,
ifc2x3.ifcpipefittingtype.predefinedtype()
,
ifc4.ifcstructuralcurvereaction.suitablepredefinedtype()
,
ifc4.ifcstructuralcurveaction.suitablepredefinedtype()
,
ifc2x3.ifcpipefittingtype.wr1()
,
ifc2x3.ifcairtoairheatrecoverytype.wr1()
,
ifc2x3.ifcfooting.wr1()
,
ifc2x3.ifcevaporatortype.wr1()
,
ifc2x3.ifcgasterminaltype.wr1()
,
ifc2x3.ifcductsilencertype.wr1()
,
ifc2x3.ifcelementassembly.wr1()
,
ifc2x3.ifcductsegmenttype.wr1()
,
ifc2x3.ifcdampertype.wr1()
,
ifc2x3.ifctubebundletype.wr1()
,
ifc2x3.ifcflowmetertype.wr1()
,
ifc2x3.ifcheatexchangertype.wr1()
,
ifc2x3.ifccondensertype.wr1()
,
ifc2x3.ifccoolingtowertype.wr1()
,
ifc2x3.ifcfantype.wr1()
,
ifc2x3.ifcevaporativecoolertype.wr1()
,
ifc2x3.ifcairterminaltype.wr1()
,
ifc2x3.ifctendon.wr1()
,
ifc2x3.ifcchillertype.wr1()
,
ifc2x3.ifccooledbeamtype.wr1()
,
ifc2x3.ifccoiltype.wr1()
,
ifc2x3.ifcpile.wr1()
,
ifc2x3.ifcspaceheatertype.wr1()
,
ifc2x3.ifcfiltertype.wr1()
,
ifc2x3.ifcboilertype.wr1()
,
ifc2x3.ifcvibrationisolatortype.wr1()
,
ifc2x3.ifccablecarrierfittingtype.wr1()
,
ifc2x3.ifcunitaryequipmenttype.wr1()
,
ifc2x3.ifctanktype.wr1()
,
ifc2x3.ifccompressortype.wr1()
,
ifc2x3.ifcpipesegmenttype.wr1()
,
ifc2x3.ifcpumptype.wr1()
,
ifc2x3.ifcductfittingtype.wr2()
,
ifc2x3.ifcoccupant.wr31()
,
ifc4.ifcoccupant.wr31()
,
ifc2x3.ifcslab.wr61()
, and
ifc2x3.ifccovering.wr61()
.
The documentation for this class was generated from the following file:
src/Mod/Import/App/ifc2x3.py
1.8.17
|
================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Sandbox
DocumentTestThread
Sandbox::DocumentTestThread Member List
This is the complete list of members for
Sandbox::DocumentTestThread
, including all inherited members.
DocumentTestThread
(QObject *parent=0)
Sandbox::DocumentTestThread
run
()
Sandbox::DocumentTestThread
protected
~DocumentTestThread
()
Sandbox::DocumentTestThread
1.8.17
|
=======================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
b_spline_curve_form
List of all members
automotive_design.b_spline_curve_form Class Reference
Additional Inherited Members
Public Member Functions inherited from
SCL.ConstructedDataTypes.ENUMERATION
def
get_enum_ids
(self)
The documentation for this class was generated from the following file:
src/Mod/Import/App/automotive_design.py
1.8.17
|
============================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
config_control_design
si_unit_name
config_control_design.si_unit_name Member List
This is the complete list of members for
config_control_design.si_unit_name
, including all inherited members.
get_enum_ids
(self)
SCL.ConstructedDataTypes.ENUMERATION
1.8.17
|
==============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Functions
colorcodeshapes Namespace Reference
Functions
def
colorcodeshapes
(objs)
def
mostbasiccompound
(comp)
def
shapedict
(shapelst)
def
shapeset
(shapelst)
Function Documentation
β
colorcodeshapes()
def colorcodeshapes.colorcodeshapes
(
objs
)
References
mostbasiccompound()
.
Referenced by
OpenSCADCommands.ColorCodeShape.Activated()
.
β
mostbasiccompound()
def colorcodeshapes.mostbasiccompound
(
comp
)
searches for the most basic shape in a Compound
References
shapeset()
.
Referenced by
colorcodeshapes()
.
β
shapedict()
def colorcodeshapes.shapedict
(
shapelst
)
β
shapeset()
def colorcodeshapes.shapeset
(
shapelst
)
Referenced by
mostbasiccompound()
.
1.8.17
|
==================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PathScripts
PathProfileContourGui
TaskPanelOpPage
List of all members
PathScripts.PathProfileContourGui.TaskPanelOpPage Class Reference
Additional Inherited Members
Public Member Functions inherited from
PathScripts.PathProfileGui.TaskPanelOpPage
def
getFields
(self,
obj
)
def
getForm
(self)
def
getSignalsForUpdate
(self,
obj
)
def
initPage
(self,
obj
)
def
profileFeatures
(self)
def
registerSignalHandlers
(self,
obj
)
def
setFields
(self,
obj
)
def
updateVisibility
(self)
Public Member Functions inherited from
PathScripts.PathOpGui.TaskPanelPage
def
cleanupPage
(self,
obj
)
def
getIcon
(self,
obj
)
def
getTitle
(self,
obj
)
def
modifyStandardButtons
(self, buttonBox)
def
onDirtyChanged
(self, callback)
def
pageCleanup
(self)
def
pageGetFields
(self)
def
pageRegisterSignalHandlers
(self)
def
pageSetFields
(self)
def
pageUpdateData
(self,
obj
, prop)
def
selectInComboBox
(self, name, combo)
def
setClean
(self)
def
setDirty
(self)
def
setIcon
(self,
icon
)
def
setParent
(self,
parent
)
def
setTitle
(self,
title
)
def
setupCoolant
(self,
obj
, combo)
def
setupToolController
(self,
obj
, combo)
def
updateCoolant
(self,
obj
, combo)
def
updateData
(self,
obj
, prop)
def
updatePanelVisibility
(self,
panelTitle
,
obj
)
def
updateSelection
(self,
obj
, sel)
def
updateToolController
(self,
obj
, combo)
Public Attributes inherited from
PathScripts.PathOpGui.TaskPanelPage
features
form
icon
isdirty
job
obj
panelTitle
parent
signalDirtyChanged
title
Detailed Description
Psuedo page controller class for Profile operation,
allowing for backward compatibility with pre-existing "Contour" operations.
The documentation for this class was generated from the following file:
src/Mod/Path/PathScripts/PathProfileContourGui.py
1.8.17
|
=============================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
TechDrawGui
DlgPrefsTechDrawAdvancedImp
TechDrawGui::DlgPrefsTechDrawAdvancedImp Member List
This is the complete list of members for
TechDrawGui::DlgPrefsTechDrawAdvancedImp
, including all inherited members.
changeEvent
(QEvent *e)
TechDrawGui::DlgPrefsTechDrawAdvancedImp
protected
virtual
DlgPrefsTechDrawAdvancedImp
(QWidget *parent=0)
TechDrawGui::DlgPrefsTechDrawAdvancedImp
loadSettings
()
TechDrawGui::DlgPrefsTechDrawAdvancedImp
protected
virtual
PreferencePage
(QWidget *parent=0)
Gui::Dialog::PreferencePage
saveSettings
()
TechDrawGui::DlgPrefsTechDrawAdvancedImp
protected
virtual
~DlgPrefsTechDrawAdvancedImp
()
TechDrawGui::DlgPrefsTechDrawAdvancedImp
~PreferencePage
()
Gui::Dialog::PreferencePage
virtual
1.8.17
|
=====================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Modules
Embedded 3rd party libraries
Important tools and libraries incorporated to FreeCAD.
More...
Modules
PyCXX
C++ facilities to make it easier to write Python extensions.
Zipios++
C++ library for reading and writing Zip file.
Salome SMESH
The Salome
SMESH
module is used in
Fem
and
Mesh
workbenches.
Dice 3DS
The Dice 3DS library provides 3DStudio files import to the
Arch
module.
WildMagic4
Detailed Description
Important tools and libraries incorporated to FreeCAD.
1.8.17
|
============================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Mod
Show
SceneDetails
ObjectClipPlane
ObjectClipPlane
List of all members
|
Public Member Functions
|
Public Attributes
|
Static Public Attributes
Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane Class Reference
Public Member Functions
def
apply_data
(self,
val
)
def
scene_value
(self)
def
val
(self, enable, placement=None, offset=0.0)
Public Member Functions inherited from
Mod.Show.SceneDetail.SceneDetail
def
full_key
(self)
def
set_doc
(self,
doc
)
Public Attributes
data
doc
key
objname
Static Public Attributes
string
class_id
= 'SDObjectClipPlane'
string
objname
= ''
string
propname
= ''
Static Public Attributes inherited from
Mod.Show.SceneDetail.SceneDetail
bool
affects_persistence
= False
string
class_id
= ''
data
= None
doc
= None
key
= None
bool
mild_restore
= False
Storage field for TV.
More...
Detailed Description
ObjectClipPlane(object, enable = None, placement = None, offset = 0.0):
Plugin for TempoVis for adding clipping planes to individual objects.
Member Function Documentation
β
apply_data()
def Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.apply_data
(
self
,
val
)
apply a value to scene
Reimplemented from
Mod.Show.SceneDetail.SceneDetail
.
References
PathTests.TestPathUtil.TestPathUtil.doc
,
PathTests.TestPathToolController.TestPathToolController.doc
,
Mod.PartDesign.WizardShaft.WizardShaft.TaskWizardShaft.doc
,
Mod.Show.SceneDetail.SceneDetail.doc
,
PathTests.TestPathStock.TestPathStock.doc
,
PathTests.TestPathHelix.TestPathHelix.doc
,
PathTests.TestPathPost.PathPostTestCases.doc
,
PathTests.TestPathSetupSheet.TestPathSetupSheet.doc
,
drafttests.test_pivy.DraftPivy.doc
,
drafttests.test_dxf.DraftDXF.doc
,
drafttests.test_airfoildat.DraftAirfoilDAT.doc
,
drafttests.test_modification.DraftModification.doc
,
drafttests.test_oca.DraftOCA.doc
,
drafttests.test_svg.DraftSVG.doc
,
drafttests.test_dwg.DraftDWG.doc
,
drafttests.test_creation.DraftCreation.doc
,
Mod.PartDesign.WizardShaft.Shaft.Shaft.doc
, Import::ImportOCAFAssembly.doc, Import::ImportOCAF.doc, Gui::GraphvizView.doc,
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.doc
,
Sandbox::CustomAddObjectEvent.doc
,
draftguitools.gui_base.GuiCommandSimplest.doc
,
ExpressionCompleterModel::Info.doc
,
WorkingPlane.Plane.doc
,
PartGui::FaceColors::Private.doc
,
Sandbox::CustomRemoveObjectEvent.doc
, PartDesignGui::ComboLinks.doc, App::RelabelDocumentExpressionVisitor.doc, Import::ImportXCAF.doc,
Sandbox::CustomRecomputeEvent.doc
, Sandbox::DocumentSaverThread.doc,
draftguitools.gui_base_original.DraftTool.doc
,
App::DynamicProperty::PropData.doc
,
draftguitools.gui_base.GuiCommandBase.doc
,
App::LinkBaseExtension::PropInfo.doc
,
MeshPartGui::Mesh2ShapeGmsh::Private.doc
,
ItemInfo.doc
,
ItemInfo2.doc
,
importIFClegacy.IfcEntity.doc
,
Mod.Show.SceneDetails.ObjectClipPlane.getClipPlaneNode()
, and
Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.objname
.
β
scene_value()
def Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.scene_value
(
self
)
scene_value(): returns the value from the scene
Reimplemented from
Mod.Show.SceneDetail.SceneDetail
.
References
PathTests.TestPathUtil.TestPathUtil.doc
,
PathTests.TestPathToolController.TestPathToolController.doc
,
Mod.PartDesign.WizardShaft.WizardShaft.TaskWizardShaft.doc
,
Mod.Show.SceneDetail.SceneDetail.doc
,
PathTests.TestPathStock.TestPathStock.doc
,
PathTests.TestPathHelix.TestPathHelix.doc
,
PathTests.TestPathPost.PathPostTestCases.doc
,
PathTests.TestPathSetupSheet.TestPathSetupSheet.doc
,
drafttests.test_pivy.DraftPivy.doc
,
drafttests.test_dxf.DraftDXF.doc
,
drafttests.test_airfoildat.DraftAirfoilDAT.doc
,
drafttests.test_modification.DraftModification.doc
,
drafttests.test_oca.DraftOCA.doc
,
drafttests.test_svg.DraftSVG.doc
,
drafttests.test_dwg.DraftDWG.doc
,
drafttests.test_creation.DraftCreation.doc
,
Mod.PartDesign.WizardShaft.Shaft.Shaft.doc
, Import::ImportOCAFAssembly.doc, Import::ImportOCAF.doc, Gui::GraphvizView.doc,
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.doc
,
Sandbox::CustomAddObjectEvent.doc
,
draftguitools.gui_base.GuiCommandSimplest.doc
,
ExpressionCompleterModel::Info.doc
,
WorkingPlane.Plane.doc
,
PartGui::FaceColors::Private.doc
,
Sandbox::CustomRemoveObjectEvent.doc
, PartDesignGui::ComboLinks.doc, App::RelabelDocumentExpressionVisitor.doc, Import::ImportXCAF.doc,
Sandbox::CustomRecomputeEvent.doc
, Sandbox::DocumentSaverThread.doc,
draftguitools.gui_base_original.DraftTool.doc
,
App::DynamicProperty::PropData.doc
,
draftguitools.gui_base.GuiCommandBase.doc
,
App::LinkBaseExtension::PropInfo.doc
,
MeshPartGui::Mesh2ShapeGmsh::Private.doc
,
ItemInfo.doc
,
ItemInfo2.doc
,
importIFClegacy.IfcEntity.doc
,
Mod.Show.SceneDetails.ObjectClipPlane.getClipPlaneNode()
,
Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.objname
, and
Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.val()
.
β
val()
def Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.val
(
self
,
enable
,
placement
=
None
,
offset
=
0.0
)
val(enable, placement = None, offset = 0.0): constructs a value from convenient
parameters. Placement is in global CS. The cutting will be by XY plane of Placement;
the stuff in negative Z is visible and the stuff in positive Z is invisible.
References
PathTests.TestPathUtil.TestPathUtil.doc
,
PathTests.TestPathToolController.TestPathToolController.doc
,
Mod.PartDesign.WizardShaft.WizardShaft.TaskWizardShaft.doc
,
Mod.Show.SceneDetail.SceneDetail.doc
,
PathTests.TestPathStock.TestPathStock.doc
,
PathTests.TestPathHelix.TestPathHelix.doc
,
PathTests.TestPathPost.PathPostTestCases.doc
,
PathTests.TestPathSetupSheet.TestPathSetupSheet.doc
,
drafttests.test_pivy.DraftPivy.doc
,
drafttests.test_dxf.DraftDXF.doc
,
drafttests.test_airfoildat.DraftAirfoilDAT.doc
,
drafttests.test_modification.DraftModification.doc
,
drafttests.test_oca.DraftOCA.doc
,
drafttests.test_svg.DraftSVG.doc
,
drafttests.test_dwg.DraftDWG.doc
,
drafttests.test_creation.DraftCreation.doc
,
Mod.PartDesign.WizardShaft.Shaft.Shaft.doc
, Import::ImportOCAFAssembly.doc, Import::ImportOCAF.doc, Gui::GraphvizView.doc,
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.doc
,
Sandbox::CustomAddObjectEvent.doc
,
draftguitools.gui_base.GuiCommandSimplest.doc
,
ExpressionCompleterModel::Info.doc
,
WorkingPlane.Plane.doc
,
PartGui::FaceColors::Private.doc
,
Sandbox::CustomRemoveObjectEvent.doc
, PartDesignGui::ComboLinks.doc, App::RelabelDocumentExpressionVisitor.doc, Import::ImportXCAF.doc,
Sandbox::CustomRecomputeEvent.doc
, Sandbox::DocumentSaverThread.doc,
draftguitools.gui_base_original.DraftTool.doc
,
App::DynamicProperty::PropData.doc
,
draftguitools.gui_base.GuiCommandBase.doc
,
App::LinkBaseExtension::PropInfo.doc
,
MeshPartGui::Mesh2ShapeGmsh::Private.doc
,
ItemInfo.doc
,
ItemInfo2.doc
,
importIFClegacy.IfcEntity.doc
,
Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.objname
, and
Mod.Show.SceneDetails.ObjectClipPlane.placement2plane()
.
Referenced by
Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.scene_value()
.
Member Data Documentation
β
class_id
string Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.class_id = 'SDObjectClipPlane'
static
β
data
Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.data
Referenced by
ArchSchedule.CommandArchSchedule.IsActive()
, and
FeaturePython.ViewProviderOctahedron.updateData()
.
β
doc
Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.doc
Referenced by
importSVG.svgHandler.characters()
,
importSVG.svgHandler.endElement()
,
TestSpreadsheet.SpreadsheetCases.tearDown()
,
TestSpreadsheet.SpreadsheetCases.testAggregates()
,
TestSpreadsheet.SpreadsheetCases.testAlias()
,
TestSpreadsheet.SpreadsheetCases.testAmbiguousAlias()
,
TestSpreadsheet.SpreadsheetCases.testClearAlias()
,
TestSpreadsheet.SpreadsheetCases.testCrossDocumentLinks()
,
TestSpreadsheet.SpreadsheetCases.testFunctions()
,
TestSpreadsheet.SpreadsheetCases.testInsertRows()
,
TestSpreadsheet.SpreadsheetCases.testInvoluteGear()
,
TestSpreadsheet.SpreadsheetCases.testIssue3128()
,
TestSpreadsheet.SpreadsheetCases.testIssue3225()
,
TestSpreadsheet.SpreadsheetCases.testIssue3363()
,
TestSpreadsheet.SpreadsheetCases.testIssue3432()
,
TestSpreadsheet.SpreadsheetCases.testMatrix()
,
TestSpreadsheet.SpreadsheetCases.testNumbers()
,
TestSpreadsheet.SpreadsheetCases.testPlacementName()
,
TestSpreadsheet.SpreadsheetCases.testPrecedence()
,
TestSpreadsheet.SpreadsheetCases.testRelationalOperators()
,
TestSpreadsheet.SpreadsheetCases.testRemoveRows()
,
TestSpreadsheet.SpreadsheetCases.testRenameAlias()
,
TestSpreadsheet.SpreadsheetCases.testRenameAlias2()
,
TestSpreadsheet.SpreadsheetCases.testRenameAlias3()
,
TestSpreadsheet.SpreadsheetCases.testSetInvalidAlias()
,
TestSpreadsheet.SpreadsheetCases.testSetInvalidAlias2()
,
TestSpreadsheet.SpreadsheetCases.testSketcher()
, and
TestSpreadsheet.SpreadsheetCases.testUnits()
.
β
key
Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.key
β
objname
[1/2]
string Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.objname = ''
static
Referenced by
Mod.Show.SceneDetails.Pickability.Pickability.apply_data()
,
Mod.Show.SceneDetails.VProperty.VProperty.apply_data()
,
Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.apply_data()
,
Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.scene_value()
,
Mod.Show.SceneDetails.Pickability.Pickability.scene_value()
,
Mod.Show.SceneDetails.VProperty.VProperty.scene_value()
, and
Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.val()
.
β
objname
[2/2]
Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.objname
Referenced by
Mod.Show.SceneDetails.Pickability.Pickability.apply_data()
,
Mod.Show.SceneDetails.VProperty.VProperty.apply_data()
,
Mod.Show.SceneDetails.VProperty.VProperty.scene_value()
, and
Mod.Show.SceneDetails.Pickability.Pickability.scene_value()
.
β
propname
string Mod.Show.SceneDetails.ObjectClipPlane.ObjectClipPlane.propname = ''
static
Referenced by
Mod.Show.SceneDetails.VProperty.VProperty.apply_data()
, and
Mod.Show.SceneDetails.VProperty.VProperty.scene_value()
.
The documentation for this class was generated from the following file:
src/Mod/Show/SceneDetails/ObjectClipPlane.py
1.8.17
|
==============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifcaxis2placement2d
ifc4.ifcaxis2placement2d Member List
This is the complete list of members for
ifc4.ifcaxis2placement2d
, including all inherited members.
dim
ifc4.ifcaxis2placement2d
layerassignment
()
ifc4.ifcrepresentationitem
location
ifc4.ifcplacement
location
()
ifc4.ifcplacement
locationis2d
(self)
ifc4.ifcaxis2placement2d
p
()
ifc4.ifcaxis2placement2d
refdirection
ifc4.ifcaxis2placement2d
refdirection
()
ifc4.ifcaxis2placement2d
refdiris2d
(self)
ifc4.ifcaxis2placement2d
styledbyitem
()
ifc4.ifcrepresentationitem
1.8.17
|
==============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
App
OriginGroupExtension
App::OriginGroupExtension Member List
This is the complete list of members for
App::OriginGroupExtension
, including all inherited members.
addObject
(const char *sType, const char *pObjectName)
App::GroupExtension
virtual
addObject
(DocumentObject *obj)
App::GroupExtension
virtual
addObjects
(std::vector< DocumentObject * > obj) override
App::OriginGroupExtension
virtual
allowObject
(DocumentObject *)
App::GroupExtension
virtual
areLinksValid
(const App::DocumentObject *obj)
App::GeoFeatureGroupExtension
static
countObjectsOfType
(const Base::Type &typeId) const
App::GroupExtension
DocumentObjectExtension
()
App::DocumentObjectExtension
Extension
()
App::Extension
extensionExecute
() override
App::OriginGroupExtension
protected
virtual
extensionGetLinkedObject
(DocumentObject *&ret, bool recursive, Base::Matrix4D *mat, bool transform, int depth) const
App::DocumentObjectExtension
virtual
extensionGetPropertyByName
(const char *name) const
App::Extension
virtual
extensionGetPropertyDocumentation
(const Property *prop) const
App::Extension
virtual
extensionGetPropertyDocumentation
(const char *name) const
App::Extension
virtual
extensionGetPropertyGroup
(const Property *prop) const
App::Extension
virtual
extensionGetPropertyGroup
(const char *name) const
App::Extension
virtual
extensionGetPropertyList
(std::vector< Property * > &List) const
App::Extension
virtual
extensionGetPropertyMap
(std::map< std::string, Property * > &Map) const
App::Extension
virtual
extensionGetPropertyName
(const Property *prop) const
App::Extension
virtual
extensionGetPropertyType
(const Property *prop) const
App::Extension
virtual
extensionGetPropertyType
(const char *name) const
App::Extension
virtual
extensionGetSubObject
(DocumentObject *&ret, const char *subname, PyObject **pyObj, Base::Matrix4D *mat, bool transform, int depth) const override
App::OriginGroupExtension
virtual
extensionGetSubObjects
(std::vector< std::string > &ret, int reason) const override
App::GeoFeatureGroupExtension
virtual
extensionHasChildElement
() const
App::DocumentObjectExtension
virtual
extensionIsDerivedFrom
(const Base::Type type) const
App::Extension
extensionIsElementVisible
(const char *)
App::DocumentObjectExtension
virtual
extensionMustExecute
() override
App::OriginGroupExtension
virtual
extensionOnChanged
(const Property *p) override
App::GeoFeatureGroupExtension
virtual
ExtensionPythonObject
App::Extension
protected
extensionRestore
(Base::XMLReader &)
App::Extension
virtual
extensionSave
(Base::Writer &) const
App::Extension
virtual
extensionSetElementVisible
(const char *, bool)
App::DocumentObjectExtension
virtual
GeoFeatureGroupExtension
(void)
App::GeoFeatureGroupExtension
getAllChildren
() const
App::GroupExtension
getAllChildren
(std::vector< DocumentObject * > &, std::set< DocumentObject * > &) const
App::GroupExtension
getCSRelevantLinks
(const App::DocumentObject *obj)
App::GeoFeatureGroupExtension
static
getExtendedContainer
()
App::Extension
getExtendedContainer
() const
App::Extension
getExtendedObject
()
App::DocumentObjectExtension
getExtendedObject
() const
App::DocumentObjectExtension
getExtensionPyObject
(void) override
App::GroupExtension
virtual
getGroupOfObject
(const DocumentObject *obj)
App::OriginGroupExtension
static
getInvalidLinkObjects
(const App::DocumentObject *obj, std::vector< App::DocumentObject * > &vec)
App::GeoFeatureGroupExtension
static
getObject
(const char *Name) const
App::GroupExtension
getObjects
() const
App::GroupExtension
getObjectsOfType
(const Base::Type &typeId) const
App::GroupExtension
getOrigin
() const
App::OriginGroupExtension
getViewProviderExtensionName
(void) const
App::DocumentObjectExtension
virtual
getViewProviderName
() const
App::OriginGroupExtension
virtual
globalGroupPlacement
()
App::GeoFeatureGroupExtension
Group
App::GroupExtension
GroupExtension
(void)
App::GroupExtension
hasObject
(const DocumentObject *obj, bool recursive=false) const override
App::OriginGroupExtension
virtual
initExtension
(ExtensionContainer *obj) override
App::GeoFeatureGroupExtension
virtual
initExtensionSubclass
(Base::Type &toInit, const char *ClassName, const char *ParentName, Base::Type::instantiationMethod method=0)
App::Extension
protected
static
initExtensionType
(Base::Type type)
App::Extension
protected
isChildOf
(const GroupExtension *group, bool recursive=true) const
App::GroupExtension
isLinkValid
(App::Property *link)
App::GeoFeatureGroupExtension
static
isNonGeoGroup
(const DocumentObject *obj)
App::GeoFeatureGroupExtension
static
isPythonExtension
()
App::Extension
m_isPythonExtension
App::Extension
protected
name
() const
App::Extension
onExtendedDocumentRestored
()
App::DocumentObjectExtension
virtual
onExtendedSettingDocument
()
App::DocumentObjectExtension
virtual
onExtendedSetupObject
() override
App::OriginGroupExtension
protected
virtual
onExtendedUnsetupObject
() override
App::OriginGroupExtension
protected
virtual
Origin
App::OriginGroupExtension
OriginGroupExtension
()
App::OriginGroupExtension
placement
()
App::GeoFeatureGroupExtension
relinkToOrigin
(App::DocumentObject *obj)
App::OriginGroupExtension
removeObject
(DocumentObject *obj)
App::GroupExtension
virtual
removeObjects
(std::vector< DocumentObject * > obj) override
App::GeoFeatureGroupExtension
virtual
removeObjectsFromDocument
()
App::GroupExtension
virtual
setObjects
(std::vector< DocumentObject * > obj)
App::GroupExtension
virtual
transformPlacement
(const Base::Placement &transform)
App::GeoFeatureGroupExtension
virtual
~DocumentObjectExtension
()
App::DocumentObjectExtension
virtual
~Extension
()
App::Extension
virtual
~GeoFeatureGroupExtension
()
App::GeoFeatureGroupExtension
virtual
~GroupExtension
()
App::GroupExtension
virtual
~OriginGroupExtension
()
App::OriginGroupExtension
virtual
1.8.17
|
===============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Base
UnknownProgramOption
Base::UnknownProgramOption Member List
This is the complete list of members for
Base::UnknownProgramOption
, including all inherited members.
BaseClass
()
Base::BaseClass
create
(void)
Base::Exception
static
Exception
(const char *sMessage)
Base::Exception
protected
Exception
(const std::string &sMessage)
Base::Exception
protected
Exception
(void)
Base::Exception
protected
Exception
(const Exception &inst)
Base::Exception
protected
getClassTypeId
(void)
Base::Exception
static
getFile
() const
Base::Exception
getFunction
() const
Base::Exception
getLine
() const
Base::Exception
getMessage
() const
Base::Exception
getPyExceptionType
() const
Base::Exception
virtual
getPyObject
(void)
Base::Exception
virtual
getReported
() const
Base::Exception
getTranslatable
() const
Base::Exception
getTypeId
(void) const
Base::Exception
virtual
init
(void)
Base::Exception
static
initSubclass
(Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr)
Base::BaseClass
protected
static
isDerivedFrom
(const Type type) const
Base::BaseClass
operator=
(const Exception &inst)
Base::Exception
ReportException
(void) const
Base::Exception
virtual
setDebugInformation
(const std::string &file, const int line, const std::string &function)
Base::Exception
setMessage
(const char *sMessage)
Base::Exception
setMessage
(const std::string &sMessage)
Base::Exception
setPyException
() const
Base::Exception
virtual
setPyObject
(PyObject *pydict)
Base::Exception
virtual
setReported
(bool reported)
Base::Exception
setTranslatable
(bool translatable)
Base::Exception
UnknownProgramOption
()
Base::UnknownProgramOption
UnknownProgramOption
(const char *sMessage)
Base::UnknownProgramOption
UnknownProgramOption
(const std::string &sMessage)
Base::UnknownProgramOption
UnknownProgramOption
(const UnknownProgramOption &inst)
Base::UnknownProgramOption
what
(void) const
Base::Exception
virtual
~BaseClass
()
Base::BaseClass
virtual
~Exception
()
Base::Exception
virtual
~UnknownProgramOption
()
Base::UnknownProgramOption
virtual
1.8.17
|
============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PartGui
Picker
List of all members
|
Public Member Functions
|
Public Attributes
PartGui::Picker Class Reference
abstract
#include <DlgPrimitives.h>
Public Member Functions
virtual QString
command
(
App::Document
*) const =0
void
createPrimitive
(
QWidget
*widget, const QString &,
Gui::Document
*)
virtual
bool
pickedPoint
(const SoPickedPoint *point)=0
Picker
()
QString
toPlacement
(const gp_Ax2 &) const
virtual
~Picker
()
Public Attributes
int
exitCode
QEventLoop
loop
Constructor & Destructor Documentation
β
Picker()
PartGui::Picker::Picker
(
)
β
~Picker()
virtual PartGui::Picker::~Picker
(
)
virtual
Member Function Documentation
β
command()
virtual QString PartGui::Picker::command
(
App::Document
*
)
const
pure virtual
Implemented in
PartGui::CircleFromThreePoints
.
Referenced by
createPrimitive()
.
β
createPrimitive()
void PartGui::Picker::createPrimitive
(
QWidget
*
widget
,
const QString &
descr
,
Gui::Document
*
doc
)
References
command()
,
Gui::Command::Doc
, and
Gui::Command::Gui
.
β
pickedPoint()
virtual
bool
PartGui::Picker::pickedPoint
(
const SoPickedPoint *
point
)
pure virtual
Implemented in
PartGui::CircleFromThreePoints
.
β
toPlacement()
QString PartGui::Picker::toPlacement
(
const gp_Ax2 &
axis
)
const
References
Base::UnitsApi::getDecimals()
.
Referenced by
PartGui::CircleFromThreePoints::command()
.
Member Data Documentation
β
exitCode
int PartGui::Picker::exitCode
β
loop
QEventLoop PartGui::Picker::loop
Referenced by
shipHydrostatics.TaskPanel.TaskPanel::externalFaces()
.
The documentation for this class was generated from the following files:
src/Mod/Part/Gui/DlgPrimitives.h
src/Mod/Part/Gui/DlgPrimitives.cpp
1.8.17
|
=================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PartGui
SweepWidget
List of all members
|
Classes
|
Public Member Functions
PartGui::SweepWidget Class Reference
#include <TaskSweep.h>
Classes
class
Private
Public Member Functions
bool
accept
()
bool
reject
()
SweepWidget
(
QWidget
*parent=0)
~SweepWidget
()
Constructor & Destructor Documentation
β
SweepWidget()
SweepWidget::SweepWidget
(
QWidget
*
parent
=
0
)
References
Gui::Command::App
, and
PartGui::SweepWidget::Private::ui
.
β
~SweepWidget()
SweepWidget::~SweepWidget
(
)
Member Function Documentation
β
accept()
bool
SweepWidget::accept
(
)
References
Gui::Command::App
,
PartGui::SweepWidget::Private::document
,
Gui::Application::getDocument()
,
Gui::Application::Instance
,
PartGui::SweepWidget::Private::loop
,
Gui::SelectionFilter::match()
,
Gui::SelectionFilter::Result
, and
PartGui::SweepWidget::Private::ui
.
Referenced by
PartGui::TaskSweep::accept()
.
β
reject()
bool
SweepWidget::reject
(
)
References
PartGui::SweepWidget::Private::loop
.
Referenced by
PartGui::TaskSweep::reject()
.
The documentation for this class was generated from the following files:
src/Mod/Part/Gui/TaskSweep.h
src/Mod/Part/Gui/TaskSweep.cpp
1.8.17
|
=========================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Part
Offset
List of all members
|
Public Member Functions
|
Public Attributes
Part::Offset Class Reference
#include <FeatureOffset.h>
Public Member Functions
Offset
()
~Offset
()
Public Member Functions inherited from
Part::Feature
Feature
(void)
Constructor.
More...
virtual
~Feature
()
virtual const
App::PropertyComplexGeoData
*
getPropertyOfGeometry
() const override
This method returns the main property of a geometric object that holds the actual geometry.
More...
virtual
PyObject
*
getPyObject
() override
getPyObject returns the Python binding object
More...
TopLoc_Location
getLocation
() const
virtual
DocumentObject
*
getSubObject
(const char *subname,
PyObject
**pyObj,
Base::Matrix4D
*mat,
bool
transform, int depth) const override
Get the sub element/object by name.
More...
Public Member Functions inherited from
App::GeoFeature
GeoFeature
(void)
Constructor.
More...
virtual std::pair< std::string, std::string >
getElementName
(const char *name,
ElementNameType
type
=
Normal
) const
Return the new and old style sub-element name.
More...
Base::Placement
globalPlacement
() const
Calculates the placement in the global reference coordinate system.
More...
virtual void
transformPlacement
(const
Base::Placement
&transform)
transformPlacement applies transform to placement of this shape.
More...
virtual
~GeoFeature
()
Public Member Functions inherited from
App::DocumentObject
virtual
App::Property
*
addDynamicProperty
(const char *
type
, const char *name=0, const char *group=0, const char *doc=0, short attr=0,
bool
ro=false,
bool
hidden=false) override
virtual
bool
adjustRelativeLinks
(const std::set<
App::DocumentObject
* > &inList, std::set<
App::DocumentObject
* > *visited=0)
Called to adjust link properties to avoid cyclic links.
More...
virtual
bool
allowDuplicateLabel
() const
virtual
bool
canLinkProperties
() const
virtual int
canLoadPartial
() const
allow partial loading of dependent objects
More...
void
clearOutListCache
() const
clear internal out list cache
More...
virtual const char *
detachFromDocument
() override
DocumentObject
(void)
Constructor.
More...
void
enforceRecompute
()
Enforce this document object to be recomputed.
More...
App::Document
*
getDocument
(void) const
gets the document in which this Object is handled
More...
std::string
getExportName
(
bool
forced=false) const
returns the name that is safe to be exported to other document
More...
virtual const
PropertyExpressionEngine::ExpressionInfo
getExpression
(const
ObjectIdentifier
&path) const
virtual std::string
getFullName
() const override
Return the object full name of the form DocName::ObjName.
More...
DocumentObjectGroup
*
getGroup
() const
get group if object is part of a group, otherwise 0 is returned
More...
long
getID
() const
Return the object ID that is unique within its owner document.
More...
const std::vector<
App::DocumentObject
* > &
getInList
(void) const
std::set<
App::DocumentObject
* >
getInListEx
(
bool
recursive) const
Return a set of all objects linking to this object, including possible external parent objects.
More...
void
getInListEx
(std::set<
App::DocumentObject
* > &inSet,
bool
recursive, std::vector<
App::DocumentObject
* > *inList=0) const
Get a set of all objects linking to this object, including possible external parent objects.
More...
std::vector<
App::DocumentObject
* >
getInListRecursive
(void) const
get all objects link directly or indirectly to this object
More...
virtual
DocumentObject
*
getLinkedObject
(
bool
recurse=true,
Base::Matrix4D
*mat=0,
bool
transform=false, int depth=0) const
Return the linked object with optional transformation.
More...
const char *
getNameInDocument
(void) const
returns the name which is set in the document for this object (not the name property!)
More...
const std::string &
getOldLabel
() const
const std::vector<
App::DocumentObject
* > &
getOutList
() const
returns a list of objects this object is pointing to by Links
More...
std::vector<
App::DocumentObject
* >
getOutList
(int option) const
void
getOutList
(int option, std::vector<
App::DocumentObject
* > &res) const
std::vector<
App::DocumentObject
* >
getOutListOfProperty
(
App::Property
*) const
returns a list of objects linked by the property
More...
std::vector<
App::DocumentObject
* >
getOutListRecursive
(void) const
returns a list of objects this object is pointing to by Links and all further descended
More...
std::vector< std::pair<
App::DocumentObject
*, std::string > >
getParents
(int depth=0) const
Obtain top parents and subnames of this object using its InList.
More...
std::vector< std::list<
App::DocumentObject
* > >
getPathsByOutList
(
App::DocumentObject
*to) const
get all possible paths from this to another object following the OutList
More...
unsigned long
getStatus
() const
return the status bits
More...
const char *
getStatusString
(void) const
get the status Message
More...
std::vector<
DocumentObject
* >
getSubObjectList
(const char *subname) const
Return a list of objects referenced by a given subname including this object.
More...
virtual std::vector< std::string >
getSubObjects
(int reason=0) const
Return name reference of all sub-objects.
More...
virtual const char *
getViewProviderNameOverride
() const
This function is introduced to allow Python feature override its view provider.
More...
const char *
getViewProviderNameStored
() const
virtual
bool
hasChildElement
() const
return true to activate tree view group object handling and element visibility
More...
virtual
bool
isAttachedToDocument
() const override
virtual int
isElementVisible
(const char *element) const
Get sub-element visibility.
More...
bool
isError
(void) const
set this feature to error
More...
int
isExporting
() const
bool
isInInList
(
DocumentObject
*objToTest) const
test if this object is directly (non recursive) in the InList
More...
bool
isInInListRecursive
(
DocumentObject
*objToTest) const
test if this object is in the InList and recursive further down
More...
bool
isInOutList
(
DocumentObject
*objToTest) const
test if this object is directly (non recursive) in the OutList
More...
bool
isInOutListRecursive
(
DocumentObject
*objToTest) const
test if the given object is in the OutList and recursive further down
More...
bool
isRecomputing
() const
returns true if this objects is currently recomputing
More...
bool
isRemoving
() const
returns true if this objects is currently removed from the document
More...
bool
isRestoring
() const
returns true if this objects is currently restoring from file
More...
bool
isTouched
(void) const
test if this document object is touched
More...
bool
isValid
(void) const
bool
mustRecompute
(void) const
Test if this document object must be recomputed.
More...
virtual void
onBeforeChangeLabel
(std::string &newLabel)
virtual void
onLostLinkToObject
(
DocumentObject
*)
Called in case of losing a link Get called by the document when a object got deleted a link property of this object ist pointing to.
More...
virtual void
onUpdateElementReference
(const
Property
*)
void
purgeError
(void)
remove the error from the object
More...
void
purgeTouched
(void)
reset this document object touched
More...
bool
recomputeFeature
(
bool
recursive=false)
Recompute only this feature.
More...
virtual
bool
redirectSubName
(std::ostringstream &ss,
DocumentObject
*topParent,
DocumentObject
*child) const
Allow object to redirect a subname path.
More...
virtual
bool
removeDynamicProperty
(const char *prop) override
virtual void
renameObjectIdentifiers
(const std::map<
App::ObjectIdentifier
,
App::ObjectIdentifier
> &paths)
App::DocumentObject
*
resolve
(const char *subname,
App::DocumentObject
**parent=0, std::string *childName=0, const char **subElement=0,
PyObject
**pyObj=0,
Base::Matrix4D
*mat=0,
bool
transform=true, int depth=0) const
Resolve the last document object referenced in the subname.
More...
App::DocumentObject
*
resolveRelativeLink
(std::string &subname,
App::DocumentObject
*&link, std::string &linkSub) const
Resolve a link reference that is relative to this object reference.
More...
virtual void
Save
(
Base::Writer
&writer) const override
This method is used to save properties to an XML document.
More...
virtual int
setElementVisible
(const char *element,
bool
visible)
Child element handling.
More...
virtual void
setExpression
(const
ObjectIdentifier
&path, boost::shared_ptr<
App::Expression
> expr)
void
setStatus
(
ObjectStatus
pos,
bool
on)
bool
testIfLinkDAGCompatible
(
App::PropertyLinkSub
&linkTo) const
bool
testIfLinkDAGCompatible
(
App::PropertyLinkSubList
&linksTo) const
bool
testIfLinkDAGCompatible
(const std::vector<
DocumentObject
* > &linksTo) const
bool
testIfLinkDAGCompatible
(
DocumentObject
*linkTo) const
testIfLinkIsDAG tests a link that is about to be created for circular references.
More...
bool
testStatus
(
ObjectStatus
pos) const
void
touch
(
bool
noRecompute=false)
Set the property touched -> changed, cause recomputation in Update()
More...
virtual
~DocumentObject
()
Public Member Functions inherited from
App::TransactionalObject
TransactionalObject
(void)
Constructor.
More...
virtual
~TransactionalObject
()
Public Member Functions inherited from
App::ExtensionContainer
ExtensionIterator
extensionBegin
()
ExtensionContainer
()
ExtensionIterator
extensionEnd
()
App::Extension
*
getExtension
(
Base::Type
,
bool
derived=true,
bool
no_except=false) const
App::Extension
*
getExtension
(const std::string &name) const
template<typename ExtensionT >
ExtensionT
*
getExtensionByType
(
bool
no_except=false,
bool
derived=true) const
std::vector<
Extension
* >
getExtensionsDerivedFrom
(
Base::Type
type
) const
template<typename ExtensionT >
std::vector<
ExtensionT
* >
getExtensionsDerivedFromType
() const
bool
hasExtension
(
Base::Type
,
bool
derived=true) const
bool
hasExtension
(const std::string &name) const
bool
hasExtensions
() const
void
registerExtension
(
Base::Type
extension,
App::Extension
*ext)
virtual
~ExtensionContainer
()
virtual
Property
*
getPropertyByName
(const char *name) const override
find a property by its name
More...
virtual const char *
getPropertyName
(const
Property
*prop) const override
get the name of a property
More...
virtual void
getPropertyMap
(std::map< std::string,
Property
* > &Map) const override
get all properties of the class (including properties of the parent)
More...
virtual void
getPropertyList
(std::vector<
Property
* > &List) const override
get all properties of the class (including properties of the parent)
More...
virtual short
getPropertyType
(const
Property
*prop) const override
get the Type of a
Property
More...
virtual short
getPropertyType
(const char *name) const override
get the Type of a named
Property
More...
virtual const char *
getPropertyGroup
(const
Property
*prop) const override
get the Group of a
Property
More...
virtual const char *
getPropertyGroup
(const char *name) const override
get the Group of a named
Property
More...
virtual const char *
getPropertyDocumentation
(const
Property
*prop) const override
get the Group of a
Property
More...
virtual const char *
getPropertyDocumentation
(const char *name) const override
get the Group of a named
Property
More...
virtual void
Restore
(
Base::XMLReader
&reader) override
This method is used to restore properties from an XML document.
More...
void
saveExtensions
(
Base::Writer
&writer) const
void
restoreExtensions
(
Base::XMLReader
&reader)
Public Member Functions inherited from
App::PropertyContainer
virtual
App::Property
*
getDynamicPropertyByName
(const char *name) const
DynamicProperty::PropData
getDynamicPropertyData
(const
Property
*prop) const
virtual std::vector< std::string >
getDynamicPropertyNames
() const
virtual unsigned int
getMemSize
(void) const
This method is used to get the size of objects It is not meant to have the exact size, it is more or less an estimation which runs fast! Is it two bytes or a GB?
More...
const char *
getPropertyPrefix
() const
bool
isHidden
(const char *name) const
check if the named property is hidden
More...
bool
isHidden
(const
Property
*prop) const
check if the property is hidden
More...
bool
isReadOnly
(const char *name) const
check if the named property is read-only
More...
bool
isReadOnly
(const
Property
*prop) const
check if the property is read-only
More...
PropertyContainer
()
A constructor.
More...
void
setPropertyPrefix
(const char *prefix)
void
setPropertyStatus
(unsigned char bit,
bool
value)
set the Status bit of all properties at once
More...
virtual
~PropertyContainer
()
A destructor.
More...
Public Member Functions inherited from
Base::Persistence
void
dumpToStream
(std::ostream &stream, int compression)
virtual
Base::Type
getTypeId
(void) const
virtual void
RestoreDocFile
(
Reader
&)
This method is used to restore large amounts of data from a file In this method you simply stream in your
SaveDocFile()
saved data.
More...
void
restoreFromStream
(std::istream &stream)
virtual void
SaveDocFile
(
Writer
&) const
This method is used to save large amounts of data to a binary file.
More...
Public Member Functions inherited from
Base::BaseClass
BaseClass
()
Construction.
More...
bool
isDerivedFrom
(const
Type
type
) const
virtual void
setPyObject
(
PyObject
*)
virtual
~BaseClass
()
Destruction.
More...
Public Attributes
App::PropertyBool
Fill
App::PropertyBool
Intersection
App::PropertyEnumeration
Join
App::PropertyEnumeration
Mode
App::PropertyBool
SelfIntersection
App::PropertyLink
Source
App::PropertyFloat
Value
Public Attributes inherited from
Part::Feature
PropertyPartShape
Shape
Public Attributes inherited from
App::GeoFeature
PropertyPlacement
Placement
Public Attributes inherited from
App::DocumentObject
PropertyExpressionEngine
ExpressionEngine
PropertyString
Label
PropertyString
Label2
boost::signals2::signal< void(const
App::DocumentObject
&, const
App::Property
&)>
signalBeforeChange
signal before changing a property of this object
More...
boost::signals2::signal< void(const
App::DocumentObject
&, const
App::Property
&)>
signalChanged
signal on changed property of this object
More...
PropertyBool
Visibility
Allow control visibility status in
App
name space.
More...
methods override feature
virtual
App::DocumentObjectExecReturn
*
execute
(void) override
recalculate the feature
More...
virtual short
mustExecute
() const override
mustExecute We call this method to check if the object was modified to be invoked.
More...
virtual const char *
getViewProviderName
(void) const override
returns the type name of the ViewProvider
More...
Additional Inherited Members
Public Types inherited from
App::GeoFeature
enum
ElementNameType
{
Normal
=0,
Import
=1,
Export
=2
}
Specify the type of element name to return when calling
getElementName()
More...
Public Types inherited from
App::DocumentObject
enum
GSReason
{
GS_DEFAULT
,
GS_SELECT
}
reason of calling
getSubObjects()
More...
enum
OutListOption
{
OutListNoExpression
= 1,
OutListNoHidden
= 2,
OutListNoXLinked
= 4
}
DAG handling This part of the interface deals with viewing the document as a DAG (directed acyclic graph).
More...
Public Types inherited from
App::ExtensionContainer
typedef std::map<
Base::Type
,
App::Extension
* >::iterator
ExtensionIterator
Static Public Member Functions inherited from
Part::Feature
static TopoDS_Shape
getShape
(const
App::DocumentObject
*obj, const char *subname=0,
bool
needSubElement=false,
Base::Matrix4D
*pmat=0,
App::DocumentObject
**owner=0,
bool
resolveLink=true,
bool
transform=true)
Convenience function to extract shape from fully qualified subname.
More...
static
TopoShape
getTopoShape
(const
App::DocumentObject
*obj, const char *subname=0,
bool
needSubElement=false,
Base::Matrix4D
*pmat=0,
App::DocumentObject
**owner=0,
bool
resolveLink=true,
bool
transform=true,
bool
noElementMap=false)
static void
clearShapeCache
()
static
App::DocumentObject
*
getShapeOwner
(const
App::DocumentObject
*obj, const char *subname=0)
static
bool
hasShapeOwner
(const
App::DocumentObject
*obj, const char *subname=0)
Static Public Member Functions inherited from
App::GeoFeature
static
DocumentObject
*
resolveElement
(
App::DocumentObject
*obj, const char *subname, std::pair< std::string, std::string > &elementName,
bool
append=false,
ElementNameType
type
=
Normal
, const
DocumentObject
*filter=0, const char **element=0,
GeoFeature
**geo=0)
Resolve both the new and old style element name.
More...
Static Public Member Functions inherited from
App::DocumentObject
static const char *
hasHiddenMarker
(const char *subname)
Check if the subname reference ends with hidden marker.
More...
static const std::string &
hiddenMarker
()
Special marker to mark the object as hidden.
More...
Static Public Member Functions inherited from
Base::Persistence
static void *
create
(void)
static std::string
encodeAttribute
(const std::string &)
Encodes an attribute upon saving.
More...
static
Base::Type
getClassTypeId
(void)
static void
init
(void)
Static Public Member Functions inherited from
Base::BaseClass
static void *
create
(void)
static
Type
getClassTypeId
(void)
static void
init
(void)
Static Public Attributes inherited from
App::DocumentObject
static
DocumentObjectExecReturn
*
StdReturn
Protected Member Functions inherited from
Part::Feature
virtual
App::DocumentObjectExecReturn
*
recompute
() override
recompute only this object
More...
virtual void
onChanged
(const
App::Property
*prop) override
get called by the container when a property was changed
More...
ShapeHistory
buildHistory
(
BRepBuilderAPI_MakeShape
&, TopAbs_ShapeEnum
type
, const TopoDS_Shape &newS, const TopoDS_Shape &oldS)
Build a history of changes MakeShape: The operation that created the changes, e.g.
More...
ShapeHistory
joinHistory
(const
ShapeHistory
&, const
ShapeHistory
&)
Protected Member Functions inherited from
App::DocumentObject
virtual void
onBeforeChange
(const
Property
*prop) override
get called before the value is changed
More...
virtual void
onDocumentRestored
()
get called after a document has been fully restored
More...
virtual void
onPropertyStatusChanged
(const
Property
&prop, unsigned long oldStatus) override
get called when a property status has changed
More...
virtual void
onSettingDocument
()
get called after setting the document
More...
void
resetError
(void)
void
setDocument
(
App::Document
*doc)
void
setError
(void)
virtual void
setupObject
()
get called after a brand new object was created
More...
virtual void
unsetupObject
()
get called when object is going to be removed from the document
More...
Protected Member Functions inherited from
App::TransactionalObject
void
onBeforeChangeProperty
(
Document
*doc, const
Property
*prop)
Protected Member Functions inherited from
App::PropertyContainer
virtual const
PropertyData
&
getPropertyData
(void) const
virtual void
handleChangedPropertyName
(
Base::XMLReader
&reader, const char *TypeName, const char *PropName)
PropertyContainer::handleChangedPropertyName
is called during restore to possibly fix reading of older versions of this property container.
More...
virtual void
handleChangedPropertyType
(
Base::XMLReader
&reader, const char *TypeName,
Property
*prop)
PropertyContainer::handleChangedPropertyType
is called during restore to possibly fix reading of older versions of the property container.
More...
Static Protected Member Functions inherited from
App::PropertyContainer
static const
PropertyData
*
getPropertyDataPtr
(void)
Static Protected Member Functions inherited from
Base::BaseClass
static void
initSubclass
(
Base::Type
&toInit, const char *ClassName, const char *ParentName,
Type::instantiationMethod
method=nullptr)
Protected Attributes inherited from
App::DocumentObject
std::string
oldLabel
Old label; used for renaming expressions.
More...
const std::string *
pcNameInDocument
Py::Object
PythonObject
python object of this class and all descendent
More...
std::bitset< 32 >
StatusBits
Status bits of the document object The first 8 bits are used for the base system the rest can be used in descendent classes to mark special statuses on the objects.
More...
Protected Attributes inherited from
App::PropertyContainer
DynamicProperty
dynamicProps
Constructor & Destructor Documentation
β
Offset()
Offset::Offset
(
)
References
App::Global
, and
App::Prop_None
.
β
~Offset()
Offset::~Offset
(
)
Member Function Documentation
β
execute()
App::DocumentObjectExecReturn
* Offset::execute
(
void
)
override
virtual
recalculate the feature
Reimplemented from
Part::Feature
.
Reimplemented in
Part::Offset2D
.
References
Fill
,
Part::Feature::getShape()
,
App::PropertyEnumeration::getValue()
,
App::PropertyFloat::getValue()
,
App::PropertyLink::getValue()
,
App::PropertyBool::getValue()
,
Intersection
,
Join
,
Part::TopoShape::makeOffsetShape()
,
Mode
,
SelfIntersection
,
Part::PropertyPartShape::setValue()
,
Part::Feature::Shape
,
Source
,
App::DocumentObject::StdReturn
, and
Value
.
Referenced by
PathScripts.PathDressupDogbone.ObjectDressup::boneStateList()
,
ArchSite.Compass::buildCoordinates()
,
PathScripts.PathDressupHoldingTags.ObjectTagDressup::generateTags()
,
ArchSchedule.CommandArchSchedule::IsActive()
,
Mod.PartDesign.Scripts.Spring.MySpring::onChanged()
,
Mod.PartDesign.Scripts.Epitrochoid.Epitrochoid::onChanged()
,
Mod.PartDesign.Scripts.Parallelepiped.Parallelepiped::onChanged()
,
Mod.PartDesign.Scripts.DistanceBolt.DistanceBolt::onChanged()
,
Mod.PartDesign.Scripts.Parallelepiped.BoxCylinder::onChanged()
,
PathScripts.PathStock.StockFromBase::onChanged()
,
PathScripts.PathStock.StockCreateBox::onChanged()
,
PathScripts.PathStock.StockCreateCylinder::onChanged()
, and
FeaturePython.DistanceBolt::onChanged()
.
β
getViewProviderName()
virtual const char* Part::Offset::getViewProviderName
(
void
)
const
override
virtual
returns the type name of the ViewProvider
Reimplemented from
Part::Feature
.
Reimplemented in
Part::Offset2D
.
β
mustExecute()
short Offset::mustExecute
(
)
const
override
virtual
mustExecute We call this method to check if the object was modified to be invoked.
If the object label or an argument is modified. If we must recompute the object - to call the method
execute()
. 0: no recomputation is needed 1: recomputation needed
Remarks
If an object is marked as 'touched' then this does not necessarily mean that it will be recomputed. It only means that all objects that link it (i.e. its InList) will be recomputed.
Reimplemented from
Part::Feature
.
Reimplemented in
Part::Offset2D
.
References
Fill
,
Intersection
,
App::Property::isTouched()
,
Join
,
Mode
,
SelfIntersection
,
Source
, and
Value
.
Member Data Documentation
β
Fill
App::PropertyBool
Part::Offset::Fill
Referenced by
execute()
,
Part::Offset2D::execute()
,
mustExecute()
, and
Part::Offset2D::mustExecute()
.
β
Intersection
App::PropertyBool
Part::Offset::Intersection
Referenced by
execute()
,
Part::Offset2D::execute()
,
mustExecute()
, and
Part::Offset2D::mustExecute()
.
β
Join
App::PropertyEnumeration
Part::Offset::Join
Referenced by
execute()
,
Part::Offset2D::execute()
,
mustExecute()
, and
Part::Offset2D::mustExecute()
.
β
Mode
App::PropertyEnumeration
Part::Offset::Mode
Referenced by
execute()
,
Part::Offset2D::execute()
,
mustExecute()
, and
Part::Offset2D::mustExecute()
.
β
SelfIntersection
App::PropertyBool
Part::Offset::SelfIntersection
Referenced by
execute()
, and
mustExecute()
.
β
Source
App::PropertyLink
Part::Offset::Source
Referenced by
execute()
,
Part::Offset2D::execute()
,
mustExecute()
,
Part::Offset2D::mustExecute()
, and
PartGui::OffsetWidget::reject()
.
β
Value
App::PropertyFloat
Part::Offset::Value
Referenced by
execute()
,
Part::Offset2D::execute()
,
mustExecute()
,
Part::Offset2D::mustExecute()
, and
PartGui::OffsetWidget::OffsetWidget()
.
The documentation for this class was generated from the following files:
src/Mod/Part/App/FeatureOffset.h
src/Mod/Part/App/FeatureOffset.cpp
1.8.17
|
================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcgridaxis
List of all members
|
Public Member Functions
|
Public Attributes
ifc2x3.ifcgridaxis Class Reference
Public Member Functions
def
axiscurve
()
def
axistag
()
def
hasintersections
()
def
partofu
()
def
partofv
()
def
partofw
()
def
samesense
()
def
wr1
(self)
def
wr2
(self)
Public Attributes
axiscurve
axistag
dim
samesense
Detailed Description
Entity ifcgridaxis definition.
:param axistag
:type axistag:ifclabel
:param axiscurve
:type axiscurve:ifccurve
:param samesense
:type samesense:ifcboolean
:param partofw
:type partofw:SET(0,1,'ifcgrid', scope = schema_scope)
:param partofv
:type partofv:SET(0,1,'ifcgrid', scope = schema_scope)
:param partofu
:type partofu:SET(0,1,'ifcgrid', scope = schema_scope)
:param hasintersections
:type hasintersections:SET(0,None,'ifcvirtualgridintersection', scope = schema_scope)
Member Function Documentation
β
axiscurve()
def ifc2x3.ifcgridaxis.axiscurve
(
)
References ifc2x3.ifcgridaxis._axiscurve, and
ifc2x3.ifcgridaxis.axiscurve
.
β
axistag()
def ifc2x3.ifcgridaxis.axistag
(
)
References ifc2x3.ifcgridaxis._axistag, and
ifc2x3.ifcgridaxis.axistag
.
β
hasintersections()
def ifc2x3.ifcgridaxis.hasintersections
(
)
β
partofu()
def ifc2x3.ifcgridaxis.partofu
(
)
Referenced by
ifc2x3.ifcgridaxis.wr2()
, and
ifc4.ifcgridaxis.wr2()
.
β
partofv()
def ifc2x3.ifcgridaxis.partofv
(
)
Referenced by
ifc2x3.ifcgridaxis.wr2()
, and
ifc4.ifcgridaxis.wr2()
.
β
partofw()
def ifc2x3.ifcgridaxis.partofw
(
)
Referenced by
ifc2x3.ifcgridaxis.wr2()
, and
ifc4.ifcgridaxis.wr2()
.
β
samesense()
def ifc2x3.ifcgridaxis.samesense
(
)
References ifc2x3.ifcfacesurface._samesense, ifc2x3.ifccompositecurvesegment._samesense, ifc2x3.ifcedgecurve._samesense, ifc2x3.ifcgridaxis._samesense, and
ifc2x3.ifcgridaxis.samesense
.
β
wr1()
def ifc2x3.ifcgridaxis.wr1
(
self
)
β
wr2()
def ifc2x3.ifcgridaxis.wr2
(
self
)
References
ifc2x3.ifcgridaxis.partofu()
,
ifc2x3.ifcgridaxis.partofv()
, and
ifc2x3.ifcgridaxis.partofw()
.
Member Data Documentation
β
axiscurve
ifc2x3.ifcgridaxis.axiscurve
Referenced by
ifc2x3.ifcgridaxis.axiscurve()
.
β
axistag
ifc2x3.ifcgridaxis.axistag
Referenced by
ifc2x3.ifcgridaxis.axistag()
.
β
dim
ifc2x3.ifcgridaxis.dim
Referenced by
ifc4.ifccartesiantransformationoperator3d.axis3is3d()
,
ifc4.ifcaxis2placement3d.axisis3d()
,
ifc2x3.ifcsweptsurface.dim()
,
ifc2x3.ifcplacement.dim()
,
ifc4.ifccompositecurvesegment.dim()
,
ifc2x3.ifccartesiantransformationoperator.dim()
,
ifc4.ifcplacement.dim()
,
ifc2x3.ifccurveboundedplane.dim()
,
ifc4.ifccartesiantransformationoperator.dim()
,
ifc2x3.ifccompositecurvesegment.dim()
,
ifc2x3.ifcgeometricset.dim()
,
ifc4.ifcgeometricset.dim()
,
ifc2x3.ifcrectangulartrimmedsurface.dim()
,
ifc2x3.ifcbooleanresult.dim()
,
ifc2x3.ifcelementarysurface.dim()
,
ifc2x3.ifcpointoncurve.dim()
,
ifc4.ifcbooleanresult.dim()
,
ifc4.ifcpointoncurve.dim()
,
ifc2x3.ifcpointonsurface.dim()
,
ifc2x3.ifcvector.dim()
,
ifc4.ifcpointonsurface.dim()
,
ifc4.ifcvector.dim()
,
ifc4.ifcaxis2placement3d.refdiris3d()
, and
ifc4.ifcfillareastylehatching.refhatchline2d()
.
β
samesense
ifc2x3.ifcgridaxis.samesense
Referenced by
ifc2x3.ifcgridaxis.samesense()
.
The documentation for this class was generated from the following file:
src/Mod/Import/App/ifc2x3.py
1.8.17
|
======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
draftmake
make_wire
Functions
|
Variables
draftmake.make_wire Namespace Reference
Functions
def
make_wire
(pointslist, closed=False, placement=None, face=None, support=None, bs2wire=False)
Variables
makeWire
=
make_wire
Function Documentation
β
make_wire()
def draftmake.make_wire.make_wire
(
pointslist
,
closed
=
False
,
placement
=
None
,
face
=
None
,
support
=
None
,
bs2wire
=
False
)
makeWire(pointslist,[closed],[placement])
Creates a Wire object from the given list of vectors. If face is
true (and wire is closed), the wire will appear filled. Instead of
a pointslist, you can also pass a Part Wire.
Parameters
----------
pointlist : [Base.Vector]
List of points to create the polyline
closed : bool
If closed is True or first and last points are identical,
the created polyline will be closed.
placement : Base.Placement
If a placement is given, it is used.
face : Bool
If face is False, the rectangle is shown as a wireframe,
otherwise as a face.
support :
TODO: Describe
bs2wire : bool
TODO: Describe
Variable Documentation
β
makeWire
draftmake.make_wire.makeWire =
make_wire
1.8.17
|
======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
App
BackupPolicy
App::BackupPolicy Member List
This is the complete list of members for
App::BackupPolicy
, including all inherited members.
apply
(const std::string &sourcename, const std::string &targetname)
App::BackupPolicy
BackupPolicy
()
App::BackupPolicy
Policy
enum name
App::BackupPolicy
setDateFormat
(const std::string &fmt)
App::BackupPolicy
setNumberOfFiles
(int count)
App::BackupPolicy
setPolicy
(Policy p)
App::BackupPolicy
Standard
enum value
App::BackupPolicy
TimeStamp
enum value
App::BackupPolicy
useBackupExtension
(bool on)
App::BackupPolicy
~BackupPolicy
()
App::BackupPolicy
1.8.17
|
=============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Base
IODeviceIStreambuf
Base::IODeviceIStreambuf Member List
This is the complete list of members for
Base::IODeviceIStreambuf
, including all inherited members.
buffer
Base::IODeviceIStreambuf
protected
bufSize
Base::IODeviceIStreambuf
protected
static
device
Base::IODeviceIStreambuf
protected
IODeviceIStreambuf
(QIODevice *dev)
Base::IODeviceIStreambuf
pbSize
Base::IODeviceIStreambuf
protected
static
seekoff
(std::streambuf::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which=std::ios::in|std::ios::out)
Base::IODeviceIStreambuf
protected
virtual
seekpos
(std::streambuf::pos_type sp, std::ios_base::openmode which=std::ios::in|std::ios::out)
Base::IODeviceIStreambuf
protected
virtual
underflow
()
Base::IODeviceIStreambuf
protected
virtual
~IODeviceIStreambuf
()
Base::IODeviceIStreambuf
1.8.17
|
==============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
StdMeshers
FunctionTable
StdMeshers::FunctionTable Member List
This is the complete list of members for
StdMeshers::FunctionTable
, including all inherited members.
Function
(const int)
StdMeshers::Function
FunctionTable
(const std::vector< double > &, const int)
StdMeshers::FunctionTable
integral
(const double, const double) const
StdMeshers::FunctionTable
virtual
value
(const double, double &) const
StdMeshers::FunctionTable
virtual
~Function
()
StdMeshers::Function
virtual
~FunctionTable
()
StdMeshers::FunctionTable
virtual
1.8.17
|
====================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
femtest
testmesh
TestMeshEleTetra10
List of all members
|
Public Member Functions
|
Public Attributes
femtest.testmesh.TestMeshEleTetra10 Class Reference
Public Member Functions
def
compare_mesh_files
(self, femmesh_testfile, femmesh_outfile, filetyp)
def
get_file_paths
(self, file_extension)
def
setUp
(self)
def
tearDown
(self)
def
test_tetra10_create
(self)
def
test_tetra10_inp
(self)
def
test_tetra10_unv
(self)
def
test_tetra10_vkt
(self)
def
test_tetra10_yml
(self)
def
test_tetra10_z88
(self)
Public Attributes
active_doc
base_outfile
base_testfile
doc_name
elem
expected_elem
expected_nodes
femmesh
Member Function Documentation
β
compare_mesh_files()
def femtest.testmesh.TestMeshEleTetra10.compare_mesh_files
(
self
,
femmesh_testfile
,
femmesh_outfile
,
filetyp
)
References
femtest.testmesh.TestMeshEleTetra10.elem
,
femtest.testmesh.TestMeshEleTetra10.expected_elem
,
femtest.testmesh.TestMeshEleTetra10.expected_nodes
, and
femtest.testmesh.TestMeshEleTetra10.test_tetra10_create()
.
Referenced by
femtest.testmesh.TestMeshEleTetra10.get_file_paths()
,
femtest.testmesh.TestMeshEleTetra10.test_tetra10_inp()
,
femtest.testmesh.TestMeshEleTetra10.test_tetra10_unv()
,
femtest.testmesh.TestMeshEleTetra10.test_tetra10_vkt()
,
femtest.testmesh.TestMeshEleTetra10.test_tetra10_yml()
, and
femtest.testmesh.TestMeshEleTetra10.test_tetra10_z88()
.
β
get_file_paths()
def femtest.testmesh.TestMeshEleTetra10.get_file_paths
(
self
,
file_extension
)
References
femtest.testmesh.TestMeshEleTetra10.base_outfile
,
femtest.testmesh.TestMeshEleTetra10.base_testfile
, and
femtest.testmesh.TestMeshEleTetra10.compare_mesh_files()
.
Referenced by
femtest.testmesh.TestMeshEleTetra10.test_tetra10_inp()
,
femtest.testmesh.TestMeshEleTetra10.test_tetra10_unv()
,
femtest.testmesh.TestMeshEleTetra10.test_tetra10_vkt()
,
femtest.testmesh.TestMeshEleTetra10.test_tetra10_yml()
, and
femtest.testmesh.TestMeshEleTetra10.test_tetra10_z88()
.
β
setUp()
def femtest.testmesh.TestMeshEleTetra10.setUp
(
self
)
β
tearDown()
def femtest.testmesh.TestMeshEleTetra10.tearDown
(
self
)
References
femtest.testcommon.TestFemCommon.doc_name
,
femtest.testmaterial.TestMaterialUnits.doc_name
,
femtest.testmesh.TestMeshCommon.doc_name
,
femtest.testccxtools.TestCcxTools.doc_name
, and
femtest.testmesh.TestMeshEleTetra10.doc_name
.
Referenced by
femtest.testmesh.TestMeshEleTetra10.test_tetra10_z88()
.
β
test_tetra10_create()
def femtest.testmesh.TestMeshEleTetra10.test_tetra10_create
(
self
)
References
femtest.testmesh.TestMeshEleTetra10.elem
,
femtest.testmesh.TestMeshEleTetra10.expected_elem
,
femtest.testmesh.TestMeshEleTetra10.expected_nodes
,
femsolver.writerbase.FemInputWriter.femmesh
,
femtest.testmesh.TestMeshEleTetra10.femmesh
, and
femtest.testmesh.TestMeshEleTetra10.test_tetra10_inp()
.
Referenced by
femtest.testmesh.TestMeshEleTetra10.compare_mesh_files()
.
β
test_tetra10_inp()
def femtest.testmesh.TestMeshEleTetra10.test_tetra10_inp
(
self
)
References
femtest.testmesh.TestMeshEleTetra10.compare_mesh_files()
,
femsolver.writerbase.FemInputWriter.femmesh
,
femtest.testmesh.TestMeshEleTetra10.femmesh
,
femtest.testmesh.TestMeshEleTetra10.get_file_paths()
, and
femtest.testmesh.TestMeshEleTetra10.test_tetra10_unv()
.
Referenced by
femtest.testmesh.TestMeshEleTetra10.test_tetra10_create()
.
β
test_tetra10_unv()
def femtest.testmesh.TestMeshEleTetra10.test_tetra10_unv
(
self
)
References
femtest.testmesh.TestMeshEleTetra10.compare_mesh_files()
,
femsolver.writerbase.FemInputWriter.femmesh
,
femtest.testmesh.TestMeshEleTetra10.femmesh
,
femtest.testmesh.TestMeshEleTetra10.get_file_paths()
, and
femtest.testmesh.TestMeshEleTetra10.test_tetra10_vkt()
.
Referenced by
femtest.testmesh.TestMeshEleTetra10.test_tetra10_inp()
.
β
test_tetra10_vkt()
def femtest.testmesh.TestMeshEleTetra10.test_tetra10_vkt
(
self
)
References
femtest.testmesh.TestMeshEleTetra10.compare_mesh_files()
,
femsolver.writerbase.FemInputWriter.femmesh
,
femtest.testmesh.TestMeshEleTetra10.femmesh
,
femtest.testmesh.TestMeshEleTetra10.get_file_paths()
, and
femtest.testmesh.TestMeshEleTetra10.test_tetra10_yml()
.
Referenced by
femtest.testmesh.TestMeshEleTetra10.test_tetra10_unv()
.
β
test_tetra10_yml()
def femtest.testmesh.TestMeshEleTetra10.test_tetra10_yml
(
self
)
References
femtest.testmesh.TestMeshEleTetra10.compare_mesh_files()
,
femsolver.writerbase.FemInputWriter.femmesh
,
femtest.testmesh.TestMeshEleTetra10.femmesh
,
femtest.testmesh.TestMeshEleTetra10.get_file_paths()
, and
femtest.testmesh.TestMeshEleTetra10.test_tetra10_z88()
.
Referenced by
femtest.testmesh.TestMeshEleTetra10.test_tetra10_vkt()
.
β
test_tetra10_z88()
def femtest.testmesh.TestMeshEleTetra10.test_tetra10_z88
(
self
)
References
femtest.testmesh.TestMeshEleTetra10.compare_mesh_files()
,
femsolver.writerbase.FemInputWriter.femmesh
,
femtest.testmesh.TestMeshEleTetra10.femmesh
,
femtest.testmesh.TestMeshEleTetra10.get_file_paths()
, and
femtest.testmesh.TestMeshEleTetra10.tearDown()
.
Referenced by
femtest.testmesh.TestMeshEleTetra10.test_tetra10_yml()
.
Member Data Documentation
β
active_doc
femtest.testmesh.TestMeshEleTetra10.active_doc
Referenced by
femtest.testobject.TestObjectType.test_femobjects_derivedfromfem()
,
femtest.testobject.TestObjectType.test_femobjects_derivedfromstd()
,
femtest.testobject.TestObjectType.test_femobjects_isoftype()
,
femtest.testobject.TestObjectCreate.test_femobjects_make()
,
femtest.testobject.TestObjectType.test_femobjects_type()
, and
femtest.testsolverframework.TestSolverFrameWork.test_solver_framework()
.
β
base_outfile
femtest.testmesh.TestMeshEleTetra10.base_outfile
Referenced by
femtest.testmesh.TestMeshEleTetra10.get_file_paths()
.
β
base_testfile
femtest.testmesh.TestMeshEleTetra10.base_testfile
Referenced by
femtest.testmesh.TestMeshEleTetra10.get_file_paths()
.
β
doc_name
femtest.testmesh.TestMeshEleTetra10.doc_name
Referenced by
femtest.testobject.TestObjectCreate.tearDown()
,
femtest.testsolverframework.TestSolverFrameWork.tearDown()
,
femtest.testresult.TestResult.tearDown()
,
femtest.testmesh.TestMeshEleTetra10.tearDown()
, and
femtest.testobject.TestObjectType.tearDown()
.
β
elem
femtest.testmesh.TestMeshEleTetra10.elem
Referenced by
femtest.testmesh.TestMeshEleTetra10.compare_mesh_files()
, and
femtest.testmesh.TestMeshEleTetra10.test_tetra10_create()
.
β
expected_elem
femtest.testmesh.TestMeshEleTetra10.expected_elem
Referenced by
femtest.testmesh.TestMeshEleTetra10.compare_mesh_files()
, and
femtest.testmesh.TestMeshEleTetra10.test_tetra10_create()
.
β
expected_nodes
femtest.testmesh.TestMeshEleTetra10.expected_nodes
Referenced by
femtest.testmesh.TestMeshEleTetra10.compare_mesh_files()
, and
femtest.testmesh.TestMeshEleTetra10.test_tetra10_create()
.
β
femmesh
femtest.testmesh.TestMeshEleTetra10.femmesh
Referenced by
femtest.testmesh.TestMeshEleTetra10.test_tetra10_create()
,
femtest.testmesh.TestMeshEleTetra10.test_tetra10_inp()
,
femtest.testmesh.TestMeshEleTetra10.test_tetra10_unv()
,
femtest.testmesh.TestMeshEleTetra10.test_tetra10_vkt()
,
femtest.testmesh.TestMeshEleTetra10.test_tetra10_yml()
,
femtest.testmesh.TestMeshEleTetra10.test_tetra10_z88()
, and
femsolver.z88.writer.FemInputWriterZ88.write_z88_elements_properties()
.
The documentation for this class was generated from the following file:
src/Mod/Fem/femtest/testmesh.py
1.8.13
|
=================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcelectricflowstoragedevicetypeenum
ifc2x3.ifcelectricflowstoragedevicetypeenum Member List
This is the complete list of members for
ifc2x3.ifcelectricflowstoragedevicetypeenum
, including all inherited members.
get_enum_ids
(self)
SCL.ConstructedDataTypes.ENUMERATION
1.8.17
|
======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifclightfixturetype
List of all members
|
Public Member Functions
|
Public Attributes
ifc4.ifclightfixturetype Class Reference
Public Member Functions
def
correctpredefinedtype
(self)
def
predefinedtype
()
Public Member Functions inherited from
ifc4.ifcelementtype
def
elementtype
()
Public Member Functions inherited from
ifc4.ifctypeproduct
def
applicableoccurrence
(self)
def
referencedby
()
def
representationmaps
()
def
tag
()
Public Member Functions inherited from
ifc4.ifctypeobject
def
applicableoccurrence
()
def
haspropertysets
()
def
types
()
def
wr1
(self)
Public Member Functions inherited from
ifc4.ifcobjectdefinition
def
decomposes
()
def
hasassignments
()
def
hasassociations
()
def
hascontext
()
def
isdecomposedby
()
def
isnestedby
()
def
nests
()
Public Member Functions inherited from
ifc4.ifcroot
def
description
()
def
globalid
()
def
name
()
def
ownerhistory
()
Public Attributes
predefinedtype
Public Attributes inherited from
ifc4.ifcelementtype
elementtype
Public Attributes inherited from
ifc4.ifctypeproduct
representationmaps
tag
Public Attributes inherited from
ifc4.ifctypeobject
applicableoccurrence
haspropertysets
Public Attributes inherited from
ifc4.ifcroot
description
globalid
name
ownerhistory
Detailed Description
Entity ifclightfixturetype definition.
:param predefinedtype
:type predefinedtype:ifclightfixturetypeenum
Member Function Documentation
β
correctpredefinedtype()
def ifc4.ifclightfixturetype.correctpredefinedtype
(
self
)
References
ifc4.ifcstructuralcurvereaction.predefinedtype
,
ifc4.ifclightfixture.predefinedtype
,
ifc2x3.ifccablesegmenttype.predefinedtype
,
ifc2x3.ifchumidifiertype.predefinedtype
,
ifc4.ifcinterceptor.predefinedtype
,
ifc2x3.ifctransportelementtype.predefinedtype
,
ifc4.ifccablesegmenttype.predefinedtype
,
ifc4.ifcconstructionproductresourcetype.predefinedtype
,
ifc4.ifchumidifiertype.predefinedtype
,
ifc4.ifctransportelementtype.predefinedtype
,
ifc2x3.ifcrailing.predefinedtype
,
ifc4.ifccostitem.predefinedtype
,
ifc4.ifcrailing.predefinedtype
,
ifc4.ifcshadingdevice.predefinedtype
,
ifc2x3.ifcservicelifefactor.predefinedtype
,
ifc4.ifcmember.predefinedtype
,
ifc4.ifcflowinstrument.predefinedtype
,
ifc2x3.ifcvalvetype.predefinedtype
,
ifc4.ifchumidifier.predefinedtype
,
ifc4.ifcworkcalendar.predefinedtype
,
ifc2x3.ifcairterminalboxtype.predefinedtype
,
ifc4.ifcbuildingelementparttype.predefinedtype
,
ifc4.ifcelectricmotor.predefinedtype
,
ifc2x3.ifcbuildingelementproxytype.predefinedtype
,
ifc4.ifcactuator.predefinedtype
,
ifc4.ifcstairtype.predefinedtype
,
ifc2x3.ifcspacetype.predefinedtype
,
ifc2x3.ifcelectricgeneratortype.predefinedtype
,
ifc2x3.ifcpipefittingtype.predefinedtype
,
ifc2x3.ifcwasteterminaltype.predefinedtype
,
ifc4.ifcstructuralsurfaceaction.predefinedtype
,
ifc2x3.ifclamptype.predefinedtype
,
ifc4.ifcvalvetype.predefinedtype
,
ifc4.ifcairterminalboxtype.predefinedtype
,
ifc4.ifcbuildingelementproxytype.predefinedtype
,
ifc2x3.ifcairtoairheatrecoverytype.predefinedtype
,
ifc4.ifcfurniture.predefinedtype
,
ifc2x3.ifcfooting.predefinedtype
,
ifc2x3.ifcactuatortype.predefinedtype
,
ifc4.ifcspacetype.predefinedtype
,
ifc4.ifccablecarrierfitting.predefinedtype
,
ifc4.ifcelectricgeneratortype.predefinedtype
,
ifc4.ifcpipefittingtype.predefinedtype
,
ifc2x3.ifcstructuralanalysismodel.predefinedtype
,
ifc4.ifcwasteterminaltype.predefinedtype
,
ifc4.ifcfastenertype.predefinedtype
,
ifc4.ifclamptype.predefinedtype
,
ifc4.ifclaborresourcetype.predefinedtype
,
ifc4.ifcairtoairheatrecoverytype.predefinedtype
,
ifc4.ifctendontype.predefinedtype
,
ifc4.ifcfooting.predefinedtype
,
ifc4.ifcwall.predefinedtype
,
ifc4.ifcactuatortype.predefinedtype
,
ifc4.ifccablecarriersegment.predefinedtype
,
ifc4.ifcdamper.predefinedtype
,
ifc4.ifcstructuralanalysismodel.predefinedtype
,
ifc2x3.ifcevaporatortype.predefinedtype
,
ifc4.ifcaudiovisualappliancetype.predefinedtype
,
ifc2x3.ifcelectricappliancetype.predefinedtype
,
ifc2x3.ifcgasterminaltype.predefinedtype
,
ifc4.ifcdoortype.predefinedtype
,
ifc4.ifcroof.predefinedtype
,
ifc4.ifcburner.predefinedtype
,
ifc4.ifceventtype.predefinedtype
,
ifc2x3.ifccablecarriersegmenttype.predefinedtype
,
ifc4.ifcfilter.predefinedtype
,
ifc4.ifcjunctionbox.predefinedtype
,
ifc2x3.ifcductsilencertype.predefinedtype
,
ifc4.ifcenginetype.predefinedtype
,
ifc2x3.ifcelementassembly.predefinedtype
,
ifc4.ifcelectricdistributionboard.predefinedtype
,
ifc2x3.ifccolumntype.predefinedtype
,
ifc4.ifcelectricflowstoragedevice.predefinedtype
,
ifc4.ifcevaporatortype.predefinedtype
,
ifc4.ifcconstructionequipmentresourcetype.predefinedtype
,
ifc4.ifcelectricappliancetype.predefinedtype
,
ifc4.ifcsystemfurnitureelement.predefinedtype
,
ifc4.ifccondenser.predefinedtype
,
ifc4.ifcgeographicelement.predefinedtype
,
ifc2x3.ifcductsegmenttype.predefinedtype
,
ifc2x3.ifcdampertype.predefinedtype
,
ifc4.ifcreinforcingbartype.predefinedtype
,
ifc4.ifccoolingtower.predefinedtype
,
ifc4.ifcswitchingdevice.predefinedtype
,
ifc4.ifcvoidingfeature.predefinedtype
,
ifc4.ifccablecarriersegmenttype.predefinedtype
,
ifc4.ifcaudiovisualappliance.predefinedtype
,
ifc4.ifcductsilencertype.predefinedtype
,
ifc4.ifcstructuralcurveaction.predefinedtype
,
ifc4.ifcelementassembly.predefinedtype
,
ifc4.ifcexternalspatialelement.predefinedtype
,
ifc2x3.ifctubebundletype.predefinedtype
,
ifc4.ifccolumntype.predefinedtype
,
ifc2x3.ifcstructuralsurfacemember.predefinedtype
,
ifc4.ifcperformancehistory.predefinedtype
,
ifc4.ifcductsegmenttype.predefinedtype
,
ifc2x3.ifclightfixturetype.predefinedtype
,
ifc2x3.ifcflowmetertype.predefinedtype
,
ifc4.ifcdampertype.predefinedtype
,
ifc2x3.ifcprojectorderrecord.predefinedtype
,
ifc4.ifcwindow.predefinedtype
,
ifc4.ifcboiler.predefinedtype
,
ifc4.ifcspaceheater.predefinedtype
,
ifc2x3.ifcheatexchangertype.predefinedtype
,
ifc4.ifcdoor.predefinedtype
,
ifc2x3.ifccondensertype.predefinedtype
,
ifc2x3.ifcslab.predefinedtype
,
ifc2x3.ifccoolingtowertype.predefinedtype
,
ifc4.ifccolumn.predefinedtype
,
ifc4.ifcsystemfurnitureelementtype.predefinedtype
,
ifc2x3.ifccontrollertype.predefinedtype
,
ifc2x3.ifcelectricheatertype.predefinedtype
,
ifc4.ifcreinforcingmesh.predefinedtype
,
ifc4.ifctubebundletype.predefinedtype
,
ifc4.ifcstructuralsurfacemember.predefinedtype
,
ifc4.ifclightfixturetype.predefinedtype
,
ifc2x3.ifcfantype.predefinedtype
,
ifc2x3.ifcprotectivedevicetype.predefinedtype
,
ifc2x3.ifcslabtype.predefinedtype
,
ifc2x3.ifcevaporativecoolertype.predefinedtype
,
ifc2x3.ifcalarmtype.predefinedtype
,
ifc2x3.ifcmembertype.predefinedtype
,
ifc2x3.ifcairterminaltype.predefinedtype
,
ifc2x3.ifctendon.predefinedtype
,
ifc2x3.ifcelectricflowstoragedevicetype.predefinedtype
,
ifc2x3.ifcelectrictimecontroltype.predefinedtype
,
ifc2x3.ifcstackterminaltype.predefinedtype
,
ifc2x3.ifcchillertype.predefinedtype
,
ifc2x3.ifccooledbeamtype.predefinedtype
,
ifc2x3.ifcoutlettype.predefinedtype
,
ifc2x3.ifccoiltype.predefinedtype
,
ifc2x3.ifcsanitaryterminaltype.predefinedtype
,
ifc2x3.ifcswitchingdevicetype.predefinedtype
,
ifc2x3.ifccostschedule.predefinedtype
,
ifc2x3.ifcplatetype.predefinedtype
,
ifc2x3.ifcrailingtype.predefinedtype
,
ifc2x3.ifcfiresuppressionterminaltype.predefinedtype
,
ifc2x3.ifcpile.predefinedtype
,
ifc2x3.ifccovering.predefinedtype
,
ifc2x3.ifcstructuralloadgroup.predefinedtype
,
ifc2x3.ifcwalltype.predefinedtype
,
ifc2x3.ifcspaceheatertype.predefinedtype
,
ifc2x3.ifcdistributionchamberelementtype.predefinedtype
,
ifc2x3.ifcstructuralcurvemember.predefinedtype
,
ifc2x3.ifcjunctionboxtype.predefinedtype
,
ifc2x3.ifcfiltertype.predefinedtype
,
ifc2x3.ifccurtainwalltype.predefinedtype
,
ifc2x3.ifcstairflighttype.predefinedtype
,
ifc2x3.ifcflowinstrumenttype.predefinedtype
,
ifc2x3.ifcmotorconnectiontype.predefinedtype
,
ifc2x3.ifcprojectorder.predefinedtype
,
ifc2x3.ifcrampflighttype.predefinedtype
,
ifc2x3.ifcboilertype.predefinedtype
,
ifc2x3.ifcoccupant.predefinedtype
,
ifc2x3.ifcvibrationisolatortype.predefinedtype
,
ifc2x3.ifctransformertype.predefinedtype
,
ifc2x3.ifccoveringtype.predefinedtype
,
ifc2x3.ifcelectricmotortype.predefinedtype
,
ifc2x3.ifcbeamtype.predefinedtype
,
ifc2x3.ifcsensortype.predefinedtype
,
ifc2x3.ifccablecarrierfittingtype.predefinedtype
,
ifc2x3.ifcductfittingtype.predefinedtype
,
ifc2x3.ifcunitaryequipmenttype.predefinedtype
,
ifc2x3.ifctanktype.predefinedtype
,
ifc2x3.ifccompressortype.predefinedtype
,
ifc2x3.ifcpipesegmenttype.predefinedtype
,
ifc2x3.ifcpumptype.predefinedtype
, Gui::AutoSaver.self, Py::PythonExtension< T >.self(), Gui::Dialog::DownloadManager.self, Py::PythonExtensionBase.self(), App::TransactionFactory.self, and Py::PythonClass< T >.self().
β
predefinedtype()
def ifc4.ifclightfixturetype.predefinedtype
(
)
References ifc4.ifcstructuralcurvereaction._predefinedtype, ifc4.ifclightfixture._predefinedtype, ifc2x3.ifccablesegmenttype._predefinedtype, ifc2x3.ifchumidifiertype._predefinedtype, ifc4.ifcinterceptor._predefinedtype, ifc2x3.ifctransportelementtype._predefinedtype, ifc4.ifccablesegmenttype._predefinedtype, ifc4.ifcconstructionproductresourcetype._predefinedtype, ifc4.ifchumidifiertype._predefinedtype, ifc4.ifctransportelementtype._predefinedtype, ifc2x3.ifcrailing._predefinedtype, ifc4.ifccostitem._predefinedtype, ifc4.ifcrailing._predefinedtype, ifc4.ifcshadingdevice._predefinedtype, ifc2x3.ifcservicelifefactor._predefinedtype, ifc4.ifcmember._predefinedtype, ifc4.ifcflowinstrument._predefinedtype, ifc2x3.ifcvalvetype._predefinedtype, ifc4.ifchumidifier._predefinedtype, ifc4.ifcworkcalendar._predefinedtype, ifc2x3.ifcairterminalboxtype._predefinedtype, ifc4.ifcbuildingelementparttype._predefinedtype, ifc4.ifcelectricmotor._predefinedtype, ifc2x3.ifcbuildingelementproxytype._predefinedtype, ifc4.ifcactuator._predefinedtype, ifc4.ifcstairtype._predefinedtype, ifc2x3.ifcspacetype._predefinedtype, ifc2x3.ifcelectricgeneratortype._predefinedtype, ifc2x3.ifcpipefittingtype._predefinedtype, ifc2x3.ifcwasteterminaltype._predefinedtype, ifc2x3.ifclamptype._predefinedtype, ifc4.ifcstructuralsurfaceaction._predefinedtype, ifc4.ifcvalvetype._predefinedtype, ifc4.ifcairterminalboxtype._predefinedtype, ifc4.ifcbuildingelementproxytype._predefinedtype, ifc2x3.ifcairtoairheatrecoverytype._predefinedtype, ifc4.ifcfurniture._predefinedtype, ifc2x3.ifcfooting._predefinedtype, ifc2x3.ifcactuatortype._predefinedtype, ifc4.ifcspacetype._predefinedtype, ifc4.ifccablecarrierfitting._predefinedtype, ifc4.ifcelectricgeneratortype._predefinedtype, ifc4.ifcpipefittingtype._predefinedtype, ifc2x3.ifcstructuralanalysismodel._predefinedtype, ifc4.ifcwasteterminaltype._predefinedtype, ifc4.ifcfastenertype._predefinedtype, ifc4.ifclamptype._predefinedtype, ifc4.ifclaborresourcetype._predefinedtype, ifc4.ifcairtoairheatrecoverytype._predefinedtype, ifc4.ifctendontype._predefinedtype, ifc4.ifcfooting._predefinedtype, ifc4.ifcwall._predefinedtype, ifc4.ifcactuatortype._predefinedtype, ifc4.ifccablecarriersegment._predefinedtype, ifc4.ifcdamper._predefinedtype, ifc4.ifcstructuralanalysismodel._predefinedtype, ifc2x3.ifcevaporatortype._predefinedtype, ifc4.ifcaudiovisualappliancetype._predefinedtype, ifc2x3.ifcelectricappliancetype._predefinedtype, ifc2x3.ifcgasterminaltype._predefinedtype, ifc4.ifcdoortype._predefinedtype, ifc4.ifcroof._predefinedtype, ifc4.ifcburner._predefinedtype, ifc4.ifceventtype._predefinedtype, ifc2x3.ifccablecarriersegmenttype._predefinedtype, ifc4.ifcfilter._predefinedtype, ifc4.ifcjunctionbox._predefinedtype, ifc2x3.ifcductsilencertype._predefinedtype, ifc4.ifcenginetype._predefinedtype, ifc2x3.ifcelementassembly._predefinedtype, ifc4.ifcelectricdistributionboard._predefinedtype, ifc2x3.ifccolumntype._predefinedtype, ifc4.ifcelectricflowstoragedevice._predefinedtype, ifc4.ifcevaporatortype._predefinedtype, ifc4.ifcconstructionequipmentresourcetype._predefinedtype, ifc4.ifcelectricappliancetype._predefinedtype, ifc4.ifcsystemfurnitureelement._predefinedtype, ifc4.ifccondenser._predefinedtype, ifc4.ifcgeographicelement._predefinedtype, ifc2x3.ifcductsegmenttype._predefinedtype, ifc2x3.ifcdampertype._predefinedtype, ifc4.ifcreinforcingbartype._predefinedtype, ifc4.ifccoolingtower._predefinedtype, ifc4.ifcswitchingdevice._predefinedtype, ifc4.ifcvoidingfeature._predefinedtype, ifc4.ifccablecarriersegmenttype._predefinedtype, ifc4.ifcaudiovisualappliance._predefinedtype, ifc4.ifcductsilencertype._predefinedtype, ifc4.ifcstructuralcurveaction._predefinedtype, ifc4.ifcelementassembly._predefinedtype, ifc4.ifcexternalspatialelement._predefinedtype, ifc2x3.ifctubebundletype._predefinedtype, ifc4.ifccolumntype._predefinedtype, ifc2x3.ifcstructuralsurfacemember._predefinedtype, ifc4.ifcperformancehistory._predefinedtype, ifc4.ifcductsegmenttype._predefinedtype, ifc2x3.ifclightfixturetype._predefinedtype, ifc2x3.ifcflowmetertype._predefinedtype, ifc4.ifcdampertype._predefinedtype, ifc2x3.ifcprojectorderrecord._predefinedtype, ifc4.ifcwindow._predefinedtype, ifc4.ifcboiler._predefinedtype, ifc4.ifcspaceheater._predefinedtype, ifc2x3.ifcheatexchangertype._predefinedtype, ifc2x3.ifccondensertype._predefinedtype, ifc4.ifcdoor._predefinedtype, ifc2x3.ifcslab._predefinedtype, ifc2x3.ifccoolingtowertype._predefinedtype, ifc4.ifccolumn._predefinedtype, ifc4.ifcsystemfurnitureelementtype._predefinedtype, ifc2x3.ifccontrollertype._predefinedtype, ifc2x3.ifcelectricheatertype._predefinedtype, ifc4.ifcreinforcingmesh._predefinedtype, ifc4.ifctubebundletype._predefinedtype, ifc4.ifcstructuralsurfacemember._predefinedtype, ifc4.ifclightfixturetype._predefinedtype, ifc2x3.ifcfantype._predefinedtype, ifc2x3.ifcprotectivedevicetype._predefinedtype, ifc2x3.ifcslabtype._predefinedtype, ifc2x3.ifcevaporativecoolertype._predefinedtype, ifc2x3.ifcalarmtype._predefinedtype, ifc2x3.ifcmembertype._predefinedtype, ifc2x3.ifcairterminaltype._predefinedtype, ifc2x3.ifctendon._predefinedtype, ifc2x3.ifcelectricflowstoragedevicetype._predefinedtype, ifc2x3.ifcelectrictimecontroltype._predefinedtype, ifc2x3.ifcstackterminaltype._predefinedtype, ifc2x3.ifcchillertype._predefinedtype, ifc2x3.ifccooledbeamtype._predefinedtype, ifc2x3.ifcoutlettype._predefinedtype, ifc2x3.ifccoiltype._predefinedtype, ifc2x3.ifcsanitaryterminaltype._predefinedtype, ifc2x3.ifcswitchingdevicetype._predefinedtype, ifc2x3.ifccostschedule._predefinedtype, ifc2x3.ifcplatetype._predefinedtype, ifc2x3.ifcrailingtype._predefinedtype, ifc2x3.ifcfiresuppressionterminaltype._predefinedtype, ifc2x3.ifcpile._predefinedtype, ifc2x3.ifccovering._predefinedtype, ifc2x3.ifcstructuralloadgroup._predefinedtype, ifc2x3.ifcwalltype._predefinedtype, ifc2x3.ifcspaceheatertype._predefinedtype, ifc2x3.ifcdistributionchamberelementtype._predefinedtype, ifc2x3.ifcstructuralcurvemember._predefinedtype, ifc2x3.ifcjunctionboxtype._predefinedtype, ifc2x3.ifcfiltertype._predefinedtype, ifc2x3.ifccurtainwalltype._predefinedtype, ifc2x3.ifcstairflighttype._predefinedtype, ifc2x3.ifcflowinstrumenttype._predefinedtype, ifc2x3.ifcmotorconnectiontype._predefinedtype, ifc2x3.ifcprojectorder._predefinedtype, ifc2x3.ifcrampflighttype._predefinedtype, ifc2x3.ifcboilertype._predefinedtype, ifc2x3.ifcoccupant._predefinedtype, ifc2x3.ifcvibrationisolatortype._predefinedtype, ifc2x3.ifctransformertype._predefinedtype, ifc2x3.ifccoveringtype._predefinedtype, ifc2x3.ifcelectricmotortype._predefinedtype, ifc2x3.ifcbeamtype._predefinedtype, ifc2x3.ifcsensortype._predefinedtype, ifc2x3.ifccablecarrierfittingtype._predefinedtype, ifc2x3.ifcductfittingtype._predefinedtype, ifc2x3.ifcunitaryequipmenttype._predefinedtype, ifc2x3.ifctanktype._predefinedtype, ifc2x3.ifccompressortype._predefinedtype, ifc2x3.ifcpipesegmenttype._predefinedtype, ifc2x3.ifcpumptype._predefinedtype, and
ifc4.ifclightfixturetype.predefinedtype
.
Member Data Documentation
β
predefinedtype
ifc4.ifclightfixturetype.predefinedtype
Referenced by
ifc4.ifclightfixturetype.correctpredefinedtype()
,
ifc4.ifcalarm.correctpredefinedtype()
,
ifc4.ifcflowmetertype.correctpredefinedtype()
,
ifc4.ifcworkplan.correctpredefinedtype()
,
ifc4.ifcprotectivedevice.correctpredefinedtype()
,
ifc4.ifcheatexchangertype.correctpredefinedtype()
,
ifc4.ifcshadingdevicetype.correctpredefinedtype()
,
ifc4.ifccommunicationsappliance.correctpredefinedtype()
,
ifc4.ifccompressor.correctpredefinedtype()
,
ifc4.ifccondensertype.correctpredefinedtype()
,
ifc4.ifcheatexchanger.correctpredefinedtype()
,
ifc4.ifcslab.correctpredefinedtype()
,
ifc4.ifcconstructionmaterialresourcetype.correctpredefinedtype()
,
ifc4.ifccoolingtowertype.correctpredefinedtype()
,
ifc4.ifcfootingtype.correctpredefinedtype()
,
ifc4.ifccablesegment.correctpredefinedtype()
,
ifc4.ifctransportelement.correctpredefinedtype()
,
ifc4.ifccontrollertype.correctpredefinedtype()
,
ifc4.ifcstairflight.correctpredefinedtype()
,
ifc4.ifcstair.correctpredefinedtype()
,
ifc4.ifcductfitting.correctpredefinedtype()
,
ifc4.ifcinterceptortype.correctpredefinedtype()
,
ifc4.ifcelectricdistributionboardtype.correctpredefinedtype()
,
ifc4.ifcfantype.correctpredefinedtype()
,
ifc4.ifcprotectivedevicetype.correctpredefinedtype()
,
ifc4.ifcsensor.correctpredefinedtype()
,
ifc4.ifcelectrictimecontrol.correctpredefinedtype()
,
ifc4.ifcunitarycontrolelementtype.correctpredefinedtype()
,
ifc4.ifccablefittingtype.correctpredefinedtype()
,
ifc4.ifctask.correctpredefinedtype()
,
ifc4.ifccrewresource.correctpredefinedtype()
,
ifc4.ifcunitarycontrolelement.correctpredefinedtype()
,
ifc4.ifclamp.correctpredefinedtype()
,
ifc4.ifcslabtype.correctpredefinedtype()
,
ifc4.ifcelectricgenerator.correctpredefinedtype()
,
ifc4.ifcbeam.correctpredefinedtype()
,
ifc4.ifcplate.correctpredefinedtype()
,
ifc4.ifcvalve.correctpredefinedtype()
,
ifc4.ifcairterminalbox.correctpredefinedtype()
,
ifc4.ifcchiller.correctpredefinedtype()
,
ifc4.ifcevaporativecoolertype.correctpredefinedtype()
,
ifc4.ifcflowmeter.correctpredefinedtype()
,
ifc4.ifcalarmtype.correctpredefinedtype()
,
ifc4.ifcmembertype.correctpredefinedtype()
,
ifc4.ifcrampflight.correctpredefinedtype()
,
ifc4.ifcdiscreteaccessory.correctpredefinedtype()
,
ifc4.ifcairterminaltype.correctpredefinedtype()
,
ifc4.ifcfiresuppressionterminal.correctpredefinedtype()
,
ifc4.ifcevaporativecooler.correctpredefinedtype()
,
ifc4.ifctasktype.correctpredefinedtype()
,
ifc4.ifctendon.correctpredefinedtype()
,
ifc4.ifcpipefitting.correctpredefinedtype()
,
ifc4.ifcelectricflowstoragedevicetype.correctpredefinedtype()
,
ifc4.ifcductsilencer.correctpredefinedtype()
,
ifc4.ifcwasteterminal.correctpredefinedtype()
,
ifc4.ifccablefitting.correctpredefinedtype()
,
ifc4.ifcreinforcingbar.correctpredefinedtype()
,
ifc4.ifcunitaryequipment.correctpredefinedtype()
,
ifc4.ifcelectrictimecontroltype.correctpredefinedtype()
,
ifc4.ifcstackterminaltype.correctpredefinedtype()
,
ifc4.ifctank.correctpredefinedtype()
,
ifc4.ifcprotectivedevicetrippingunit.correctpredefinedtype()
,
ifc4.ifctendonanchortype.correctpredefinedtype()
,
ifc4.ifcairtoairheatrecovery.correctpredefinedtype()
,
ifc4.ifcchillertype.correctpredefinedtype()
,
ifc4.ifccooledbeamtype.correctpredefinedtype()
,
ifc4.ifcoutlettype.correctpredefinedtype()
,
ifc4.ifccoiltype.correctpredefinedtype()
,
ifc4.ifcprotectivedevicetrippingunittype.correctpredefinedtype()
,
ifc4.ifcfan.correctpredefinedtype()
,
ifc4.ifcrooftype.correctpredefinedtype()
,
ifc4.ifcsanitaryterminaltype.correctpredefinedtype()
,
ifc4.ifcswitchingdevicetype.correctpredefinedtype()
,
ifc4.ifccontroller.correctpredefinedtype()
,
ifc4.ifcevent.correctpredefinedtype()
,
ifc4.ifcplatetype.correctpredefinedtype()
,
ifc4.ifcrailingtype.correctpredefinedtype()
,
ifc4.ifcfurnituretype.correctpredefinedtype()
,
ifc4.ifcfiresuppressionterminaltype.correctpredefinedtype()
,
ifc4.ifctendonanchor.correctpredefinedtype()
,
ifc4.ifcmedicaldevice.correctpredefinedtype()
,
ifc4.ifcconstructionequipmentresource.correctpredefinedtype()
,
ifc4.ifcpile.correctpredefinedtype()
,
ifc4.ifcreinforcingmeshtype.correctpredefinedtype()
,
ifc4.ifcevaporator.correctpredefinedtype()
,
ifc4.ifcwindowtype.correctpredefinedtype()
,
ifc4.ifcpump.correctpredefinedtype()
,
ifc4.ifccoil.correctpredefinedtype()
,
ifc4.ifcsubcontractresource.correctpredefinedtype()
,
ifc4.ifcpiletype.correctpredefinedtype()
,
ifc4.ifcfastener.correctpredefinedtype()
,
ifc4.ifcbuildingelementpart.correctpredefinedtype()
,
ifc4.ifcbuildingelementproxy.correctpredefinedtype()
,
ifc4.ifcdiscreteaccessorytype.correctpredefinedtype()
,
ifc4.ifccooledbeam.correctpredefinedtype()
,
ifc4.ifcsanitaryterminal.correctpredefinedtype()
,
ifc4.ifcvibrationisolator.correctpredefinedtype()
,
ifc4.ifccovering.correctpredefinedtype()
,
ifc4.ifccommunicationsappliancetype.correctpredefinedtype()
,
ifc4.ifcengine.correctpredefinedtype()
,
ifc4.ifccrewresourcetype.correctpredefinedtype()
,
ifc4.ifclaborresource.correctpredefinedtype()
,
ifc4.ifcmechanicalfastenertype.correctpredefinedtype()
,
ifc4.ifcwalltype.correctpredefinedtype()
,
ifc4.ifcconstructionmaterialresource.correctpredefinedtype()
,
ifc4.ifcconstructionproductresource.correctpredefinedtype()
,
ifc4.ifcspaceheatertype.correctpredefinedtype()
,
ifc4.ifcsubcontractresourcetype.correctpredefinedtype()
,
ifc4.ifcdistributionchamberelementtype.correctpredefinedtype()
,
ifc4.ifcjunctionboxtype.correctpredefinedtype()
,
ifc4.ifcfiltertype.correctpredefinedtype()
,
ifc4.ifcsolardevice.correctpredefinedtype()
,
ifc4.ifcspace.correctpredefinedtype()
,
ifc4.ifcmedicaldevicetype.correctpredefinedtype()
,
ifc4.ifcramptype.correctpredefinedtype()
,
ifc4.ifcspatialzone.correctpredefinedtype()
,
ifc4.ifcprocedure.correctpredefinedtype()
,
ifc4.ifccurtainwalltype.correctpredefinedtype()
,
ifc4.ifcstairflighttype.correctpredefinedtype()
,
ifc4.ifcflowinstrumenttype.correctpredefinedtype()
,
ifc4.ifcdistributionchamberelement.correctpredefinedtype()
,
ifc4.ifcmotorconnectiontype.correctpredefinedtype()
,
ifc4.ifcrampflighttype.correctpredefinedtype()
,
ifc4.ifcspatialzonetype.correctpredefinedtype()
,
ifc4.ifcboilertype.correctpredefinedtype()
,
ifc4.ifcvibrationisolatortype.correctpredefinedtype()
,
ifc4.ifcelectricappliance.correctpredefinedtype()
,
ifc4.ifctransformertype.correctpredefinedtype()
,
ifc4.ifccoveringtype.correctpredefinedtype()
,
ifc4.ifcgeographicelementtype.correctpredefinedtype()
,
ifc4.ifcairterminal.correctpredefinedtype()
,
ifc4.ifccurtainwall.correctpredefinedtype()
,
ifc4.ifcelectricmotortype.correctpredefinedtype()
,
ifc4.ifcproceduretype.correctpredefinedtype()
,
ifc4.ifcoutlet.correctpredefinedtype()
,
ifc4.ifcsolardevicetype.correctpredefinedtype()
,
ifc4.ifcstackterminal.correctpredefinedtype()
,
ifc4.ifcbeamtype.correctpredefinedtype()
,
ifc4.ifcsensortype.correctpredefinedtype()
,
ifc4.ifcpipesegment.correctpredefinedtype()
,
ifc4.ifccablecarrierfittingtype.correctpredefinedtype()
,
ifc4.ifcelementassemblytype.correctpredefinedtype()
,
ifc4.ifcductfittingtype.correctpredefinedtype()
,
ifc4.ifcunitaryequipmenttype.correctpredefinedtype()
,
ifc4.ifcburnertype.correctpredefinedtype()
,
ifc4.ifcmotorconnection.correctpredefinedtype()
,
ifc4.ifctanktype.correctpredefinedtype()
,
ifc4.ifcchimneytype.correctpredefinedtype()
,
ifc4.ifcworkschedule.correctpredefinedtype()
,
ifc4.ifcductsegment.correctpredefinedtype()
,
ifc4.ifcmechanicalfastener.correctpredefinedtype()
,
ifc4.ifccompressortype.correctpredefinedtype()
,
ifc4.ifcpipesegmenttype.correctpredefinedtype()
,
ifc4.ifctubebundle.correctpredefinedtype()
,
ifc4.ifcpumptype.correctpredefinedtype()
,
ifc4.ifcramp.correctpredefinedtype()
,
ifc4.ifctransformer.correctpredefinedtype()
,
ifc4.ifcchimney.correctpredefinedtype()
,
ifc4.ifcstructuralloadgroup.hasobjecttype()
,
ifc4.ifcsurfacefeature.hasobjecttype()
,
ifc4.ifcstructuralcurvemember.hasobjecttype()
,
ifc4.ifcstructuralsurfacereaction.haspredefinedtype()
,
ifc4.ifclightfixturetype.predefinedtype()
, and
ifc4.ifcoccupant.wr31()
.
The documentation for this class was generated from the following file:
src/Mod/Import/App/ifc4.py
1.8.17
|
======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
femtest
testmaterial
Classes
femtest.testmaterial Namespace Reference
Classes
class
TestMaterialUnits
1.8.13
|
======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
DockWnd
CombiView
List of all members
|
Public Member Functions
|
Protected Member Functions
|
Protected Attributes
|
Friends
Gui::DockWnd::CombiView Class Reference
Combi View is a combination of a tree, property and
TaskPanel
for integrated user action.
More...
#include <CombiView.h>
Public Member Functions
CombiView
(
Gui::Document
*pcDocument, QWidget *parent=0)
A constructor.
More...
QTabWidget *
getTabPanel
() const
Gui::TaskView::TaskView
*
getTaskPanel
(void)
void
showTaskView
()
void
showTreeView
()
virtual
~CombiView
()
A destructor.
More...
Public Member Functions inherited from
Gui::DockWindow
DockWindow
(
Gui::Document
*pcDocument=0, QWidget *parent=0)
View constructor Attach the view to the given document.
More...
virtual
~DockWindow
()
View destructor Detach the view from the document, if attached.
More...
virtual void
onUpdate
(void)
get called when the document is updated
More...
virtual const char *
getName
(void) const
returns the name of the view (important for messages)
More...
virtual
bool
onMsg
(const char *, const char **)
Message handler.
More...
virtual
bool
onHasMsg
(const char *) const
Message handler test.
More...
virtual
bool
canClose
(void)
overwrite when checking on close state
More...
Public Member Functions inherited from
Gui::BaseView
BaseView
(
Gui::Document
*pcDocument=0)
View constructor Attach the view to the given document.
More...
App::Document
*
getAppDocument
() const
returns the document the view is attached to
More...
Gui::Document
*
getGuiDocument
() const
returns the document the view is attached to
More...
bool
isPassive
(void) const
indicates if the view is in passive mode
More...
virtual
~BaseView
()
View destructor Detach the view from the document, if attached!
More...
void
setDocument
(
Gui::Document
*pcDocument)
sets the view to another document (called by
Application
)
More...
void
onClose
(void)
is sent from the document in order to close the document
More...
virtual void
onRelabel
(
Gui::Document
*)
get called when the document is relabeled (change of its user name)
More...
virtual void
onRename
(
Gui::Document
*)
get called when the document is renamed (change of its internal name)
More...
virtual void
deleteSelf
()
delete itself
More...
Public Member Functions inherited from
Base::BaseClass
BaseClass
()
Construction.
More...
virtual
PyObject
*
getPyObject
(void)
This method returns the Python wrapper for a C++ object.
More...
virtual
Type
getTypeId
(void) const
bool
isDerivedFrom
(const
Type
type
) const
virtual void
setPyObject
(
PyObject
*)
virtual
~BaseClass
()
Destruction.
More...
Protected Member Functions
void
changeEvent
(
QEvent
*e)
void
closedDialog
()
void
closeDialog
()
void
showDialog
(
Gui::TaskView::TaskDialog
*dlg)
Protected Attributes
int
oldTabIndex
Protected Attributes inherited from
Gui::BaseView
bool
bIsDetached
bool
bIsPassive
Friends
class
Gui::ControlSingleton
Additional Inherited Members
Signals inherited from
Gui::DockWindow
void
sendCloseView
(
MDIView
*theView)
sends a message to the document
More...
Static Public Member Functions inherited from
Base::BaseClass
static void *
create
(void)
static
Type
getClassTypeId
(void)
static void
init
(void)
Static Protected Member Functions inherited from
Base::BaseClass
static void
initSubclass
(
Base::Type
&toInit, const char *ClassName, const char *ParentName,
Type::instantiationMethod
method=0)
Detailed Description
Combi View is a combination of a tree, property and
TaskPanel
for integrated user action.
Constructor & Destructor Documentation
β
CombiView()
CombiView::CombiView
(
Gui::Document
*
pcDocument
,
QWidget *
parent
=
0
)
A constructor.
A more elaborate description of the constructor.
β
~CombiView()
CombiView::~CombiView
(
)
virtual
A destructor.
A more elaborate description of the destructor.
Member Function Documentation
β
changeEvent()
void CombiView::changeEvent
(
QEvent
*
e
)
protected
β
closedDialog()
void CombiView::closedDialog
(
)
protected
References
oldTabIndex
.
Referenced by
Gui::ControlSingleton::closeDialog()
.
β
closeDialog()
void CombiView::closeDialog
(
)
protected
References
Gui::TaskView::TaskView::removeDialog()
.
Referenced by
Gui::ControlSingleton::closeDialog()
.
β
getTabPanel()
QTabWidget* Gui::DockWnd::CombiView::getTabPanel
(
)
const
Referenced by
Gui::ControlSingleton::tabPanel()
.
β
getTaskPanel()
Gui::TaskView::TaskView
* Gui::DockWnd::CombiView::getTaskPanel
(
void
)
Referenced by
Gui::ControlSingleton::activeDialog()
, and
Gui::ControlSingleton::taskPanel()
.
β
showDialog()
void CombiView::showDialog
(
Gui::TaskView::TaskDialog
*
dlg
)
protected
References
Gui::BitmapFactory()
,
oldTabIndex
,
Gui::BitmapFactoryInst::pixmap()
, and
Gui::TaskView::TaskView::showDialog()
.
Referenced by
Gui::ControlSingleton::showDialog()
.
β
showTaskView()
void CombiView::showTaskView
(
)
Referenced by
Gui::ControlSingleton::showTaskView()
.
β
showTreeView()
void CombiView::showTreeView
(
)
Referenced by
Gui::ControlSingleton::showModelView()
.
Friends And Related Function Documentation
β
Gui::ControlSingleton
friend class
Gui::ControlSingleton
friend
Member Data Documentation
β
oldTabIndex
int
Gui::DockWnd::CombiView::oldTabIndex
protected
Referenced by
closedDialog()
, and
showDialog()
.
The documentation for this class was generated from the following files:
src/Gui/CombiView.h
src/Gui/CombiView.cpp
1.8.13
|
=====================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
geoff_geometry
Point3d
List of all members
|
Public Member Functions
|
Public Attributes
|
Friends
geoff_geometry::Point3d Class Reference
#include <geometry.h>
Public Member Functions
double
Dist
(const
Point3d
&p) const
double
DistSq
(const
Point3d
&p) const
void
get
(double xyz[3])
double *
getBuffer
()
const double *
getBuffer
() const
Point3d
Mid
(const
Point3d
&p, double factor=0.5) const
bool
operator!=
(const
Point3d
&p) const
Point3d
operator+
(const
Vector3d
&v) const
bool
operator==
(const
Point3d
&p) const
Point3d
()
Point3d
(const double *xyz)
Point3d
(const
Point
&p)
Point3d
(const
Point
&p, double zord)
Point3d
(const
Vector3d
&v)
Point3d
(double xord, double yord, double zord=0)
Point3d
Transform
(const
Matrix
&m)
Public Attributes
double
x
double
y
double
z
Friends
wostream &
operator<<
(wostream &op,
Point3d
&p)
Constructor & Destructor Documentation
β
Point3d()
[1/6]
geoff_geometry::Point3d::Point3d
(
)
Referenced by
operator+()
.
β
Point3d()
[2/6]
geoff_geometry::Point3d::Point3d
(
const double *
xyz
)
β
Point3d()
[3/6]
geoff_geometry::Point3d::Point3d
(
double
xord
,
double
yord
,
double
zord
=
0
)
β
Point3d()
[4/6]
geoff_geometry::Point3d::Point3d
(
const
Point
&
p
)
β
Point3d()
[5/6]
geoff_geometry::Point3d::Point3d
(
const
Point
&
p
,
double
zord
)
β
Point3d()
[6/6]
Point3d::Point3d
(
const
Vector3d
&
v
)
Member Function Documentation
β
Dist()
double Point3d::Dist
(
const
Point3d
&
p
)
const
References
geoff_geometry::Vector3d::magnitude()
.
Referenced by
geoff_geometry::IsPtsLine()
.
β
DistSq()
double Point3d::DistSq
(
const
Point3d
&
p
)
const
β
get()
void geoff_geometry::Point3d::get
(
double
xyz
[3]
)
β
getBuffer()
[1/2]
double* geoff_geometry::Point3d::getBuffer
(
)
β
getBuffer()
[2/2]
const double* geoff_geometry::Point3d::getBuffer
(
)
const
β
Mid()
Point3d
Point3d::Mid
(
const
Point3d
&
p
,
double
factor
=
0.5
)
const
β
operator!=()
bool
geoff_geometry::Point3d::operator!=
(
const
Point3d
&
p
)
const
β
operator+()
Point3d
Point3d::operator+
(
const
Vector3d
&
v
)
const
References
Point3d()
.
β
operator==()
bool
Point3d::operator==
(
const
Point3d
&
p
)
const
References
geoff_geometry::FNE()
, and
geoff_geometry::TOLERANCE
.
β
Transform()
Point3d
Point3d::Transform
(
const
Matrix
&
m
)
References
Transform()
, and
x
.
Referenced by
Transform()
.
Friends And Related Function Documentation
β
operator<<
wostream& operator<<
(
wostream &
op
,
Point3d
&
p
)
friend
Member Data Documentation
β
x
double geoff_geometry::Point3d::x
Referenced by
geoff_geometry::Line::atZ()
,
PathScripts.PathInspect.GCodeEditorDialog::cleanup()
,
geoff_geometry::Box3d::combine()
,
PathScripts.PostUtils.GCodeEditorDialog::done()
,
geoff_geometry::MinMax()
,
PathScripts.PathDressupHoldingTags.Tag::originAt()
,
geoff_geometry::Box3d::outside()
,
Transform()
,
geoff_geometry::Triangle3d::Triangle3d()
, and
geoff_geometry::Vector3d::Vector3d()
.
β
y
double geoff_geometry::Point3d::y
Referenced by
PathScripts.PathInspect.GCodeEditorDialog::cleanup()
,
geoff_geometry::Box3d::combine()
,
PathScripts.PostUtils.GCodeEditorDialog::done()
,
geoff_geometry::MinMax()
,
PathScripts.PathDressupHoldingTags.Tag::originAt()
,
geoff_geometry::Box3d::outside()
,
geoff_geometry::Triangle3d::Triangle3d()
, and
geoff_geometry::Vector3d::Vector3d()
.
β
z
double geoff_geometry::Point3d::z
Referenced by
geoff_geometry::Line::atZ()
,
automotive_design.revolved_area_solid::axis_line()
,
automotive_design.surface_of_revolution::axis_line()
,
automotive_design.revolved_face_solid::axis_line()
,
ifc4.ifcrevolvedareasolid::axisdirectioninxy()
,
ifc2x3.ifcsurfaceofrevolution::axisline()
,
ifc4.ifcsurfaceofrevolution::axisline()
,
ifc2x3.ifcrevolvedareasolid::axisline()
,
ifc4.ifcrevolvedareasolid::axisline()
,
PathScripts.PathDressupHoldingTags.Tag::bottom()
,
PathScripts.PathDressupTag.TagSolid::cloneAt()
,
geoff_geometry::Box3d::combine()
,
PathScripts.PathDressupHoldingTags.Tag::createSolidsAt()
,
geoff_geometry::MinMax()
,
geoff_geometry::Box3d::outside()
,
PathScripts.PathDressupHoldingTags.Tag::top()
,
geoff_geometry::Triangle3d::Triangle3d()
,
geoff_geometry::Vector3d::Vector3d()
, and
ifc2x3.ifcrevolvedareasolid::wr32()
.
The documentation for this class was generated from the following files:
src/Mod/Path/libarea/kurve/geometry.h
src/Mod/Path/libarea/kurve/Construction.cpp
1.8.17
|
===================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcairterminaltypeenum
ifc2x3.ifcairterminaltypeenum Member List
This is the complete list of members for
ifc2x3.ifcairterminaltypeenum
, including all inherited members.
get_enum_ids
(self)
SCL.ConstructedDataTypes.ENUMERATION
1.8.17
|
======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifccolumntypeenum
List of all members
ifc2x3.ifccolumntypeenum Class Reference
Additional Inherited Members
Public Member Functions inherited from
SCL.ConstructedDataTypes.ENUMERATION
def
get_enum_ids
(self)
The documentation for this class was generated from the following file:
src/Mod/Import/App/ifc2x3.py
1.8.17
|
==========================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcspacethermalloadproperties
ifc2x3.ifcspacethermalloadproperties Member List
This is the complete list of members for
ifc2x3.ifcspacethermalloadproperties
, including all inherited members.
applicablevalueratio
ifc2x3.ifcspacethermalloadproperties
applicablevalueratio
()
ifc2x3.ifcspacethermalloadproperties
definestype
()
ifc2x3.ifcpropertysetdefinition
description
ifc2x3.ifcroot
description
()
ifc2x3.ifcroot
globalid
ifc2x3.ifcroot
globalid
()
ifc2x3.ifcroot
hasassociations
()
ifc2x3.ifcpropertydefinition
maximumvalue
ifc2x3.ifcspacethermalloadproperties
maximumvalue
()
ifc2x3.ifcspacethermalloadproperties
minimumvalue
ifc2x3.ifcspacethermalloadproperties
minimumvalue
()
ifc2x3.ifcspacethermalloadproperties
name
ifc2x3.ifcroot
name
()
ifc2x3.ifcroot
ownerhistory
ifc2x3.ifcroot
ownerhistory
()
ifc2x3.ifcroot
propertydefinitionof
()
ifc2x3.ifcpropertysetdefinition
propertysource
ifc2x3.ifcspacethermalloadproperties
propertysource
()
ifc2x3.ifcspacethermalloadproperties
sourcedescription
ifc2x3.ifcspacethermalloadproperties
sourcedescription
()
ifc2x3.ifcspacethermalloadproperties
thermalloadsource
ifc2x3.ifcspacethermalloadproperties
thermalloadsource
()
ifc2x3.ifcspacethermalloadproperties
thermalloadtimeseriesvalues
ifc2x3.ifcspacethermalloadproperties
thermalloadtimeseriesvalues
()
ifc2x3.ifcspacethermalloadproperties
thermalloadtype
ifc2x3.ifcspacethermalloadproperties
thermalloadtype
()
ifc2x3.ifcspacethermalloadproperties
userdefinedpropertysource
ifc2x3.ifcspacethermalloadproperties
userdefinedpropertysource
()
ifc2x3.ifcspacethermalloadproperties
userdefinedthermalloadsource
ifc2x3.ifcspacethermalloadproperties
userdefinedthermalloadsource
()
ifc2x3.ifcspacethermalloadproperties
1.8.17
|
===================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
KDTree
KDTree
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc > Member List
This is the complete list of members for
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
, including all inherited members.
allocator_type
typedef
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
protected
begin
() const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
check_tree
()
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
clear
()
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
const_iterator
typedef
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
const_pointer
typedef
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
const_reference
typedef
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
const_reverse_iterator
typedef
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
count_within_range
(const_reference __V, subvalue_type const __R) const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
count_within_range
(_Region_ const &__REGION) const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
difference_type
typedef
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
distance_type
typedef
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
efficient_replace_and_optimise
(std::vector< value_type > &writable_vector)
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
empty
() const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
end
() const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
erase
(const_reference __V)
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
erase
(const_iterator const &__IT)
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
erase_exact
(const_reference __V)
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
find
(SearchVal const &__V) const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
find_exact
(SearchVal const &__V) const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
find_nearest
(SearchVal const &__val) const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
find_nearest
(SearchVal const &__val, distance_type __max) const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
find_nearest_if
(SearchVal const &__val, distance_type __max, _Predicate __p) const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
find_within_range
(SearchVal const &val, subvalue_type const range, _OutputIterator out) const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
find_within_range
(_Region_ const ®ion, _OutputIterator out) const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
find_within_range_iterative
(const_reference, const_reference)
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
get_allocator
() const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
insert
(iterator, const_reference __V)
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
insert
(const_reference __V)
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
insert
(_InputIterator __first, _InputIterator __last)
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
insert
(iterator __pos, size_type __n, const value_type &__x)
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
insert
(iterator __pos, _InputIterator __first, _InputIterator __last)
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
iterator
typedef
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
KDTree
(_Acc const &__acc=_Acc(), _Dist const &__dist=_Dist(), _Cmp const &__cmp=_Cmp(), const allocator_type &__a=allocator_type())
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
KDTree
(const KDTree &__x)
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
KDTree
(_InputIterator __first, _InputIterator __last, _Acc const &acc=_Acc(), _Dist const &__dist=_Dist(), _Cmp const &__cmp=_Cmp(), const allocator_type &__a=allocator_type())
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
max_size
() const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
operator=
(const KDTree &__x)
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
optimise
()
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
optimize
()
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
pointer
typedef
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
rbegin
() const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
reference
typedef
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
rend
() const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
reverse_iterator
typedef
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
size
() const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
size_type
typedef
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
subvalue_type
typedef
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
value_acc
() const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
value_comp
() const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
value_distance
() const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
value_distance
()
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
value_type
typedef
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
visit_within_range
(SearchVal const &V, subvalue_type const R, Visitor visitor) const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
visit_within_range
(_Region_ const ®ION, Visitor visitor) const
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
~KDTree
()
KDTree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
1.8.17
|
====================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PartDesign
ShapeBinder
List of all members
|
Public Member Functions
|
Static Public Member Functions
|
Public Attributes
|
Protected Member Functions
PartDesign::ShapeBinder Class Reference
#include <ShapeBinder.h>
Public Member Functions
const char *
getViewProviderName
(void) const override
returns the type name of the ViewProvider
More...
ShapeBinder
()
virtual
~ShapeBinder
()
Public Member Functions inherited from
Part::Feature
Feature
(void)
Constructor.
More...
virtual
~Feature
()
virtual const
App::PropertyComplexGeoData
*
getPropertyOfGeometry
() const override
This method returns the main property of a geometric object that holds the actual geometry.
More...
virtual
PyObject
*
getPyObject
() override
getPyObject returns the Python binding object
More...
TopLoc_Location
getLocation
() const
virtual
DocumentObject
*
getSubObject
(const char *subname,
PyObject
**pyObj,
Base::Matrix4D
*mat,
bool
transform, int depth) const override
Get the sub element/object by name.
More...
Public Member Functions inherited from
App::GeoFeature
GeoFeature
(void)
Constructor.
More...
virtual std::pair< std::string, std::string >
getElementName
(const char *name,
ElementNameType
type
=
Normal
) const
Return the new and old style sub-element name.
More...
Base::Placement
globalPlacement
() const
Calculates the placement in the global reference coordinate system.
More...
virtual void
transformPlacement
(const
Base::Placement
&transform)
transformPlacement applies transform to placement of this shape.
More...
virtual
~GeoFeature
()
Public Member Functions inherited from
App::DocumentObject
virtual
App::Property
*
addDynamicProperty
(const char *
type
, const char *name=0, const char *group=0, const char *doc=0, short attr=0,
bool
ro=false,
bool
hidden=false) override
virtual
bool
adjustRelativeLinks
(const std::set<
App::DocumentObject
* > &inList, std::set<
App::DocumentObject
* > *visited=0)
Called to adjust link properties to avoid cyclic links.
More...
virtual
bool
allowDuplicateLabel
() const
virtual
bool
canLinkProperties
() const
virtual int
canLoadPartial
() const
allow partial loading of dependent objects
More...
void
clearOutListCache
() const
clear internal out list cache
More...
virtual const char *
detachFromDocument
() override
DocumentObject
(void)
Constructor.
More...
void
enforceRecompute
()
Enforce this document object to be recomputed.
More...
App::Document
*
getDocument
(void) const
gets the document in which this Object is handled
More...
std::string
getExportName
(
bool
forced=false) const
returns the name that is safe to be exported to other document
More...
virtual const
PropertyExpressionEngine::ExpressionInfo
getExpression
(const
ObjectIdentifier
&path) const
virtual std::string
getFullName
() const override
Return the object full name of the form DocName::ObjName.
More...
DocumentObjectGroup
*
getGroup
() const
get group if object is part of a group, otherwise 0 is returned
More...
long
getID
() const
Return the object ID that is unique within its owner document.
More...
const std::vector<
App::DocumentObject
* > &
getInList
(void) const
std::set<
App::DocumentObject
* >
getInListEx
(
bool
recursive) const
Return a set of all objects linking to this object, including possible external parent objects.
More...
void
getInListEx
(std::set<
App::DocumentObject
* > &inSet,
bool
recursive, std::vector<
App::DocumentObject
* > *inList=0) const
Get a set of all objects linking to this object, including possible external parent objects.
More...
std::vector<
App::DocumentObject
* >
getInListRecursive
(void) const
get all objects link directly or indirectly to this object
More...
virtual
DocumentObject
*
getLinkedObject
(
bool
recurse=true,
Base::Matrix4D
*mat=0,
bool
transform=false, int depth=0) const
Return the linked object with optional transformation.
More...
const char *
getNameInDocument
(void) const
returns the name which is set in the document for this object (not the name property!)
More...
const std::string &
getOldLabel
() const
const std::vector<
App::DocumentObject
* > &
getOutList
() const
returns a list of objects this object is pointing to by Links
More...
std::vector<
App::DocumentObject
* >
getOutList
(int option) const
void
getOutList
(int option, std::vector<
App::DocumentObject
* > &res) const
std::vector<
App::DocumentObject
* >
getOutListOfProperty
(
App::Property
*) const
returns a list of objects linked by the property
More...
std::vector<
App::DocumentObject
* >
getOutListRecursive
(void) const
returns a list of objects this object is pointing to by Links and all further descended
More...
std::vector< std::pair<
App::DocumentObject
*, std::string > >
getParents
(int depth=0) const
Obtain top parents and subnames of this object using its InList.
More...
std::vector< std::list<
App::DocumentObject
* > >
getPathsByOutList
(
App::DocumentObject
*to) const
get all possible paths from this to another object following the OutList
More...
unsigned long
getStatus
() const
return the status bits
More...
const char *
getStatusString
(void) const
get the status Message
More...
std::vector<
DocumentObject
* >
getSubObjectList
(const char *subname) const
Return a list of objects referenced by a given subname including this object.
More...
virtual std::vector< std::string >
getSubObjects
(int reason=0) const
Return name reference of all sub-objects.
More...
virtual const char *
getViewProviderNameOverride
() const
This function is introduced to allow Python feature override its view provider.
More...
const char *
getViewProviderNameStored
() const
virtual
bool
hasChildElement
() const
return true to activate tree view group object handling and element visibility
More...
virtual
bool
isAttachedToDocument
() const override
virtual int
isElementVisible
(const char *element) const
Get sub-element visibility.
More...
bool
isError
(void) const
set this feature to error
More...
int
isExporting
() const
bool
isInInList
(
DocumentObject
*objToTest) const
test if this object is directly (non recursive) in the InList
More...
bool
isInInListRecursive
(
DocumentObject
*objToTest) const
test if this object is in the InList and recursive further down
More...
bool
isInOutList
(
DocumentObject
*objToTest) const
test if this object is directly (non recursive) in the OutList
More...
bool
isInOutListRecursive
(
DocumentObject
*objToTest) const
test if the given object is in the OutList and recursive further down
More...
bool
isRecomputing
() const
returns true if this objects is currently recomputing
More...
bool
isRemoving
() const
returns true if this objects is currently removed from the document
More...
bool
isRestoring
() const
returns true if this objects is currently restoring from file
More...
bool
isTouched
(void) const
test if this document object is touched
More...
bool
isValid
(void) const
bool
mustRecompute
(void) const
Test if this document object must be recomputed.
More...
virtual void
onBeforeChangeLabel
(std::string &newLabel)
virtual void
onLostLinkToObject
(
DocumentObject
*)
Called in case of losing a link Get called by the document when a object got deleted a link property of this object ist pointing to.
More...
virtual void
onUpdateElementReference
(const
Property
*)
void
purgeError
(void)
remove the error from the object
More...
void
purgeTouched
(void)
reset this document object touched
More...
bool
recomputeFeature
(
bool
recursive=false)
Recompute only this feature.
More...
virtual
bool
redirectSubName
(std::ostringstream &ss,
DocumentObject
*topParent,
DocumentObject
*child) const
Allow object to redirect a subname path.
More...
virtual
bool
removeDynamicProperty
(const char *prop) override
virtual void
renameObjectIdentifiers
(const std::map<
App::ObjectIdentifier
,
App::ObjectIdentifier
> &paths)
App::DocumentObject
*
resolve
(const char *subname,
App::DocumentObject
**parent=0, std::string *childName=0, const char **subElement=0,
PyObject
**pyObj=0,
Base::Matrix4D
*mat=0,
bool
transform=true, int depth=0) const
Resolve the last document object referenced in the subname.
More...
App::DocumentObject
*
resolveRelativeLink
(std::string &subname,
App::DocumentObject
*&link, std::string &linkSub) const
Resolve a link reference that is relative to this object reference.
More...
virtual void
Save
(
Base::Writer
&writer) const override
This method is used to save properties to an XML document.
More...
virtual int
setElementVisible
(const char *element,
bool
visible)
Child element handling.
More...
virtual void
setExpression
(const
ObjectIdentifier
&path, boost::shared_ptr<
App::Expression
> expr)
void
setStatus
(
ObjectStatus
pos,
bool
on)
bool
testIfLinkDAGCompatible
(
App::PropertyLinkSub
&linkTo) const
bool
testIfLinkDAGCompatible
(
App::PropertyLinkSubList
&linksTo) const
bool
testIfLinkDAGCompatible
(const std::vector<
DocumentObject
* > &linksTo) const
bool
testIfLinkDAGCompatible
(
DocumentObject
*linkTo) const
testIfLinkIsDAG tests a link that is about to be created for circular references.
More...
bool
testStatus
(
ObjectStatus
pos) const
void
touch
(
bool
noRecompute=false)
Set the property touched -> changed, cause recomputation in Update()
More...
virtual
~DocumentObject
()
Public Member Functions inherited from
App::TransactionalObject
TransactionalObject
(void)
Constructor.
More...
virtual
~TransactionalObject
()
Public Member Functions inherited from
App::ExtensionContainer
ExtensionIterator
extensionBegin
()
ExtensionContainer
()
ExtensionIterator
extensionEnd
()
App::Extension
*
getExtension
(
Base::Type
,
bool
derived=true,
bool
no_except=false) const
App::Extension
*
getExtension
(const std::string &name) const
template<typename ExtensionT >
ExtensionT
*
getExtensionByType
(
bool
no_except=false,
bool
derived=true) const
std::vector<
Extension
* >
getExtensionsDerivedFrom
(
Base::Type
type
) const
template<typename ExtensionT >
std::vector<
ExtensionT
* >
getExtensionsDerivedFromType
() const
bool
hasExtension
(
Base::Type
,
bool
derived=true) const
bool
hasExtension
(const std::string &name) const
bool
hasExtensions
() const
void
registerExtension
(
Base::Type
extension,
App::Extension
*ext)
virtual
~ExtensionContainer
()
virtual
Property
*
getPropertyByName
(const char *name) const override
find a property by its name
More...
virtual const char *
getPropertyName
(const
Property
*prop) const override
get the name of a property
More...
virtual void
getPropertyMap
(std::map< std::string,
Property
* > &Map) const override
get all properties of the class (including properties of the parent)
More...
virtual void
getPropertyList
(std::vector<
Property
* > &List) const override
get all properties of the class (including properties of the parent)
More...
virtual short
getPropertyType
(const
Property
*prop) const override
get the Type of a
Property
More...
virtual short
getPropertyType
(const char *name) const override
get the Type of a named
Property
More...
virtual const char *
getPropertyGroup
(const
Property
*prop) const override
get the Group of a
Property
More...
virtual const char *
getPropertyGroup
(const char *name) const override
get the Group of a named
Property
More...
virtual const char *
getPropertyDocumentation
(const
Property
*prop) const override
get the Group of a
Property
More...
virtual const char *
getPropertyDocumentation
(const char *name) const override
get the Group of a named
Property
More...
virtual void
Restore
(
Base::XMLReader
&reader) override
This method is used to restore properties from an XML document.
More...
void
saveExtensions
(
Base::Writer
&writer) const
void
restoreExtensions
(
Base::XMLReader
&reader)
Public Member Functions inherited from
App::PropertyContainer
virtual
App::Property
*
getDynamicPropertyByName
(const char *name) const
DynamicProperty::PropData
getDynamicPropertyData
(const
Property
*prop) const
virtual std::vector< std::string >
getDynamicPropertyNames
() const
virtual unsigned int
getMemSize
(void) const
This method is used to get the size of objects It is not meant to have the exact size, it is more or less an estimation which runs fast! Is it two bytes or a GB?
More...
const char *
getPropertyPrefix
() const
bool
isHidden
(const char *name) const
check if the named property is hidden
More...
bool
isHidden
(const
Property
*prop) const
check if the property is hidden
More...
bool
isReadOnly
(const char *name) const
check if the named property is read-only
More...
bool
isReadOnly
(const
Property
*prop) const
check if the property is read-only
More...
PropertyContainer
()
A constructor.
More...
void
setPropertyPrefix
(const char *prefix)
void
setPropertyStatus
(unsigned char bit,
bool
value)
set the Status bit of all properties at once
More...
virtual
~PropertyContainer
()
A destructor.
More...
Public Member Functions inherited from
Base::Persistence
void
dumpToStream
(std::ostream &stream, int compression)
virtual
Base::Type
getTypeId
(void) const
virtual void
RestoreDocFile
(
Reader
&)
This method is used to restore large amounts of data from a file In this method you simply stream in your
SaveDocFile()
saved data.
More...
void
restoreFromStream
(std::istream &stream)
virtual void
SaveDocFile
(
Writer
&) const
This method is used to save large amounts of data to a binary file.
More...
Public Member Functions inherited from
Base::BaseClass
BaseClass
()
Construction.
More...
bool
isDerivedFrom
(const
Type
type
) const
virtual void
setPyObject
(
PyObject
*)
virtual
~BaseClass
()
Destruction.
More...
Static Public Member Functions
static
Part::TopoShape
buildShapeFromReferences
(
App::GeoFeature
*obj, std::vector< std::string > subs)
static void
getFilteredReferences
(
App::PropertyLinkSubList
*prop,
App::GeoFeature
*&
object
, std::vector< std::string > &subobjects)
Static Public Member Functions inherited from
Part::Feature
static TopoDS_Shape
getShape
(const
App::DocumentObject
*obj, const char *subname=0,
bool
needSubElement=false,
Base::Matrix4D
*pmat=0,
App::DocumentObject
**owner=0,
bool
resolveLink=true,
bool
transform=true)
Convenience function to extract shape from fully qualified subname.
More...
static
TopoShape
getTopoShape
(const
App::DocumentObject
*obj, const char *subname=0,
bool
needSubElement=false,
Base::Matrix4D
*pmat=0,
App::DocumentObject
**owner=0,
bool
resolveLink=true,
bool
transform=true,
bool
noElementMap=false)
static void
clearShapeCache
()
static
App::DocumentObject
*
getShapeOwner
(const
App::DocumentObject
*obj, const char *subname=0)
static
bool
hasShapeOwner
(const
App::DocumentObject
*obj, const char *subname=0)
Static Public Member Functions inherited from
App::GeoFeature
static
DocumentObject
*
resolveElement
(
App::DocumentObject
*obj, const char *subname, std::pair< std::string, std::string > &elementName,
bool
append=false,
ElementNameType
type
=
Normal
, const
DocumentObject
*filter=0, const char **element=0,
GeoFeature
**geo=0)
Resolve both the new and old style element name.
More...
Static Public Member Functions inherited from
App::DocumentObject
static const char *
hasHiddenMarker
(const char *subname)
Check if the subname reference ends with hidden marker.
More...
static const std::string &
hiddenMarker
()
Special marker to mark the object as hidden.
More...
Static Public Member Functions inherited from
Base::Persistence
static void *
create
(void)
static std::string
encodeAttribute
(const std::string &)
Encodes an attribute upon saving.
More...
static
Base::Type
getClassTypeId
(void)
static void
init
(void)
Static Public Member Functions inherited from
Base::BaseClass
static void *
create
(void)
static
Type
getClassTypeId
(void)
static void
init
(void)
Public Attributes
App::PropertyLinkSubListGlobal
Support
App::PropertyBool
TraceSupport
Public Attributes inherited from
Part::Feature
PropertyPartShape
Shape
Public Attributes inherited from
App::GeoFeature
PropertyPlacement
Placement
Public Attributes inherited from
App::DocumentObject
PropertyExpressionEngine
ExpressionEngine
PropertyString
Label
PropertyString
Label2
boost::signals2::signal< void(const
App::DocumentObject
&, const
App::Property
&)>
signalBeforeChange
signal before changing a property of this object
More...
boost::signals2::signal< void(const
App::DocumentObject
&, const
App::Property
&)>
signalChanged
signal on changed property of this object
More...
PropertyBool
Visibility
Allow control visibility status in
App
name space.
More...
Protected Member Functions
virtual
App::DocumentObjectExecReturn
*
execute
(void) override
recalculate the feature
More...
virtual void
handleChangedPropertyType
(
Base::XMLReader
&reader, const char *TypeName,
App::Property
*prop) override
PropertyContainer::handleChangedPropertyType is called during restore to possibly fix reading of older versions of the property container.
More...
virtual short int
mustExecute
(void) const override
mustExecute We call this method to check if the object was modified to be invoked.
More...
Protected Member Functions inherited from
Part::Feature
virtual
App::DocumentObjectExecReturn
*
recompute
() override
recompute only this object
More...
virtual void
onChanged
(const
App::Property
*prop) override
get called by the container when a property was changed
More...
ShapeHistory
buildHistory
(
BRepBuilderAPI_MakeShape
&, TopAbs_ShapeEnum
type
, const TopoDS_Shape &newS, const TopoDS_Shape &oldS)
Build a history of changes MakeShape: The operation that created the changes, e.g.
More...
ShapeHistory
joinHistory
(const
ShapeHistory
&, const
ShapeHistory
&)
Protected Member Functions inherited from
App::DocumentObject
virtual void
onBeforeChange
(const
Property
*prop) override
get called before the value is changed
More...
virtual void
onDocumentRestored
()
get called after a document has been fully restored
More...
virtual void
onPropertyStatusChanged
(const
Property
&prop, unsigned long oldStatus) override
get called when a property status has changed
More...
void
resetError
(void)
void
setDocument
(
App::Document
*doc)
void
setError
(void)
virtual void
setupObject
()
get called after a brand new object was created
More...
virtual void
unsetupObject
()
get called when object is going to be removed from the document
More...
Protected Member Functions inherited from
App::TransactionalObject
void
onBeforeChangeProperty
(
Document
*doc, const
Property
*prop)
Protected Member Functions inherited from
App::PropertyContainer
virtual const
PropertyData
&
getPropertyData
(void) const
virtual void
handleChangedPropertyName
(
Base::XMLReader
&reader, const char *TypeName, const char *PropName)
PropertyContainer::handleChangedPropertyName
is called during restore to possibly fix reading of older versions of this property container.
More...
Additional Inherited Members
Public Types inherited from
App::GeoFeature
enum
ElementNameType
{
Normal
=0,
Import
=1,
Export
=2
}
Specify the type of element name to return when calling
getElementName()
More...
Public Types inherited from
App::DocumentObject
enum
GSReason
{
GS_DEFAULT
,
GS_SELECT
}
reason of calling
getSubObjects()
More...
enum
OutListOption
{
OutListNoExpression
= 1,
OutListNoHidden
= 2,
OutListNoXLinked
= 4
}
DAG handling This part of the interface deals with viewing the document as a DAG (directed acyclic graph).
More...
Public Types inherited from
App::ExtensionContainer
typedef std::map<
Base::Type
,
App::Extension
* >::iterator
ExtensionIterator
Static Public Attributes inherited from
App::DocumentObject
static
DocumentObjectExecReturn
*
StdReturn
Static Protected Member Functions inherited from
App::PropertyContainer
static const
PropertyData
*
getPropertyDataPtr
(void)
Static Protected Member Functions inherited from
Base::BaseClass
static void
initSubclass
(
Base::Type
&toInit, const char *ClassName, const char *ParentName,
Type::instantiationMethod
method=nullptr)
Protected Attributes inherited from
App::DocumentObject
std::string
oldLabel
Old label; used for renaming expressions.
More...
const std::string *
pcNameInDocument
Py::Object
PythonObject
python object of this class and all descendent
More...
std::bitset< 32 >
StatusBits
Status bits of the document object The first 8 bits are used for the base system the rest can be used in descendent classes to mark special statuses on the objects.
More...
Protected Attributes inherited from
App::PropertyContainer
DynamicProperty
dynamicProps
Constructor & Destructor Documentation
β
ShapeBinder()
ShapeBinder::ShapeBinder
(
)
References
App::Property::Hidden
, and
App::Prop_None
.
β
~ShapeBinder()
ShapeBinder::~ShapeBinder
(
)
virtual
Member Function Documentation
β
buildShapeFromReferences()
Part::TopoShape
ShapeBinder::buildShapeFromReferences
(
App::GeoFeature
*
obj
,
std::vector< std::string >
subs
)
static
References
Base::Persistence::getClassTypeId()
,
Part::PropertyPartShape::getShape()
,
Part::TopoShape::getSubShape()
,
Part::PropertyPartShape::getValue()
, and
Part::Feature::Shape
.
Referenced by
execute()
, and
PartDesignGui::TaskFeaturePick::makeCopy()
.
β
execute()
App::DocumentObjectExecReturn
* ShapeBinder::execute
(
void
)
override
protected
virtual
recalculate the feature
Reimplemented from
Part::Feature
.
References
buildShapeFromReferences()
,
Part::Feature::execute()
,
getFilteredReferences()
,
Part::TopoShape::getTransform()
,
App::PropertyPlacement::getValue()
,
App::PropertyBool::getValue()
,
App::GeoFeature::globalPlacement()
,
Base::Placement::inverse()
,
App::DocumentObject::isRestoring()
,
Base::Placement::Placement()
,
App::GeoFeature::Placement
,
Part::PropertyPartShape::setValue()
,
App::PropertyPlacement::setValue()
,
Part::Feature::Shape
,
Support
, and
TraceSupport
.
Referenced by
PathScripts.PathDressupDogbone.ObjectDressup::boneStateList()
,
ArchSite.Compass::buildCoordinates()
,
PathScripts.PathDressupHoldingTags.ObjectTagDressup::generateTags()
,
ArchSchedule.CommandArchSchedule::IsActive()
,
Mod.PartDesign.Scripts.Spring.MySpring::onChanged()
,
Mod.PartDesign.Scripts.Epitrochoid.Epitrochoid::onChanged()
,
Mod.PartDesign.Scripts.Parallelepiped.Parallelepiped::onChanged()
,
Mod.PartDesign.Scripts.DistanceBolt.DistanceBolt::onChanged()
,
Mod.PartDesign.Scripts.Parallelepiped.BoxCylinder::onChanged()
,
PathScripts.PathStock.StockFromBase::onChanged()
,
PathScripts.PathStock.StockCreateBox::onChanged()
,
PathScripts.PathStock.StockCreateCylinder::onChanged()
, and
FeaturePython.DistanceBolt::onChanged()
.
β
getFilteredReferences()
void ShapeBinder::getFilteredReferences
(
App::PropertyLinkSubList
*
prop
,
App::GeoFeature
*&
object
,
std::vector< std::string > &
subobjects
)
static
References
Base::Persistence::getClassTypeId()
,
App::PropertyLinkSubList::getSubValues()
, and
App::PropertyLinkSubList::getValues()
.
Referenced by
execute()
,
PartDesignGui::ViewProviderShapeBinder::highlightReferences()
,
PartDesignGui::TaskShapeBinder::referenceSelected()
, and
PartDesignGui::TaskShapeBinder::TaskShapeBinder()
.
β
getViewProviderName()
const char* PartDesign::ShapeBinder::getViewProviderName
(
void
)
const
override
virtual
returns the type name of the ViewProvider
Reimplemented from
Part::Feature
.
β
handleChangedPropertyType()
void ShapeBinder::handleChangedPropertyType
(
Base::XMLReader
&
reader
,
const char *
TypeName
,
App::Property
*
prop
)
override
protected
virtual
PropertyContainer::handleChangedPropertyType is called during restore to possibly fix reading of older versions of the property container.
This method is typically called if the property on file has changed its type in more recent versions.
The default implementation does nothing.
Parameters
reader
The XML stream to read from.
TypeName
Name of property type on file.
prop
Pointer to property to restore. Its type differs from TypeName.
Reimplemented from
App::PropertyContainer
.
References
App::PropertyLinkSubList::Restore()
, and
Support
.
β
mustExecute()
short int ShapeBinder::mustExecute
(
void
)
const
override
protected
virtual
mustExecute We call this method to check if the object was modified to be invoked.
If the object label or an argument is modified. If we must recompute the object - to call the method
execute()
. 0: no recomputation is needed 1: recomputation needed
Remarks
If an object is marked as 'touched' then this does not necessarily mean that it will be recomputed. It only means that all objects that link it (i.e. its InList) will be recomputed.
Reimplemented from
Part::Feature
.
References
App::Property::isTouched()
,
Part::Feature::mustExecute()
,
Support
, and
TraceSupport
.
Member Data Documentation
β
Support
App::PropertyLinkSubListGlobal
PartDesign::ShapeBinder::Support
Referenced by
execute()
,
handleChangedPropertyType()
,
mustExecute()
,
PartDesignGui::TaskShapeBinder::referenceSelected()
, and
PartDesignGui::TaskShapeBinder::TaskShapeBinder()
.
β
TraceSupport
App::PropertyBool
PartDesign::ShapeBinder::TraceSupport
Referenced by
execute()
, and
mustExecute()
.
The documentation for this class was generated from the following files:
src/Mod/PartDesign/App/ShapeBinder.h
src/Mod/PartDesign/App/ShapeBinder.cpp
1.8.17
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.