text
stringlengths 145
7.65M
|
---|
===============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
TestWorkbench
List of all members
|
Public Member Functions
|
Protected Member Functions
Gui::TestWorkbench Class Reference
#include <Workbench.h>
Public Member Functions
TestWorkbench
()
~TestWorkbench
()
Public Member Functions inherited from
Gui::StdWorkbench
virtual void
createMainWindowPopupMenu
(
MenuItem
*) const
Sets up the contextmenu for the main window for this workbench.
More...
virtual void
setupContextMenu
(const char *recipient,
MenuItem
*) const
Defines the standard context menu.
More...
StdWorkbench
()
virtual
~StdWorkbench
()
Public Member Functions inherited from
Gui::Workbench
bool
activate
()
Activates the workbench and adds/removes GUI elements.
More...
virtual void
activated
()
Run some actions when the workbench gets activated.
More...
void
addTaskWatcher
(const std::vector<
Gui::TaskView::TaskWatcher
* > &Watcher)
helper to add TaskWatcher to the
TaskView
More...
virtual void
deactivated
()
Run some actions when the workbench gets deactivated.
More...
PyObject
*
getPyObject
()
The default implementation returns an instance of
WorkbenchPy
.
More...
std::list< std::pair< std::string, std::list< std::string > > >
getToolbarItems
() const
Shows a list of all toolbars and their commands.
More...
std::list< std::string >
listCommandbars
() const
std::list< std::string >
listMenus
() const
std::list< std::string >
listToolbars
() const
std::string
name
() const
Returns the name of the workbench object.
More...
void
removeTaskWatcher
(void)
remove the added TaskWatcher
More...
void
retranslate
() const
Translates the window titles of all menus, toolbars and dock windows.
More...
void
setName
(const std::string &)
Set the name to the workbench object.
More...
Workbench
()
Constructs a workbench object.
More...
virtual
~Workbench
()
Public Member Functions inherited from
Base::BaseClass
BaseClass
()
Construction.
More...
virtual
Type
getTypeId
(void) const
bool
isDerivedFrom
(const
Type
type
) const
virtual void
setPyObject
(
PyObject
*)
virtual
~BaseClass
()
Destruction.
More...
Protected Member Functions
ToolBarItem
*
setupCommandBars
() const
Defines the standard command bars.
More...
MenuItem
*
setupMenuBar
() const
Defines the standard menus.
More...
ToolBarItem
*
setupToolBars
() const
Defines the standard toolbars.
More...
Protected Member Functions inherited from
Gui::StdWorkbench
virtual
DockWindowItems
*
setupDockWindows
() const
Returns a
DockWindowItems
structure of dock windows this workbench.
More...
Additional Inherited Members
Static Public Member Functions inherited from
Gui::Workbench
static void
createLinkMenu
(
MenuItem
*)
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=nullptr)
Constructor & Destructor Documentation
◆
TestWorkbench()
TestWorkbench::TestWorkbench
(
)
◆
~TestWorkbench()
TestWorkbench::~TestWorkbench
(
)
Member Function Documentation
◆
setupCommandBars()
ToolBarItem
* TestWorkbench::setupCommandBars
(
)
const
protected
virtual
Defines the standard command bars.
Reimplemented from
Gui::StdWorkbench
.
◆
setupMenuBar()
MenuItem
* TestWorkbench::setupMenuBar
(
)
const
protected
virtual
Defines the standard menus.
Reimplemented from
Gui::StdWorkbench
.
References
Gui::MenuItem::findItem()
,
Gui::MenuItem::insertItem()
,
Gui::MenuItem::removeItem()
,
Gui::MenuItem::setCommand()
, and
Gui::StdWorkbench::setupMenuBar()
.
◆
setupToolBars()
ToolBarItem
* TestWorkbench::setupToolBars
(
)
const
protected
virtual
Defines the standard toolbars.
Reimplemented from
Gui::StdWorkbench
.
The documentation for this class was generated from the following files:
src/Gui/Workbench.h
src/Gui/Workbench.cpp
1.8.17
|
======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
MeshGui
SoFCMeshPickNode
List of all members
|
Public Member Functions
|
Static Public Member Functions
|
Public Attributes
|
Protected Member Functions
MeshGui::SoFCMeshPickNode Class Reference
#include <SoFCMeshObject.h>
Public Member Functions
void
notify
(SoNotList *)
virtual void
pick
(SoPickAction *action)
virtual void
rayPick
(SoRayPickAction *action)
SoFCMeshPickNode
(void)
Static Public Member Functions
static void
initClass
(void)
Public Attributes
SoSFMeshObject
mesh
Protected Member Functions
virtual
~SoFCMeshPickNode
()
Constructor & Destructor Documentation
◆
SoFCMeshPickNode()
SoFCMeshPickNode::SoFCMeshPickNode
(
void
)
Constructor.
◆
~SoFCMeshPickNode()
SoFCMeshPickNode::~SoFCMeshPickNode
(
)
protected
virtual
Destructor.
Member Function Documentation
◆
initClass()
void SoFCMeshPickNode::initClass
(
void
)
static
◆
notify()
void SoFCMeshPickNode::notify
(
SoNotList *
list
)
References
MeshCore::MeshAlgorithm::GetAverageEdgeLength()
,
Mesh::MeshObject::getKernel()
, and
mesh
.
◆
pick()
void SoFCMeshPickNode::pick
(
SoPickAction *
action
)
virtual
References
Mesh::MeshObject::getKernel()
,
mesh
,
MeshCore::MeshAlgorithm::NearestFacetOnRay()
,
Base::Vector3< _Precision >::x
,
Base::Vector3< _Precision >::y
, and
Base::Vector3< _Precision >::z
.
◆
rayPick()
void SoFCMeshPickNode::rayPick
(
SoRayPickAction *
action
)
virtual
Member Data Documentation
◆
mesh
SoSFMeshObject
MeshGui::SoFCMeshPickNode::mesh
Referenced by
MeshGui::ViewProviderFace::attach()
,
notify()
,
pick()
, and
MengerSponge.MengerThread::run()
.
The documentation for this class was generated from the following files:
src/Mod/Mesh/Gui/SoFCMeshObject.h
src/Mod/Mesh/Gui/SoFCMeshObject.cpp
1.8.17
|
========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
RobotGui
TaskRobotMessages
List of all members
|
Public Member Functions
|
Protected Attributes
RobotGui::TaskRobotMessages Class Reference
#include <TaskRobotMessages.h>
Public Member Functions
TaskRobotMessages
(
Robot::RobotObject
*pcRobotObject,
QWidget
*parent=0)
~TaskRobotMessages
()
Public Member Functions inherited from
Gui::TaskView::TaskBox
void
hideGroupBox
()
bool
isGroupVisible
() const
virtual QSize
minimumSizeHint
() const
TaskBox
(const QPixmap &icon, const QString &title,
bool
expandable
=true,
QWidget
*parent=0)
Constructor.
More...
TaskBox
(const QString &title,
bool
expandable
=true,
QWidget
*parent=0)
Constructor.
More...
TaskBox
(
QWidget
*parent=0)
Constructor.
More...
~TaskBox
()
Public Member Functions inherited from
QSint::ActionGroup
ActionGroup
(const QPixmap &icon, const QString &title,
bool
expandable
=true,
QWidget
*parent=0)
Constructor.
More...
ActionGroup
(const QString &title,
bool
expandable
=true,
QWidget
*parent=0)
Constructor.
More...
ActionGroup
(
QWidget
*parent=0)
Constructor.
More...
ActionLabel
*
addAction
(QAction *action,
bool
addToLayout=true,
bool
addStretch=true)
Creates action item from the
action
and returns it.
More...
ActionLabel
*
addActionLabel
(
ActionLabel
*label,
bool
addToLayout=true,
bool
addStretch=true)
Adds
label
to the group.
More...
bool
addWidget
(
QWidget
*widget,
bool
addToLayout=true,
bool
addStretch=true)
Adds
widget
to the group.
More...
QBoxLayout *
groupLayout
()
Returns group's layout (QVBoxLayout by default).
More...
bool
hasHeader
() const
Returns
true
if the group has header.
More...
QString
headerText
() const
Returns text of the header.
More...
bool
isExpandable
() const
Returns
true
if the group is expandable.
More...
QSize
minimumSizeHint
() const
void
setScheme
(
ActionPanelScheme
*pointer)
Sets the scheme of the panel and all the child groups to
scheme
.
More...
Protected Attributes
Robot::RobotObject
*
pcRobot
Protected Attributes inherited from
QSint::ActionGroup
double
m_foldDelta
int
m_foldDirection
QPixmap
m_foldPixmap
double
m_foldStep
double
m_fullHeight
double
m_tempHeight
QWidget
*
myDummy
class
TaskGroup
*
myGroup
class
TaskHeader
*
myHeader
ActionPanelScheme
*
myScheme
Additional Inherited Members
Public Slots inherited from
QSint::ActionGroup
void
setExpandable
(
bool
expandable
=true)
Makes the group expandable if
expandable
is set to
true
.
More...
void
setHeader
(
bool
enable=true)
Enables/disables group's header according to
enable
.
More...
void
setHeaderText
(const QString &title)
Sets text of the header to
title
.
More...
void
showHide
()
Expands/collapses the group.
More...
Protected Slots inherited from
QSint::ActionGroup
void
processHide
()
void
processShow
()
Protected Member Functions inherited from
Gui::TaskView::TaskBox
void
actionEvent
(QActionEvent *)
void
showEvent
(QShowEvent *)
Protected Member Functions inherited from
QSint::ActionGroup
void
init
(
bool
header
)
virtual void
paintEvent
(QPaintEvent *event)
Properties inherited from
QSint::ActionGroup
bool
expandable
bool
header
QString
headerText
Constructor & Destructor Documentation
◆
TaskRobotMessages()
TaskRobotMessages::TaskRobotMessages
(
Robot::RobotObject
*
pcRobotObject
,
QWidget
*
parent
=
0
)
References
Gui::BitmapFactory()
, and
QSint::ActionGroup::groupLayout()
.
◆
~TaskRobotMessages()
TaskRobotMessages::~TaskRobotMessages
(
)
Member Data Documentation
◆
pcRobot
Robot::RobotObject
* RobotGui::TaskRobotMessages::pcRobot
protected
The documentation for this class was generated from the following files:
src/Mod/Robot/Gui/TaskRobotMessages.h
src/Mod/Robot/Gui/TaskRobotMessages.cpp
1.8.17
|
=====================================================================================================================
Index
Modules Hierarchy
Alphabetical list
List of all members
|
Classes
|
Public Member Functions
|
Static Public Member Functions
SMESH_Gen Class Reference
#include <SMESH_Gen.hxx>
Classes
struct
TAlgoStateError
Public Member Functions
void
CancelCompute
(::
SMESH_Mesh
&aMesh, const TopoDS_Shape &aShape)
bool
CheckAlgoState
(
SMESH_Mesh
&aMesh, const TopoDS_Shape &aShape)
bool
Compute
(::
SMESH_Mesh
&aMesh, const TopoDS_Shape &aShape, const
bool
aShapeOnly=false, const
bool
anUpward=false, const ::MeshDimension aDim=::MeshDim_3D, TSetOfInt *aShapesId=0)
Computes aMesh on aShape.
More...
SMESH_Mesh
*
CreateMesh
(int theStudyId,
bool
theIsEmbeddedMode)
bool
Evaluate
(::
SMESH_Mesh
&aMesh, const TopoDS_Shape &aShape, MapShapeNbElems &aResMap, const
bool
anUpward=false, TSetOfInt *aShapesId=0)
evaluates size of prospective mesh on a shape
More...
SMESH_Algo
*
GetAlgo
(
SMESH_Mesh
&aMesh, const TopoDS_Shape &aShape, TopoDS_Shape *assignedTo=0)
SMESH_Algo
*
GetAlgo
(
SMESH_subMesh
*aSubMesh, TopoDS_Shape *assignedTo=0)
bool
GetAlgoState
(
SMESH_Mesh
&aMesh, const TopoDS_Shape &aShape, std::list<
SMESH_Gen::TAlgoStateError
> &theErrors)
int
GetANewId
()
int
GetBoundaryBoxSegmentation
() const
const
SMESH_subMesh
*
GetCurrentSubMesh
() const
Returns a sub-mesh being currently computed.
More...
int
GetDefaultNbSegments
() const
StudyContextStruct
*
GetStudyContext
(int studyId)
void
PrepareCompute
(::
SMESH_Mesh
&aMesh, const TopoDS_Shape &aShape)
void
SetBoundaryBoxSegmentation
(int theNbSegments)
Sets number of segments per diagonal of boundary box of geometry by which default segment length of appropriate 1D hypotheses is defined.
More...
void
SetDefaultNbSegments
(int nb)
Sets default number of segments per edge.
More...
SMESH_Gen
()
~SMESH_Gen
()
Static Public Member Functions
static std::vector< std::string >
GetPluginXMLPaths
()
Return paths to xml files of plugins.
More...
static int
GetShapeDim
(const TopAbs_ShapeEnum &aShapeType)
Return shape dimension by TopAbs_ShapeEnum.
More...
static int
GetShapeDim
(const TopoDS_Shape &aShape)
static
bool
IsGlobalHypothesis
(const
SMESH_Hypothesis
*theHyp,
SMESH_Mesh
&aMesh)
Constructor & Destructor Documentation
◆
SMESH_Gen()
SMESH_Gen::SMESH_Gen
(
)
Constructor
◆
~SMESH_Gen()
SMESH_Gen::~SMESH_Gen
(
)
Destructor
Member Function Documentation
◆
CancelCompute()
void SMESH_Gen::CancelCompute
(
::
SMESH_Mesh
&
aMesh
,
const TopoDS_Shape &
aShape
)
Cancel Compute a mesh
References
SMESH_subMesh::COMPUTE_CANCELED
.
◆
CheckAlgoState()
bool
SMESH_Gen::CheckAlgoState
(
SMESH_Mesh
&
aMesh
,
const TopoDS_Shape &
aShape
)
◆
Compute()
bool
SMESH_Gen::Compute
(
::
SMESH_Mesh
&
aMesh
,
const TopoDS_Shape &
aShape
,
const
bool
aShapeOnly
=
false
,
const
bool
anUpward
=
false
,
const ::MeshDimension
aDim
=
::MeshDim_3D
,
TSetOfInt *
aShapesId
=
0
)
Computes aMesh on aShape.
Parameters
aShapeOnly
- if true, algo->OnlyUnaryInput() feature is ignored and only
aShape
is computed.
anUpward
- compute from vertices up to more complex shape (internal usage)
aDim
- upper level dimension of the mesh computation
aShapesId
- list of shapes with computed mesh entities (elements or nodes)
Return values
bool
- true if none submesh failed to compute
References
SMESH_subMesh::CHECK_COMPUTE_STATE
,
SMESHDS_Mesh::compactMesh()
,
SMESH_subMesh::COMPUTE
,
SMESH_subMesh::COMPUTE_SUBMESH
,
SMESH_subMesh::ComputeStateEngine()
,
SMESH_subMesh::FAILED_TO_COMPUTE
,
SMESH_MesherHelper::FixQuadraticElements()
,
SMESH_subMesh::GetComputeError()
,
SMESH_subMesh::GetComputeState()
,
SMESH_subMesh::getDependsOnIterator()
,
SMESH_Mesh::GetHypothesis()
,
SMESH_subMesh::GetId()
,
SMESH_Mesh::GetMeshDS()
,
SMESH_Mesh::GetShapeToMesh()
,
SMESH_Mesh::GetSubMesh()
,
SMESH_subMesh::GetSubShape()
,
SMESH_Mesh::HasShapeToMesh()
,
SMESH_HypoFilter::IsAlgo()
,
SMESH_HypoFilter::IsApplicableTo()
,
SMESH_Algo::isDegenerated()
,
SMESH_HypoFilter::IsMoreLocalThan()
,
SMESH_MesherHelper::IsQuadraticMesh()
,
SMESH_MesherHelper::LINEAR
,
SMESH_Algo::NeedDiscreteBoundary()
,
SMESH_subMesh::READY_TO_COMPUTE
,
SMESH_Mesh::SortByMeshOrder()
, and
SMESH_Algo::SupportSubmeshes()
.
Referenced by
MeshPart::Mesher::createMesh()
, and
StdMeshers_ProjectionUtils::MakeComputed()
.
◆
CreateMesh()
SMESH_Mesh
* SMESH_Gen::CreateMesh
(
int
theStudyId
,
bool
theIsEmbeddedMode
)
Creates a mesh in a study. if (theIsEmbeddedMode) { mesh modification commands are not logged }
References
studyContextStruct::mapMesh
, and
studyContextStruct::myDocument
.
Referenced by
MeshPart::Mesher::createMesh()
.
◆
Evaluate()
bool
SMESH_Gen::Evaluate
(
::
SMESH_Mesh
&
aMesh
,
const TopoDS_Shape &
aShape
,
MapShapeNbElems &
aResMap
,
const
bool
anUpward
=
false
,
TSetOfInt *
aShapesId
=
0
)
evaluates size of prospective mesh on a shape
Parameters
aMesh
- the mesh
aShape
- the shape
aResMap
- map for prospective numbers of elements
Return values
bool
- is a success
Evaluate a mesh
References
SMESH_subMesh::Evaluate()
,
SMESH_subMesh::getDependsOnIterator()
,
SMESH_Mesh::GetHypothesis()
,
SMESH_subMesh::GetId()
,
SMESH_Mesh::GetSubMesh()
,
SMESH_subMesh::GetSubShape()
,
SMESH_Mesh::HasShapeToMesh()
,
SMESH_HypoFilter::IsAlgo()
,
SMESH_HypoFilter::IsApplicableTo()
,
SMESH_HypoFilter::IsMoreLocalThan()
,
SMESH_Algo::NeedDiscreteBoundary()
,
SMESH_Mesh::SortByMeshOrder()
, and
SMESH_Algo::SupportSubmeshes()
.
◆
GetAlgo()
[1/2]
SMESH_Algo
* SMESH_Gen::GetAlgo
(
SMESH_Mesh
&
aMesh
,
const TopoDS_Shape &
aShape
,
TopoDS_Shape *
assignedTo
=
0
)
Finds algo to mesh a shape. Optionally returns a shape the found algo is bound to
References
SMESH_Mesh::GetSubMesh()
.
Referenced by
SMESH_subMesh::AlgoStateEngine()
, and
StdMeshers_CompositeSegment_1D::GetFaceSide()
.
◆
GetAlgo()
[2/2]
SMESH_Algo
* SMESH_Gen::GetAlgo
(
SMESH_subMesh
*
aSubMesh
,
TopoDS_Shape *
assignedTo
=
0
)
Finds algo to mesh a sub-mesh. Optionally returns a shape the found algo is bound to
References
SMESH_MesherHelper::GetAncestors()
,
SMESH_subMesh::GetFather()
,
SMESH_MesherHelper::GetGroupType()
,
SMESH_Mesh::GetHypothesis()
,
SMESH_Mesh::GetShapeToMesh()
,
SMESH_Mesh::GetSubMesh()
,
SMESH_subMesh::GetSubShape()
,
SMESH_HypoFilter::IsAlgo()
,
SMESH_Mesh::IsOrderOK()
, and
SMESH_MesherHelper::NbAncestors()
.
◆
GetAlgoState()
bool
SMESH_Gen::GetAlgoState
(
SMESH_Mesh
&
aMesh
,
const TopoDS_Shape &
aShape
,
std::list<
SMESH_Gen::TAlgoStateError
> &
theErrors
)
References
SMESH_subMesh::GetAlgoState()
,
SMESH_subMesh::getDependsOnIterator()
,
SMESH_Hypothesis::GetDim()
,
SMESHDS_Mesh::GetHypothesis()
,
SMESH_Mesh::GetMeshDS()
,
SMESH_Mesh::GetSubMesh()
,
SMESH_subMesh::GetSubShape()
,
SMESHDS_Hypothesis::GetType()
,
SMESH_Mesh::HasShapeToMesh()
,
SMESH_Hypothesis::HYP_MISSING
,
SMESH_Mesh::IsNotConformAllowed()
,
SMESH_subMesh::NO_ALGO
,
SMESHDS_Hypothesis::PARAM_ALGO
, and
SMESHDS_Mesh::ShapeToMesh()
.
◆
GetANewId()
int SMESH_Gen::GetANewId
(
)
Genarate a new id unique withing this Gen
Referenced by
StdMeshers_Hexa_3D::Compute()
.
◆
GetBoundaryBoxSegmentation()
int SMESH_Gen::GetBoundaryBoxSegmentation
(
)
const
Referenced by
StdMeshers_Regular_1D::CheckHypothesis()
.
◆
GetCurrentSubMesh()
const
SMESH_subMesh
* SMESH_Gen::GetCurrentSubMesh
(
)
const
Returns a sub-mesh being currently computed.
◆
GetDefaultNbSegments()
int SMESH_Gen::GetDefaultNbSegments
(
)
const
◆
GetPluginXMLPaths()
std::vector< std::string > SMESH_Gen::GetPluginXMLPaths
(
)
static
Return paths to xml files of plugins.
Referenced by
SMESH_Algo::GetFeatures()
.
◆
GetShapeDim()
[1/2]
int SMESH_Gen::GetShapeDim
(
const TopAbs_ShapeEnum &
aShapeType
)
static
Return shape dimension by TopAbs_ShapeEnum.
Referenced by
SMESH_Mesh::AddHypothesis()
,
SMESH_subMesh::CanAddHypothesis()
,
SMESH_subMesh::cleanDependants()
,
SMESH_subMesh::cleanDependsOn()
,
SMESH_subMesh::DumpAlgoState()
,
SMESH_subMesh::Evaluate()
,
SMESH_subMesh::IsApplicableHypotesis()
,
SMESH_subMesh::IsMeshComputed()
,
SMESH_HypoFilter::IsMoreLocalThanPredicate::IsOk()
,
StdMeshers_ProjectionUtils::MakeComputed()
,
NETGENPlugin_Mesher::PrepareOCCgeometry()
,
SMESH_Mesh::RemoveHypothesis()
,
SMESH_subMesh::removeSubMeshElementsAndNodes()
,
StdMeshers_ProjectionSource3D::SetSource3DShape()
,
StdMeshers_ProjectionUtils::SourceNotComputedError()
, and
SMESH_subMesh::SubMeshesComputed()
.
◆
GetShapeDim()
[2/2]
static int SMESH_Gen::GetShapeDim
(
const TopoDS_Shape &
aShape
)
static
◆
GetStudyContext()
StudyContextStruct
* SMESH_Gen::GetStudyContext
(
int
studyId
)
Returns StudyContextStruct for a study
References
studyContextStruct::myDocument
.
Referenced by
SMESH_Hypothesis::SMESH_Hypothesis()
.
◆
IsGlobalHypothesis()
bool
SMESH_Gen::IsGlobalHypothesis
(
const
SMESH_Hypothesis
*
theHyp
,
SMESH_Mesh
&
aMesh
)
static
References
SMESH_Mesh::GetHypothesis()
,
SMESH_Mesh::GetMeshDS()
,
SMESH_HypoFilter::Is()
, and
SMESHDS_Mesh::ShapeToMesh()
.
◆
PrepareCompute()
void SMESH_Gen::PrepareCompute
(
::
SMESH_Mesh
&
aMesh
,
const TopoDS_Shape &
aShape
)
Prepare Compute a mesh
◆
SetBoundaryBoxSegmentation()
void SMESH_Gen::SetBoundaryBoxSegmentation
(
int
theNbSegments
)
Sets number of segments per diagonal of boundary box of geometry by which default segment length of appropriate 1D hypotheses is defined.
◆
SetDefaultNbSegments()
void SMESH_Gen::SetDefaultNbSegments
(
int
nb
)
Sets default number of segments per edge.
The documentation for this class was generated from the following files:
src/3rdParty/salomesmesh/inc/SMESH_Gen.hxx
src/3rdParty/salomesmesh/src/SMESH/SMESH_Gen.cpp
1.8.17
|
==================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
element_geometry1D Namespace Reference
Workbenches
»
Python workbenches
»
Fem
element geometry 1D object
More...
Detailed Description
element geometry 1D object
1.8.17
|
============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
List of all members
|
Public Member Functions
RallNd< 2 > Class Reference
#include <rallNd.h>
Public Member Functions
RallNd
()
RallNd
(const
Rall2d
< double > &arg)
RallNd
(double value, double d[])
Constructor & Destructor Documentation
◆
RallNd()
[1/3]
RallNd
< 2 >::
RallNd
(
)
◆
RallNd()
[2/3]
RallNd
< 2 >::
RallNd
(
const
Rall2d
< double > &
arg
)
◆
RallNd()
[3/3]
RallNd
< 2 >::
RallNd
(
double
value
,
double
d
[]
)
The documentation for this class was generated from the following file:
src/Mod/Robot/App/kdl_cp/utilities/rallNd.h
1.8.17
|
=======================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
non_negative_length_measure
automotive_design.non_negative_length_measure Member List
This is the complete list of members for
automotive_design.non_negative_length_measure
, including all inherited members.
wr1
(self)
automotive_design.non_negative_length_measure
1.8.17
|
================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ViewProviderFemMaterialReinforced Namespace Reference
Workbenches
»
Python workbenches
»
Fem
FreeCAD FEM _ViewProviderFemMaterialReinforced.
More...
Detailed Description
FreeCAD FEM _ViewProviderFemMaterialReinforced.
1.8.13
|
==============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ClipperLib
LocMinSorter
ClipperLib::LocMinSorter Member List
This is the complete list of members for
ClipperLib::LocMinSorter
, including all inherited members.
operator()
(const LocalMinimum &locMin1, const LocalMinimum &locMin2)
ClipperLib::LocMinSorter
1.8.17
|
========================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
value_function
automotive_design.value_function Member List
This is the complete list of members for
automotive_design.value_function
, including all inherited members.
is_int
()
automotive_design.numeric_expression
operand
automotive_design.unary_generic_expression
operand
()
automotive_design.unary_generic_expression
sql_mappable
()
automotive_design.numeric_expression
unary_generic_expression_operand
automotive_design.value_function
unary_generic_expression_operand
()
automotive_design.value_function
automotive_design::numeric_expression.wr1
(self)
automotive_design.generic_expression
automotive_design::unary_generic_expression.wr1
(self)
automotive_design.generic_expression
1.8.17
|
===================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PartGui
ViewProviderCurveNet
Node
List of all members
|
Public Member Functions
|
Public Attributes
PartGui::ViewProviderCurveNet::Node Struct Reference
#include <ViewProviderCurveNet.h>
Public Member Functions
Node
()
Public Attributes
Gui::SoFCSelection
*
pcHighlight
SoTransform *
pcTransform
Constructor & Destructor Documentation
◆
Node()
PartGui::ViewProviderCurveNet::Node::Node
(
)
Member Data Documentation
◆
pcHighlight
Gui::SoFCSelection
* PartGui::ViewProviderCurveNet::Node::pcHighlight
◆
pcTransform
SoTransform* PartGui::ViewProviderCurveNet::Node::pcTransform
Referenced by
PartGui::ViewProviderCurveNet::handleEvent()
.
The documentation for this struct was generated from the following file:
src/Mod/Part/Gui/ViewProviderCurveNet.h
1.8.17
|
==============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
GCS
ArcOfEllipse
List of all members
|
Public Member Functions
|
Public Attributes
GCS::ArcOfEllipse Class Reference
#include <Geo.h>
Public Member Functions
ArcOfEllipse
()
virtual
ArcOfEllipse
*
Copy
()
virtual int
PushOwnParams
(
VEC_pD
&pvec)
virtual void
ReconstructOnNewPvec
(
VEC_pD
&pvec, int &cnt)
virtual
~ArcOfEllipse
()
Public Member Functions inherited from
GCS::Ellipse
DeriVector2
CalculateNormal
(
Point
&p, double *derivparam=0)
Ellipse
()
virtual double
getRadMaj
()
virtual double
getRadMaj
(const
DeriVector2
&
center
, const
DeriVector2
&f1, double b, double db, double &ret_dRadMaj)
virtual double
getRadMaj
(double *derivparam, double &ret_dRadMaj)
DeriVector2
Value
(double u, double du, double *derivparam=0)
Value: returns point (vector) given the value of parameter.
More...
virtual
~Ellipse
()
Public Member Functions inherited from
GCS::MajorRadiusConic
virtual
~MajorRadiusConic
()
Public Member Functions inherited from
GCS::Curve
virtual
~Curve
()
Public Member Functions inherited from
GCS::DependentParameters
DependentParameters
()
Public Attributes
Point
end
double *
endAngle
Point
start
double *
startAngle
Public Attributes inherited from
GCS::Ellipse
Point
center
Point
focus1
double *
radmin
Public Attributes inherited from
GCS::DependentParameters
bool
hasDependentParameters
Constructor & Destructor Documentation
◆
ArcOfEllipse()
GCS::ArcOfEllipse::ArcOfEllipse
(
)
Referenced by
Copy()
.
◆
~ArcOfEllipse()
virtual GCS::ArcOfEllipse::~ArcOfEllipse
(
)
virtual
Member Function Documentation
◆
Copy()
ArcOfEllipse
* GCS::ArcOfEllipse::Copy
(
)
virtual
Reimplemented from
GCS::Ellipse
.
References
ArcOfEllipse()
.
◆
PushOwnParams()
int GCS::ArcOfEllipse::PushOwnParams
(
VEC_pD
&
pvec
)
virtual
Reimplemented from
GCS::Ellipse
.
References
endAngle
,
GCS::Ellipse::PushOwnParams()
, and
startAngle
.
◆
ReconstructOnNewPvec()
void GCS::ArcOfEllipse::ReconstructOnNewPvec
(
VEC_pD
&
pvec
,
int &
cnt
)
virtual
Reimplemented from
GCS::Ellipse
.
References
endAngle
,
GCS::Ellipse::ReconstructOnNewPvec()
, and
startAngle
.
Member Data Documentation
◆
end
Point
GCS::ArcOfEllipse::end
◆
endAngle
double* GCS::ArcOfEllipse::endAngle
Referenced by
PushOwnParams()
, and
ReconstructOnNewPvec()
.
◆
start
Point
GCS::ArcOfEllipse::start
Referenced by
Sketcher::Sketch::addArcOfEllipse()
.
◆
startAngle
double* GCS::ArcOfEllipse::startAngle
Referenced by
PushOwnParams()
, and
ReconstructOnNewPvec()
.
The documentation for this class was generated from the following files:
src/Mod/Sketcher/App/planegcs/Geo.h
src/Mod/Sketcher/App/planegcs/Geo.cpp
1.8.17
|
====================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Part
TopoShape
Part::TopoShape Member List
This is the complete list of members for
Part::TopoShape
, including all inherited members.
analyze
(bool runBopCheck, std::ostream &) const
Part::TopoShape
applyRotation
(const Base::Rotation &)
Data::ComplexGeoData
applyTransform
(const Base::Matrix4D &rclTrf)
Data::ComplexGeoData
applyTranslation
(const Base::Vector3d &)
Data::ComplexGeoData
BaseClass
()
Base::BaseClass
common
(TopoDS_Shape) const
Part::TopoShape
common
(const std::vector< TopoDS_Shape > &, Standard_Real tolerance=0.0) const
Part::TopoShape
ComplexGeoData
(void)
Data::ComplexGeoData
convert
(const gp_Trsf &trsf)
Part::TopoShape
static
convert
(const Base::Matrix4D &mtrx)
Part::TopoShape
static
convertTogpTrsf
(const Base::Matrix4D &mtrx, gp_Trsf &trsf)
Part::TopoShape
static
convertToMatrix
(const gp_Trsf &trsf, Base::Matrix4D &mtrx)
Part::TopoShape
static
countSubElements
(const char *Type) const
Part::TopoShape
virtual
countSubShapes
(const char *Type) const
Part::TopoShape
countSubShapes
(TopAbs_ShapeEnum type) const
Part::TopoShape
create
(void)
Base::Persistence
static
cut
(TopoDS_Shape) const
Part::TopoShape
cut
(const std::vector< TopoDS_Shape > &, Standard_Real tolerance=0.0) const
Part::TopoShape
defeaturing
(const std::vector< TopoDS_Shape > &s) const
Part::TopoShape
dump
(std::ostream &out) const
Part::TopoShape
dumpToStream
(std::ostream &stream, int compression)
Base::Persistence
elementMapPrefix
()
Data::ComplexGeoData
static
encodeAttribute
(const std::string &)
Base::Persistence
static
exportBinary
(std::ostream &)
Part::TopoShape
exportBrep
(const char *FileName) const
Part::TopoShape
exportBrep
(std::ostream &) const
Part::TopoShape
exportFaceSet
(double, double, const std::vector< App::Color > &, std::ostream &) const
Part::TopoShape
exportIges
(const char *FileName) const
Part::TopoShape
exportLineSet
(std::ostream &) const
Part::TopoShape
exportStep
(const char *FileName) const
Part::TopoShape
exportStl
(const char *FileName, double deflection) const
Part::TopoShape
findElementName
(const char *subname)
Data::ComplexGeoData
static
findPlane
(gp_Pln &pln, double tol=-1) const
Part::TopoShape
fix
(double, double, double)
Part::TopoShape
fuse
(TopoDS_Shape) const
Part::TopoShape
fuse
(const std::vector< TopoDS_Shape > &, Standard_Real tolerance=0.0) const
Part::TopoShape
generalFuse
(const std::vector< TopoDS_Shape > &sOthers, Standard_Real tolerance, std::vector< TopTools_ListOfShape > *mapInOut=nullptr) const
Part::TopoShape
getBoundBox
(void) const
Part::TopoShape
virtual
getCenterOfGravity
(Base::Vector3d ¢er) const
Part::TopoShape
virtual
getClassTypeId
(void)
Base::Persistence
static
getDomains
(std::vector< Domain > &) const
Part::TopoShape
getElementTypes
(void) const
Part::TopoShape
virtual
getFaces
(std::vector< Base::Vector3d > &Points, std::vector< Facet > &faces, float Accuracy, uint16_t flags=0) const
Part::TopoShape
virtual
getFacesFromSubelement
(const Data::Segment *, std::vector< Base::Vector3d > &Points, std::vector< Base::Vector3d > &PointNormals, std::vector< Facet > &faces) const
Part::TopoShape
virtual
getLines
(std::vector< Base::Vector3d > &Points, std::vector< Line > &lines, float Accuracy, uint16_t flags=0) const
Data::ComplexGeoData
virtual
getLinesFromSubelement
(const Data::Segment *, std::vector< Base::Vector3d > &Points, std::vector< Line > &lines) const
Part::TopoShape
virtual
getMemSize
(void) const
Part::TopoShape
virtual
getPlacement
() const
Data::ComplexGeoData
getPlacemet
(void) const
Part::TopoShape
getPointFromLineIntersection
(const Base::Vector3f &base, const Base::Vector3f &dir) const
Data::ComplexGeoData
virtual
getPoints
(std::vector< Base::Vector3d > &Points, std::vector< Base::Vector3d > &Normals, float Accuracy, uint16_t flags=0) const
Part::TopoShape
virtual
getPyObject
(void)
Base::BaseClass
virtual
getPySubShape
(const char *Type, bool silent=false) const
Part::TopoShape
getRefCount
(void) const
Base::Handled
getShape
() const
Part::TopoShape
getSubElement
(const char *Type, unsigned long) const
Part::TopoShape
virtual
getSubElementByName
(const char *Name) const
Data::ComplexGeoData
virtual
getSubShape
(const char *Type, bool silent=false) const
Part::TopoShape
getSubShape
(TopAbs_ShapeEnum type, int idx, bool silent=false) const
Part::TopoShape
getSubShapes
(TopAbs_ShapeEnum type=TopAbs_SHAPE) const
Part::TopoShape
getSubTopoShapes
(TopAbs_ShapeEnum type=TopAbs_SHAPE) const
Part::TopoShape
getTransform
(void) const
Part::TopoShape
virtual
getTypeId
(void) const
Base::Persistence
virtual
Handled
()
Base::Handled
hasMappedElementName
(const char *subname)
Data::ComplexGeoData
static
hasMissingElement
(const char *subname)
Data::ComplexGeoData
static
hasSubShape
(const char *Type) const
Part::TopoShape
hasSubShape
(TopAbs_ShapeEnum type) const
Part::TopoShape
importBinary
(std::istream &)
Part::TopoShape
importBrep
(const char *FileName)
Part::TopoShape
importBrep
(std::istream &, int indicator=1)
Part::TopoShape
importIges
(const char *FileName)
Part::TopoShape
importStep
(const char *FileName)
Part::TopoShape
indexPostfix
()
Data::ComplexGeoData
static
init
(void)
Base::Persistence
static
initSubclass
(Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr)
Base::BaseClass
protected
static
isClosed
() const
Part::TopoShape
isCoplanar
(const TopoShape &other, double tol=-1) const
Part::TopoShape
isDerivedFrom
(const Type type) const
Base::BaseClass
isMappedElement
(const char *name)
Data::ComplexGeoData
static
isNull
() const
Part::TopoShape
isValid
() const
Part::TopoShape
makECompound
(const std::vector< TopoShape > &shapes, const char *op=0, bool force=true)
Part::TopoShape
makEFace
(const std::vector< TopoShape > &shapes, const char *op=0, const char *maker=0)
Part::TopoShape
makEFace
(const TopoShape &shape, const char *op=0, const char *maker=0)
Part::TopoShape
makEFace
(const char *op=0, const char *maker=0) const
Part::TopoShape
makEGTransform
(const TopoShape &shape, const Base::Matrix4D &mat, const char *op=0, bool copy=false)
Part::TopoShape
makEGTransform
(const Base::Matrix4D &mat, const char *op=0, bool copy=false) const
Part::TopoShape
makeHelix
(Standard_Real pitch, Standard_Real height, Standard_Real radius, Standard_Real angle=0, Standard_Boolean left=Standard_False, Standard_Boolean style=Standard_False) const
Part::TopoShape
makeLoft
(const TopTools_ListOfShape &profiles, Standard_Boolean isSolid, Standard_Boolean isRuled, Standard_Boolean isClosed=Standard_False, Standard_Integer maxDegree=5) const
Part::TopoShape
makeLongHelix
(Standard_Real pitch, Standard_Real height, Standard_Real radius, Standard_Real angle=0, Standard_Boolean left=Standard_False) const
Part::TopoShape
makeOffset2D
(double offset, short joinType=0, bool fill=false, bool allowOpenResult=false, bool intersection=false) const
Part::TopoShape
makeOffsetShape
(double offset, double tol, bool intersection=false, bool selfInter=false, short offsetMode=0, short join=0, bool fill=false) const
Part::TopoShape
makePipe
(const TopoDS_Shape &profile) const
Part::TopoShape
makePipeShell
(const TopTools_ListOfShape &profiles, const Standard_Boolean make_solid, const Standard_Boolean isFrenet=Standard_False, int transition=0) const
Part::TopoShape
makePrism
(const gp_Vec &) const
Part::TopoShape
makERefine
(const TopoShape &shape, const char *op=0, bool no_fail=true)
Part::TopoShape
makERefine
(const char *op=0, bool no_fail=true) const
Part::TopoShape
makeShell
(const TopoDS_Shape &) const
Part::TopoShape
makeSweep
(const TopoDS_Shape &profile, double, int) const
Part::TopoShape
makeThickSolid
(const TopTools_ListOfShape &remFace, double offset, double tol, bool intersection=false, bool selfInter=false, short offsetMode=0, short join=0) const
Part::TopoShape
makeThread
(Standard_Real pitch, Standard_Real depth, Standard_Real height, Standard_Real radius) const
Part::TopoShape
makETransform
(const TopoShape &shape, const Base::Matrix4D &mat, const char *op=0, bool checkScale=false, bool copy=false)
Part::TopoShape
makETransform
(const Base::Matrix4D &mat, const char *op=0, bool checkScale=false, bool copy=false) const
Part::TopoShape
makETransform
(const TopoShape &shape, const gp_Trsf &trsf, const char *op=0, bool copy=false)
Part::TopoShape
makETransform
(const gp_Trsf &trsf, const char *op=0, bool copy=false) const
Part::TopoShape
makeTube
(double radius, double tol, int cont, int maxdeg, int maxsegm) const
Part::TopoShape
makEWires
(const TopoShape &shape, const char *op=0, bool fix=false, double tol=0.0)
Part::TopoShape
makEWires
(const char *op=0, bool fix=false, double tol=0.0) const
Part::TopoShape
mirror
(const gp_Ax2 &) const
Part::TopoShape
missingPrefix
()
Data::ComplexGeoData
static
move
(const TopLoc_Location &loc)
Part::TopoShape
moved
(const TopLoc_Location &loc) const
Part::TopoShape
newElementName
(const char *name)
Data::ComplexGeoData
static
noElementName
(const char *name)
Data::ComplexGeoData
static
oldElementName
(const char *name)
Data::ComplexGeoData
static
oldFuse
(TopoDS_Shape) const
Part::TopoShape
operator=
(const TopoShape &)
Part::TopoShape
Data::ComplexGeoData::operator=
(const Handled &)
Base::Handled
read
(const char *FileName)
Part::TopoShape
ref
() const
Base::Handled
removeInternalWires
(double)
Part::TopoShape
removeShape
(const std::vector< TopoDS_Shape > &s) const
Part::TopoShape
removeSplitter
() const
Part::TopoShape
replaceShape
(const std::vector< std::pair< TopoDS_Shape, TopoDS_Shape > > &s) const
Part::TopoShape
Restore
(Base::XMLReader &reader)
Part::TopoShape
virtual
RestoreDocFile
(Base::Reader &reader)
Part::TopoShape
virtual
restoreFromStream
(std::istream &stream)
Base::Persistence
revolve
(const gp_Ax1 &, double d, Standard_Boolean isSolid=Standard_False) const
Part::TopoShape
Save
(Base::Writer &writer) const
Part::TopoShape
virtual
SaveDocFile
(Base::Writer &writer) const
Part::TopoShape
virtual
section
(TopoDS_Shape, Standard_Boolean approximate=Standard_False) const
Part::TopoShape
section
(const std::vector< TopoDS_Shape > &, Standard_Real tolerance=0.0, Standard_Boolean approximate=Standard_False) const
Part::TopoShape
setFaces
(const std::vector< Base::Vector3d > &Points, const std::vector< Facet > &faces, float Accuracy=1.0e-06)
Part::TopoShape
setPlacement
(const Base::Placement &rclTrf)
Part::TopoShape
setPyObject
(PyObject *)
Base::BaseClass
virtual
setShape
(const TopoDS_Shape &shape)
Part::TopoShape
setTransform
(const Base::Matrix4D &rclTrf)
Part::TopoShape
virtual
sewShape
()
Part::TopoShape
shapeName
(TopAbs_ShapeEnum type, bool silent=false)
Part::TopoShape
static
shapeName
(bool silent=false) const
Part::TopoShape
shapeType
(const char *type, bool silent=false)
Part::TopoShape
static
shapeType
(char type, bool silent=false)
Part::TopoShape
static
shapeType
(bool silent=false) const
Part::TopoShape
shapeTypeAndIndex
(const char *name)
Part::TopoShape
static
slice
(const Base::Vector3d &, double) const
Part::TopoShape
slices
(const Base::Vector3d &, const std::vector< double > &) const
Part::TopoShape
Tag
Data::ComplexGeoData
mutable
tagPostfix
()
Data::ComplexGeoData
static
toNurbs
() const
Part::TopoShape
TopoShape
()
Part::TopoShape
TopoShape
(const TopoDS_Shape &)
Part::TopoShape
TopoShape
(const TopoShape &)
Part::TopoShape
transformGeometry
(const Base::Matrix4D &rclMat)
Part::TopoShape
virtual
transformGShape
(const Base::Matrix4D &) const
Part::TopoShape
transformShape
(const Base::Matrix4D &, bool copy, bool checkScale=false)
Part::TopoShape
transformToInside
(const Base::Vector3d &vec) const
Data::ComplexGeoData
protected
transformToOutside
(const Base::Vector3f &vec) const
Data::ComplexGeoData
protected
unref
() const
Base::Handled
write
(const char *FileName) const
Part::TopoShape
~BaseClass
()
Base::BaseClass
virtual
~ComplexGeoData
()
Data::ComplexGeoData
virtual
~Handled
()
Base::Handled
virtual
~TopoShape
()
Part::TopoShape
1.8.17
|
===============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Ui_DlgSettingsMacro Class Reference
The documentation for this class was generated from the following file:
src/Gui/DlgSettingsMacroImp.h
1.8.13
|
========================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
presented_item_representation
automotive_design.presented_item_representation Member List
This is the complete list of members for
automotive_design.presented_item_representation
, including all inherited members.
item
automotive_design.presented_item_representation
item
()
automotive_design.presented_item_representation
presentation
automotive_design.presented_item_representation
presentation
()
automotive_design.presented_item_representation
1.8.17
|
=======================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
surface_of_linear_extrusion
automotive_design.surface_of_linear_extrusion Member List
This is the complete list of members for
automotive_design.surface_of_linear_extrusion
, including all inherited members.
dim
()
automotive_design.geometric_representation_item
extrusion_axis
automotive_design.surface_of_linear_extrusion
extrusion_axis
()
automotive_design.surface_of_linear_extrusion
name
automotive_design.representation_item
name
()
automotive_design.representation_item
swept_curve
automotive_design.swept_surface
swept_curve
()
automotive_design.swept_surface
wr1
(self)
automotive_design.geometric_representation_item
1.8.17
|
===============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Namespaces
|
Functions
shipCreateWeight Namespace Reference
Namespaces
TaskPanel
Tools
Functions
def
load
()
Function Documentation
◆
load()
def shipCreateWeight.load
(
)
Loads the tool in the task panel
References
TaskPanel.createTask()
.
Referenced by
ShipGui.CreateWeight.Activated()
.
1.8.17
|
=========================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Base
Reader
List of all members
|
Public Member Functions
Base::Reader Class Reference
#include <Reader.h>
Public Member Functions
std::string
getFileName
() const
int
getFileVersion
() const
std::shared_ptr<
Base::XMLReader
>
getLocalReader
() const
std::istream &
getStream
()
void
initLocalReader
(std::shared_ptr<
Base::XMLReader
>)
Reader
(std::istream &, const std::string &, int version)
~Reader
()
Constructor & Destructor Documentation
◆
Reader()
Base::Reader::Reader
(
std::istream &
str
,
const std::string &
name
,
int
version
)
◆
~Reader()
Base::Reader::~Reader
(
)
Member Function Documentation
◆
getFileName()
std::string Base::Reader::getFileName
(
)
const
Referenced by
Fem::PropertyPostDataObject::RestoreDocFile()
, and
Part::PropertyPartShape::RestoreDocFile()
.
◆
getFileVersion()
int Base::Reader::getFileVersion
(
)
const
Referenced by
Gui::Document::RestoreDocFile()
.
◆
getLocalReader()
std::shared_ptr<
Base::XMLReader
> Base::Reader::getLocalReader
(
)
const
Referenced by
Base::XMLReader::readFiles()
.
◆
getStream()
std::istream & Base::Reader::getStream
(
)
◆
initLocalReader()
void Base::Reader::initLocalReader
(
std::shared_ptr<
Base::XMLReader
>
reader
)
Referenced by
Gui::Document::importObjects()
, and
Gui::Document::RestoreDocFile()
.
The documentation for this class was generated from the following files:
src/Base/Reader.h
src/Base/Reader.cpp
1.8.17
|
=========================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
curve_dimension
automotive_design.curve_dimension Member List
This is the complete list of members for
automotive_design.curve_dimension
, including all inherited members.
contents
automotive_design.draughting_callout
contents
()
automotive_design.draughting_callout
dim
()
automotive_design.geometric_representation_item
name
automotive_design.representation_item
name
()
automotive_design.representation_item
wr1
(self)
automotive_design.dimension_curve_directed_callout
wr2
(self)
automotive_design.dimension_curve_directed_callout
1.8.17
|
=================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
rep_item_group
List of all members
|
Public Member Functions
automotive_design.rep_item_group Class Reference
Public Member Functions
def
wr1
(self)
def
wr2
(self)
def
wr3
(self)
def
wr4
(self)
Public Member Functions inherited from
automotive_design.group
def
description
()
def
id
()
def
name
()
Public Member Functions inherited from
automotive_design.representation_item
def
name
()
Additional Inherited Members
Public Attributes inherited from
automotive_design.group
description
name
Public Attributes inherited from
automotive_design.representation_item
name
Detailed Description
Entity rep_item_group definition.
Member Function Documentation
◆
wr1()
def automotive_design.rep_item_group.wr1
(
self
)
Reimplemented from
automotive_design.representation_item
.
◆
wr2()
def automotive_design.rep_item_group.wr2
(
self
)
◆
wr3()
def automotive_design.rep_item_group.wr3
(
self
)
◆
wr4()
def automotive_design.rep_item_group.wr4
(
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
ifc2x3
ifcspacethermalloadproperties
List of all members
|
Public Member Functions
|
Public Attributes
ifc2x3.ifcspacethermalloadproperties Class Reference
Public Member Functions
def
applicablevalueratio
()
def
maximumvalue
()
def
minimumvalue
()
def
propertysource
()
def
sourcedescription
()
def
thermalloadsource
()
def
thermalloadtimeseriesvalues
()
def
thermalloadtype
()
def
userdefinedpropertysource
()
def
userdefinedthermalloadsource
()
Public Member Functions inherited from
ifc2x3.ifcpropertysetdefinition
def
definestype
()
def
propertydefinitionof
()
Public Member Functions inherited from
ifc2x3.ifcpropertydefinition
def
hasassociations
()
Public Member Functions inherited from
ifc2x3.ifcroot
def
description
()
def
globalid
()
def
name
()
def
ownerhistory
()
Public Attributes
applicablevalueratio
maximumvalue
minimumvalue
propertysource
sourcedescription
thermalloadsource
thermalloadtimeseriesvalues
thermalloadtype
userdefinedpropertysource
userdefinedthermalloadsource
Public Attributes inherited from
ifc2x3.ifcroot
description
globalid
name
ownerhistory
Detailed Description
Entity ifcspacethermalloadproperties definition.
:param applicablevalueratio
:type applicablevalueratio:ifcpositiveratiomeasure
:param thermalloadsource
:type thermalloadsource:ifcthermalloadsourceenum
:param propertysource
:type propertysource:ifcpropertysourceenum
:param sourcedescription
:type sourcedescription:ifctext
:param maximumvalue
:type maximumvalue:ifcpowermeasure
:param minimumvalue
:type minimumvalue:ifcpowermeasure
:param thermalloadtimeseriesvalues
:type thermalloadtimeseriesvalues:ifctimeseries
:param userdefinedthermalloadsource
:type userdefinedthermalloadsource:ifclabel
:param userdefinedpropertysource
:type userdefinedpropertysource:ifclabel
:param thermalloadtype
:type thermalloadtype:ifcthermalloadtypeenum
Member Function Documentation
◆
applicablevalueratio()
def ifc2x3.ifcspacethermalloadproperties.applicablevalueratio
(
)
References ifc2x3.ifcspacethermalloadproperties._applicablevalueratio, and
ifc2x3.ifcspacethermalloadproperties.applicablevalueratio
.
◆
maximumvalue()
def ifc2x3.ifcspacethermalloadproperties.maximumvalue
(
)
References ifc2x3.ifcspacethermalloadproperties._maximumvalue, and
ifc2x3.ifcspacethermalloadproperties.maximumvalue
.
◆
minimumvalue()
def ifc2x3.ifcspacethermalloadproperties.minimumvalue
(
)
References ifc2x3.ifcspacethermalloadproperties._minimumvalue, and
ifc2x3.ifcspacethermalloadproperties.minimumvalue
.
◆
propertysource()
def ifc2x3.ifcspacethermalloadproperties.propertysource
(
)
References ifc2x3.ifcspacethermalloadproperties._propertysource, and
ifc2x3.ifcspacethermalloadproperties.propertysource
.
◆
sourcedescription()
def ifc2x3.ifcspacethermalloadproperties.sourcedescription
(
)
References ifc2x3.ifcspacethermalloadproperties._sourcedescription, and
ifc2x3.ifcspacethermalloadproperties.sourcedescription
.
◆
thermalloadsource()
def ifc2x3.ifcspacethermalloadproperties.thermalloadsource
(
)
References ifc2x3.ifcspacethermalloadproperties._thermalloadsource, and
ifc2x3.ifcspacethermalloadproperties.thermalloadsource
.
◆
thermalloadtimeseriesvalues()
def ifc2x3.ifcspacethermalloadproperties.thermalloadtimeseriesvalues
(
)
References ifc2x3.ifcspacethermalloadproperties._thermalloadtimeseriesvalues, and
ifc2x3.ifcspacethermalloadproperties.thermalloadtimeseriesvalues
.
◆
thermalloadtype()
def ifc2x3.ifcspacethermalloadproperties.thermalloadtype
(
)
References ifc2x3.ifcspacethermalloadproperties._thermalloadtype, and
ifc2x3.ifcspacethermalloadproperties.thermalloadtype
.
◆
userdefinedpropertysource()
def ifc2x3.ifcspacethermalloadproperties.userdefinedpropertysource
(
)
References ifc2x3.ifcspacethermalloadproperties._userdefinedpropertysource, and
ifc2x3.ifcspacethermalloadproperties.userdefinedpropertysource
.
◆
userdefinedthermalloadsource()
def ifc2x3.ifcspacethermalloadproperties.userdefinedthermalloadsource
(
)
References ifc2x3.ifcspacethermalloadproperties._userdefinedthermalloadsource, and
ifc2x3.ifcspacethermalloadproperties.userdefinedthermalloadsource
.
Member Data Documentation
◆
applicablevalueratio
ifc2x3.ifcspacethermalloadproperties.applicablevalueratio
Referenced by
ifc2x3.ifcspacethermalloadproperties.applicablevalueratio()
.
◆
maximumvalue
ifc2x3.ifcspacethermalloadproperties.maximumvalue
Referenced by
ifc2x3.ifcspacethermalloadproperties.maximumvalue()
.
◆
minimumvalue
ifc2x3.ifcspacethermalloadproperties.minimumvalue
Referenced by
ifc2x3.ifcspacethermalloadproperties.minimumvalue()
.
◆
propertysource
ifc2x3.ifcspacethermalloadproperties.propertysource
Referenced by
ifc2x3.ifcspacethermalloadproperties.propertysource()
.
◆
sourcedescription
ifc2x3.ifcspacethermalloadproperties.sourcedescription
Referenced by
ifc2x3.ifcspacethermalloadproperties.sourcedescription()
.
◆
thermalloadsource
ifc2x3.ifcspacethermalloadproperties.thermalloadsource
Referenced by
ifc2x3.ifcspacethermalloadproperties.thermalloadsource()
.
◆
thermalloadtimeseriesvalues
ifc2x3.ifcspacethermalloadproperties.thermalloadtimeseriesvalues
Referenced by
ifc2x3.ifcspacethermalloadproperties.thermalloadtimeseriesvalues()
.
◆
thermalloadtype
ifc2x3.ifcspacethermalloadproperties.thermalloadtype
Referenced by
ifc2x3.ifcspacethermalloadproperties.thermalloadtype()
.
◆
userdefinedpropertysource
ifc2x3.ifcspacethermalloadproperties.userdefinedpropertysource
Referenced by
ifc2x3.ifcspacethermalloadproperties.userdefinedpropertysource()
.
◆
userdefinedthermalloadsource
ifc2x3.ifcspacethermalloadproperties.userdefinedthermalloadsource
Referenced by
ifc2x3.ifcspacethermalloadproperties.userdefinedthermalloadsource()
.
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
DraftTools
Ellipse
DraftTools.Ellipse Member List
This is the complete list of members for
DraftTools.Ellipse
, including all inherited members.
action
(self, arg)
DraftTools.Ellipse
Activated
(self)
DraftTools.Ellipse
DraftTools::Creator.Activated
(self, name="None", noplanesetup=False)
DraftTools.Creator
DraftTools::DraftTool.Activated
(self, name="None", noplanesetup=False, is_subtool=False)
DraftTools.DraftTool
appendPoint
(self, point)
DraftTools.Ellipse
call
DraftTools.Ellipse
commit
(self, name, func)
DraftTools.DraftTool
commitList
DraftTools.DraftTool
constrain
DraftTools.DraftTool
createObject
(self)
DraftTools.Ellipse
doc
DraftTools.DraftTool
extendedCopy
DraftTools.DraftTool
featureName
DraftTools.DraftTool
finish
(self, closed=False, cont=False)
DraftTools.Ellipse
DraftTools::Creator.finish
(self, close=False)
DraftTools.DraftTool
GetResources
(self)
DraftTools.Ellipse
getStrings
(self, addrot=None)
DraftTools.DraftTool
IsActive
(self)
DraftTools.DraftTool
node
DraftTools.DraftTool
numericInput
(self, numx, numy, numz)
DraftTools.Ellipse
obj
DraftTools.DraftTool
planetrack
DraftTools.DraftTool
point
DraftTools.Ellipse
pos
DraftTools.DraftTool
rect
DraftTools.Ellipse
refpoint
DraftTools.Ellipse
support
DraftTools.Creator
ui
DraftTools.DraftTool
view
DraftTools.DraftTool
1.8.13
|
=================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Fem
ConstraintFluidBoundary
Fem::ConstraintFluidBoundary Member List
This is the complete list of members for
Fem::ConstraintFluidBoundary
, 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
BaseClass
()
Base::BaseClass
BoundaryType
Fem::ConstraintFluidBoundary
BoundaryValue
Fem::ConstraintFluidBoundary
calcDrawScaleFactor
(double lparam) const
Fem::Constraint
calcDrawScaleFactor
(double lvparam, double luparam) const
Fem::Constraint
calcDrawScaleFactor
() const
Fem::Constraint
canLinkProperties
() const
App::DocumentObject
virtual
canLoadPartial
() const
App::DocumentObject
virtual
clearOutListCache
() const
App::DocumentObject
Constraint
()
Fem::Constraint
ConstraintFluidBoundary
(void)
Fem::ConstraintFluidBoundary
create
(void)
Base::Persistence
static
detachFromDocument
() override
App::DocumentObject
virtual
Direction
Fem::ConstraintFluidBoundary
DirectionVector
Fem::ConstraintFluidBoundary
DocumentObject
(void)
App::DocumentObject
dumpToStream
(std::ostream &stream, int compression)
Base::Persistence
dynamicProps
App::PropertyContainer
protected
encodeAttribute
(const std::string &)
Base::Persistence
static
enforceRecompute
()
App::DocumentObject
execute
(void)
Fem::ConstraintFluidBoundary
virtual
ExpressionEngine
App::DocumentObject
extensionBegin
()
App::ExtensionContainer
ExtensionContainer
()
App::ExtensionContainer
extensionEnd
()
App::ExtensionContainer
ExtensionIterator
typedef
App::ExtensionContainer
getBasePoint
(const Base::Vector3d &base, const Base::Vector3d &axis, const App::PropertyLinkSub &location, const double &dist)
Fem::Constraint
protected
getClassTypeId
(void)
Base::Persistence
static
getCylinder
(double &radius, double &height, Base::Vector3d &base, Base::Vector3d &axis) const
Fem::Constraint
protected
getDirection
(const App::PropertyLinkSub &direction)
Fem::Constraint
protected
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
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
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
getPoints
(std::vector< Base::Vector3d > &points, std::vector< Base::Vector3d > &normals, int *scale) const
Fem::Constraint
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
(void) override
App::DocumentObject
virtual
getStatus
() const
App::DocumentObject
getStatusString
(void) const
App::DocumentObject
getSubObject
(const char *subname, PyObject **pyObj=0, Base::Matrix4D *mat=0, bool transform=true, int depth=0) const
App::DocumentObject
virtual
getSubObjectList
(const char *subname) const
App::DocumentObject
getSubObjects
(int reason=0) const
App::DocumentObject
virtual
getTypeId
(void) const
Base::Persistence
virtual
getViewProviderName
(void) const
Fem::ConstraintFluidBoundary
virtual
getViewProviderNameOverride
() const
App::DocumentObject
virtual
getViewProviderNameStored
() const
App::DocumentObject
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
HeatFluxValue
Fem::ConstraintFluidBoundary
hiddenMarker
()
App::DocumentObject
static
HTCoeffValue
Fem::ConstraintFluidBoundary
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
Label
App::DocumentObject
Label2
App::DocumentObject
mustExecute
(void) const
App::DocumentObject
virtual
mustRecompute
(void) const
App::DocumentObject
NormalDirection
Fem::Constraint
Normals
Fem::ConstraintFluidBoundary
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)
Fem::ConstraintFluidBoundary
protected
virtual
onDocumentRestored
()
Fem::Constraint
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
Points
Fem::ConstraintFluidBoundary
PropertyContainer
()
App::PropertyContainer
purgeError
(void)
App::DocumentObject
purgeTouched
(void)
App::DocumentObject
PythonObject
App::DocumentObject
protected
recompute
(void)
App::DocumentObject
protected
virtual
recomputeFeature
(bool recursive=false)
App::DocumentObject
redirectSubName
(std::ostringstream &ss, DocumentObject *topParent, DocumentObject *child) const
App::DocumentObject
virtual
References
Fem::Constraint
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
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
Reversed
Fem::ConstraintFluidBoundary
Save
(Base::Writer &writer) const override
App::DocumentObject
virtual
SaveDocFile
(Writer &) const
Base::Persistence
virtual
saveExtensions
(Base::Writer &writer) const
App::ExtensionContainer
Scale
Fem::Constraint
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
signalBeforeChange
App::DocumentObject
signalChanged
App::DocumentObject
StatusBits
App::DocumentObject
protected
StdReturn
App::DocumentObject
static
Subtype
Fem::ConstraintFluidBoundary
TemperatureValue
Fem::ConstraintFluidBoundary
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
ThermalBoundaryType
Fem::ConstraintFluidBoundary
touch
(bool noRecompute=false)
App::DocumentObject
TransactionalObject
(void)
App::TransactionalObject
TurbulenceSpecification
Fem::ConstraintFluidBoundary
TurbulentIntensityValue
Fem::ConstraintFluidBoundary
TurbulentLengthValue
Fem::ConstraintFluidBoundary
unsetupObject
()
App::DocumentObject
protected
virtual
Visibility
App::DocumentObject
~BaseClass
()
Base::BaseClass
virtual
~Constraint
()
Fem::Constraint
virtual
~DocumentObject
()
App::DocumentObject
virtual
~ExtensionContainer
()
App::ExtensionContainer
virtual
~PropertyContainer
()
App::PropertyContainer
virtual
~TransactionalObject
()
App::TransactionalObject
virtual
1.8.17
|
==================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
OpenSCADCommands
AddSCADTask
OpenSCADCommands.AddSCADTask Member List
This is the complete list of members for
OpenSCADCommands.AddSCADTask
, including all inherited members.
addelement
(self)
OpenSCADCommands.AddSCADTask
form
OpenSCADCommands.AddSCADTask
getStandardButtons
(self)
OpenSCADCommands.AddSCADTask
isAllowedAlterDocument
(self)
OpenSCADCommands.AddSCADTask
isAllowedAlterSelection
(self)
OpenSCADCommands.AddSCADTask
isAllowedAlterView
(self)
OpenSCADCommands.AddSCADTask
1.8.17
|
==========================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Macros
Property Macros
Workbenches
»
Python workbenches
»
Path
»
Parameters helper macros
Helper macros for FreeCAD properties.
More...
Macros
#define
PARAM_PROP_ADD
(_group, _seq) BOOST_PP_SEQ_FOR_EACH_I(PARAM_PROP_ADD_TYPED,_group,_seq)
Add FreeCAD properties.
More...
#define
PARAM_PROP_ARGS
(_seq)
PARAM_FOREACH_I
(PARAM_PROP_ARGS_,_seq)
Expand the property list as function arguments.
More...
#define
PARAM_PROP_bool
(_param)
App::PropertyBool
PARAM_FNAME
(_param)
#define
PARAM_PROP_DECLARE
(_seq)
PARAM_FOREACH
(PARAM_PROP_DECLARE_,_seq)
Declare FreeCAD properties.
More...
#define
PARAM_PROP_double
(_param)
PARAM_FPROP
(_param)
PARAM_FNAME
(_param)
#define
PARAM_PROP_enum
(_param)
App::PropertyEnumeration
PARAM_FNAME
(_param)
#define
PARAM_PROP_enum2
(_param)
App::PropertyEnumeration
PARAM_FNAME
(_param)
#define
PARAM_PROP_long
(_param)
App::PropertyInteger
PARAM_FNAME
(_param)
#define
PARAM_PROP_short
(_param)
App::PropertyInteger
PARAM_FNAME
(_param)
Detailed Description
Helper macros for FreeCAD properties.
Macro Definition Documentation
◆
PARAM_PROP_ADD
#define PARAM_PROP_ADD
(
_group,
_seq
)
BOOST_PP_SEQ_FOR_EACH_I(PARAM_PROP_ADD_TYPED,_group,_seq)
Add FreeCAD properties.
◆
PARAM_PROP_ARGS
#define PARAM_PROP_ARGS
(
_seq
)
PARAM_FOREACH_I
(PARAM_PROP_ARGS_,_seq)
Expand the property list as function arguments.
Expand to:
name1.getValue(), name2.getValue() ...
◆
PARAM_PROP_bool
#define PARAM_PROP_bool
(
_param
)
App::PropertyBool
PARAM_FNAME
(_param)
◆
PARAM_PROP_DECLARE
#define PARAM_PROP_DECLARE
(
_seq
)
PARAM_FOREACH
(PARAM_PROP_DECLARE_,_seq)
Declare FreeCAD properties.
◆
PARAM_PROP_double
#define PARAM_PROP_double
(
_param
)
PARAM_FPROP
(_param)
PARAM_FNAME
(_param)
◆
PARAM_PROP_enum
#define PARAM_PROP_enum
(
_param
)
App::PropertyEnumeration
PARAM_FNAME
(_param)
◆
PARAM_PROP_enum2
#define PARAM_PROP_enum2
(
_param
)
App::PropertyEnumeration
PARAM_FNAME
(_param)
◆
PARAM_PROP_long
#define PARAM_PROP_long
(
_param
)
App::PropertyInteger
PARAM_FNAME
(_param)
◆
PARAM_PROP_short
#define PARAM_PROP_short
(
_param
)
App::PropertyInteger
PARAM_FNAME
(_param)
1.8.17
|
===================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Inspection
InspectActualShape
Inspection::InspectActualShape Member List
This is the complete list of members for
Inspection::InspectActualShape
, including all inherited members.
countPoints
() const
Inspection::InspectActualShape
virtual
getPoint
(unsigned long) const
Inspection::InspectActualShape
virtual
InspectActualGeometry
()
Inspection::InspectActualGeometry
InspectActualShape
(const Part::TopoShape &)
Inspection::InspectActualShape
~InspectActualGeometry
()
Inspection::InspectActualGeometry
virtual
1.8.17
|
==========================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PathTests
TestPathPreferences
TestPathPreferences
PathTests.TestPathPreferences.TestPathPreferences Member List
This is the complete list of members for
PathTests.TestPathPreferences.TestPathPreferences
, including all inherited members.
assertArc
(self, edge, pt1, pt2, direction='CW')
PathTests.PathTestUtils.PathTestBase
assertCircle
(self, edge, pt, r)
PathTests.PathTestUtils.PathTestBase
assertCoincide
(self, pt1, pt2, error=0.0001)
PathTests.PathTestUtils.PathTestBase
assertCommandEqual
(self, c1, c2)
PathTests.PathTestUtils.PathTestBase
assertConeAt
(self, solid, pt, r1, r2, h)
PathTests.PathTestUtils.PathTestBase
assertCurve
(self, edge, p1, p2, p3)
PathTests.PathTestUtils.PathTestBase
assertCylinderAt
(self, solid, pt, r, h)
PathTests.PathTestUtils.PathTestBase
assertEdgeShapesMatch
(self, e1, e2)
PathTests.PathTestUtils.PathTestBase
assertEqualLocale
(self, s1, s2)
PathTests.PathTestUtils.PathTestBase
assertLine
(self, edge, pt1, pt2)
PathTests.PathTestUtils.PathTestBase
assertLines
(self, edgs, tail, points)
PathTests.PathTestUtils.PathTestBase
assertPlacement
(self, p1, p2)
PathTests.PathTestUtils.PathTestBase
assertPointsMatch
(self, pts0, pts1)
PathTests.PathTestUtils.PathTestBase
assertRoughly
(self, f1, f2, error=0.00001)
PathTests.PathTestUtils.PathTestBase
test00
(self)
PathTests.TestPathPreferences.TestPathPreferences
test01
(self)
PathTests.TestPathPreferences.TestPathPreferences
test02
(self)
PathTests.TestPathPreferences.TestPathPreferences
test03
(self)
PathTests.TestPathPreferences.TestPathPreferences
test10
(self)
PathTests.TestPathPreferences.TestPathPreferences
1.8.17
|
======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
App
ExpressionParser
Classes
|
Functions
|
Variables
App::ExpressionParser Namespace Reference
Classes
class
ExpressionImporter
Convenient class to mark begin of importing.
More...
class
semantic_type
The
semantic_type
class encapsulates the value in the parse tree during parsing.
More...
Functions
void
ExpressionParser_yyerror
(const char *errorinfo)
Error function for parser.
More...
int
ExpressionParserlex
(void)
static void
initParser
(const
App::DocumentObject
*owner)
bool
isModuleImported
(
PyObject
*module)
bool
isTokenAnIndentifier
(const std::string &
str
)
bool
isTokenAUnit
(const std::string &
str
)
double
num_change
(char *yytext, char dez_delim, char grp_delim)
Expression
*
parse
(const
App::DocumentObject
*owner, const char *buffer)
Parse the expression given by
buffer
, and use
owner
as the owner of the returned expression.
More...
ObjectIdentifier
parsePath
(const
App::DocumentObject
*owner, const char *buffer)
UnitExpression
*
parseUnit
(const
App::DocumentObject
*owner, const char *buffer)
std::vector< boost::tuple< int, int, std::string > >
tokenize
(const std::string &
str
)
Variables
static int
column
static const
App::DocumentObject
*
DocumentObject
= 0
The
DocumentObject
that will own the expression.
More...
static std::stack< std::string >
labels
Label string primitive.
More...
static int
last_column
static std::map< std::string,
FunctionExpression::Function
>
registered_functions
Registered functions.
More...
static
Expression
*
ScanResult
= 0
The resulting expression after a successful parsing.
More...
static
bool
unitExpression
= false
True if the parsed string is a unit only.
More...
static
bool
valueExpression
= false
True if the parsed string is a full expression.
More...
Function Documentation
◆
ExpressionParser_yyerror()
void App::ExpressionParser::ExpressionParser_yyerror
(
const char *
errorinfo
)
Error function for parser.
Throws a generic
Base::Exception
with the parser error.
References
ExpressionParser_yyerror()
.
Referenced by
ExpressionParser_yyerror()
.
◆
ExpressionParserlex()
int App::ExpressionParser::ExpressionParserlex
(
void
)
Referenced by
isTokenAnIndentifier()
,
isTokenAUnit()
, and
tokenize()
.
◆
initParser()
static void App::ExpressionParser::initParser
(
const
App::DocumentObject
*
owner
)
static
References
App::FunctionExpression::ABS
,
App::FunctionExpression::ACOS
,
App::FunctionExpression::ASIN
,
App::FunctionExpression::ATAN
,
App::FunctionExpression::ATAN2
,
App::FunctionExpression::AVERAGE
,
App::FunctionExpression::CATH
,
App::FunctionExpression::CEIL
,
App::FunctionExpression::COS
,
App::FunctionExpression::COSH
,
App::FunctionExpression::COUNT
,
App::FunctionExpression::CREATE
,
DocumentObject
,
App::FunctionExpression::EXP
,
App::FunctionExpression::FLOOR
,
App::FunctionExpression::HYPOT
,
initParser()
,
labels
,
App::FunctionExpression::LIST
,
App::FunctionExpression::LOG
,
App::FunctionExpression::LOG10
,
App::FunctionExpression::MAX
,
App::FunctionExpression::MIN
,
App::FunctionExpression::MINVERT
,
App::FunctionExpression::MOD
,
App::FunctionExpression::MSCALE
,
App::Expression::owner
,
App::FunctionExpression::POW
,
registered_functions
,
App::FunctionExpression::ROUND
,
ScanResult
,
App::FunctionExpression::SIN
,
App::FunctionExpression::SINH
,
App::FunctionExpression::SQRT
,
App::FunctionExpression::STDDEV
,
App::FunctionExpression::SUM
,
App::FunctionExpression::TAN
,
App::FunctionExpression::TANH
,
App::FunctionExpression::TRUNC
,
App::FunctionExpression::TUPLE
,
unitExpression
, and
valueExpression
.
Referenced by
initParser()
,
parse()
, and
parseUnit()
.
◆
isModuleImported()
bool
App::ExpressionParser::isModuleImported
(
PyObject
*
module
)
References
isModuleImported()
.
Referenced by
App::ObjectIdentifier::Component::get()
, and
isModuleImported()
.
◆
isTokenAnIndentifier()
bool
App::ExpressionParser::isTokenAnIndentifier
(
const std::string &
str
)
References
ExpressionParserlex()
.
◆
isTokenAUnit()
bool
App::ExpressionParser::isTokenAUnit
(
const std::string &
str
)
References
ExpressionParserlex()
.
◆
num_change()
double App::ExpressionParser::num_change
(
char *
yytext
,
char
dez_delim
,
char
grp_delim
)
◆
parse()
Expression
* App::ExpressionParser::parse
(
const
App::DocumentObject
*
owner
,
const char *
buffer
)
Parse the expression given by
buffer
, and use
owner
as the owner of the returned expression.
If the parser fails for some reason, and exception is thrown.
Parameters
owner
The
DocumentObject
that will own the expression.
buffer
The string buffer to parse.
Returns
A pointer to an expression.
References
initParser()
,
App::Expression::owner
,
ScanResult
, and
valueExpression
.
Referenced by
App::Expression::parse()
,
App::ObjectIdentifier::parse()
,
Spreadsheet::Cell::setContent()
, and
App::DocumentObjectPy::setExpression()
.
◆
parsePath()
ObjectIdentifier
App::ExpressionParser::parsePath
(
const
App::DocumentObject
*
owner
,
const char *
buffer
)
◆
parseUnit()
UnitExpression
* App::ExpressionParser::parseUnit
(
const
App::DocumentObject
*
owner
,
const char *
buffer
)
References
App::OperatorExpression::DIV
,
App::OperatorExpression::getLeft()
,
App::OperatorExpression::getOperator()
,
App::OperatorExpression::getRight()
,
App::UnitExpression::getValue()
,
initParser()
,
App::Expression::owner
,
ScanResult
,
App::Expression::simplify()
, and
unitExpression
.
◆
tokenize()
std::vector< boost::tuple< int, int, std::string > > App::ExpressionParser::tokenize
(
const std::string &
str
)
References
ExpressionParserlex()
,
last_column
, and
tokenize()
.
Referenced by
tokenize()
.
Variable Documentation
◆
column
int App::ExpressionParser::column
static
◆
DocumentObject
const
App::DocumentObject
* App::ExpressionParser::DocumentObject = 0
static
The
DocumentObject
that will own the expression.
Referenced by
initParser()
.
◆
labels
std::stack<std::string> App::ExpressionParser::labels
static
Label string primitive.
Referenced by
initParser()
.
◆
last_column
int App::ExpressionParser::last_column
static
Referenced by
tokenize()
.
◆
registered_functions
std::map<std::string,
FunctionExpression::Function
> App::ExpressionParser::registered_functions
static
Registered functions.
Referenced by
initParser()
.
◆
ScanResult
Expression
* App::ExpressionParser::ScanResult = 0
static
The resulting expression after a successful parsing.
Referenced by
initParser()
,
parse()
, and
parseUnit()
.
◆
unitExpression
bool
App::ExpressionParser::unitExpression = false
static
True if the parsed string is a unit only.
Referenced by
initParser()
, and
parseUnit()
.
◆
valueExpression
bool
App::ExpressionParser::valueExpression = false
static
True if the parsed string is a full expression.
Referenced by
initParser()
, and
parse()
.
1.8.17
|
================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ClipperLib
OutRec
List of all members
|
Public Attributes
ClipperLib::OutRec Struct Reference
Public Attributes
OutPt
*
BottomPt
OutRec
*
FirstLeft
int
Idx
bool
IsHole
bool
IsOpen
PolyNode
*
PolyNd
OutPt
*
Pts
Member Data Documentation
◆
BottomPt
OutPt
* ClipperLib::OutRec::BottomPt
◆
FirstLeft
OutRec
* ClipperLib::OutRec::FirstLeft
◆
Idx
int ClipperLib::OutRec::Idx
◆
IsHole
bool
ClipperLib::OutRec::IsHole
◆
IsOpen
bool
ClipperLib::OutRec::IsOpen
◆
PolyNd
PolyNode
* ClipperLib::OutRec::PolyNd
◆
Pts
OutPt
* ClipperLib::OutRec::Pts
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
SoGroup Class Reference
The documentation for this class was generated from the following file:
src/Gui/SoFCBoundingBox.h
1.8.17
|
============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Surface
Extend
List of all members
|
Public Member Functions
|
Public Attributes
Surface::Extend Class Reference
#include <FeatureExtend.h>
Public Member Functions
App::DocumentObjectExecReturn
*
execute
(void)
recalculate the feature
More...
Extend
()
short
mustExecute
() const
mustExecute We call this method to check if the object was modified to be invoked.
More...
~Extend
()
Public Member Functions inherited from
Part::Spline
const char *
getViewProviderName
(void) const
returns the type name of the ViewProvider
More...
Spline
()
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::PropertyFloatConstraint
ExtendU
App::PropertyFloatConstraint
ExtendV
App::PropertyLinkSub
Face
App::PropertyIntegerConstraint
SampleU
App::PropertyIntegerConstraint
SampleV
App::PropertyFloatConstraint
Tolerance
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...
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
◆
Extend()
Extend::Extend
(
)
References
App::Global
.
◆
~Extend()
Extend::~Extend
(
)
Member Function Documentation
◆
execute()
App::DocumentObjectExecReturn
* Extend::execute
(
void
)
virtual
recalculate the feature
Reimplemented from
Part::Feature
.
References
ExtendU
,
ExtendV
,
Base::Persistence::getClassTypeId()
,
Part::PropertyPartShape::getShape()
,
Part::TopoShape::getSubShape()
,
Base::Persistence::getTypeId()
,
App::PropertyInteger::getValue()
,
App::PropertyFloat::getValue()
,
Base::Type::isDerivedFrom()
,
SampleU
,
SampleV
,
Part::PropertyPartShape::setValue()
,
Part::Feature::Shape
,
App::DocumentObject::StdReturn
, and
Tolerance
.
Referenced by
ArchSite.Compass::buildCoordinates()
,
ArchSchedule.CommandArchSchedule::IsActive()
, and
FeaturePython.DistanceBolt::onChanged()
.
◆
mustExecute()
short Extend::mustExecute
(
)
const
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
ExtendU
,
ExtendV
, and
App::Property::isTouched()
.
Member Data Documentation
◆
ExtendU
App::PropertyFloatConstraint
Surface::Extend::ExtendU
Referenced by
execute()
, and
mustExecute()
.
◆
ExtendV
App::PropertyFloatConstraint
Surface::Extend::ExtendV
Referenced by
execute()
, and
mustExecute()
.
◆
Face
App::PropertyLinkSub
Surface::Extend::Face
◆
SampleU
App::PropertyIntegerConstraint
Surface::Extend::SampleU
Referenced by
execute()
.
◆
SampleV
App::PropertyIntegerConstraint
Surface::Extend::SampleV
Referenced by
execute()
.
◆
Tolerance
App::PropertyFloatConstraint
Surface::Extend::Tolerance
Referenced by
execute()
.
The documentation for this class was generated from the following files:
src/Mod/Surface/App/FeatureExtend.h
src/Mod/Surface/App/FeatureExtend.cpp
1.8.17
|
================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
global_unit_assigned_context
List of all members
|
Public Member Functions
|
Public Attributes
automotive_design.global_unit_assigned_context Class Reference
Public Member Functions
def
units
()
Public Member Functions inherited from
automotive_design.representation_context
def
context_identifier
()
def
context_type
()
def
representations_in_context
()
Public Attributes
units
Public Attributes inherited from
automotive_design.representation_context
context_identifier
context_type
Detailed Description
Entity global_unit_assigned_context definition.
:param units
:type units:SET(1,None,'unit', scope = schema_scope)
Member Function Documentation
◆
units()
def automotive_design.global_unit_assigned_context.units
(
)
References ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.global_unit_assigned_context._units, automotive_design.global_unit_assigned_context._units, and
automotive_design.global_unit_assigned_context.units
.
Member Data Documentation
◆
units
automotive_design.global_unit_assigned_context.units
Referenced by
automotive_design.global_unit_assigned_context.units()
,
ifc2x3.ifcunitassignment.wr01()
, and
ifc4.ifcunitassignment.wr01()
.
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
action_method
List of all members
|
Public Member Functions
|
Public Attributes
config_control_design.action_method Class Reference
Public Member Functions
def
consequence
()
def
description
()
def
name
()
def
purpose
()
Public Attributes
consequence
description
name
purpose
Detailed Description
Entity action_method definition.
:param name
:type name:label
:param description
:type description:text
:param consequence
:type consequence:text
:param purpose
:type purpose:text
Member Function Documentation
◆
consequence()
def config_control_design.action_method.consequence
(
)
References config_control_design.action_method._consequence, automotive_design.action_method._consequence, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_method._consequence, and
config_control_design.action_method.consequence
.
◆
description()
def config_control_design.action_method.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, config_control_design.organizational_address._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, 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, config_control_design.product_definition_formation._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.versioned_action_request._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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.configuration_item_relationship._description, automotive_design.property_definition._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, 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, 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, automotive_design.organizational_address._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organizational_address._description, automotive_design.data_environment._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.data_environment._description, automotive_design.product_concept._description, automotive_design.group_relationship._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, 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, 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, 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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.event_occurrence_role._description, automotive_design.draughting_callout_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.draughting_callout_relationship._description, automotive_design.process_property_association._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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.property_definition._description, automotive_design.action_resource_requirement._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, 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, 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, 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, automotive_design.effectivity_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.effectivity_relationship._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, 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, 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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product._description, automotive_design.classification_role._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, 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, 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
config_control_design.action_method.description
.
◆
name()
def config_control_design.action_method.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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.curve_style._name, automotive_design.representation_item._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, 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, automotive_design.representation._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, 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, config_control_design.uncertainty_measure_with_unit._name, automotive_design.resource_property_representation._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, automotive_design.action_directive._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_relationship._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, 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, config_control_design.organization_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.concept_feature_operator._name, automotive_design.concept_feature_operator._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.configuration_item_relationship._name, automotive_design.property_definition._name, automotive_design.item_defined_transformation._name, config_control_design.configuration_item._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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.context_dependent_unit._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.group._name, automotive_design.product_concept_feature_association._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, 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, automotive_design.text_style._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, automotive_design.context_dependent_unit._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, 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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.general_property_relationship._name, automotive_design.product_definition_formation_relationship._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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.item_identified_representation_usage._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_formation_relationship._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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.annotation_occurrence_relationship._name, automotive_design.event_occurrence_role._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, automotive_design.draughting_callout_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.draughting_callout_relationship._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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product._name, automotive_design.classification_role._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, 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, 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, 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, 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, automotive_design.approval_status._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_occurrence_relationship._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
config_control_design.action_method.name
.
◆
purpose()
def config_control_design.action_method.purpose
(
)
References config_control_design.versioned_action_request._purpose, config_control_design.certification._purpose, automotive_design.versioned_action_request._purpose, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.versioned_action_request._purpose, automotive_design.certification._purpose, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.certification._purpose, config_control_design.configuration_item._purpose, config_control_design.action_method._purpose, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.configuration_item._purpose, automotive_design.configuration_item._purpose, automotive_design.action_method._purpose, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_method._purpose, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.contract._purpose, automotive_design.contract._purpose, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.security_classification._purpose, automotive_design.security_classification._purpose, and
config_control_design.action_method.purpose
.
Member Data Documentation
◆
consequence
config_control_design.action_method.consequence
Referenced by
config_control_design.action_method.consequence()
.
◆
description
config_control_design.action_method.description
Referenced by
config_control_design.action_method.description()
.
◆
name
config_control_design.action_method.name
Referenced by
prototype.Node.addtofreecad()
,
gzip_utf8.GzipFile.filename()
,
ifc4.ifcapproval.hasidentifierorname()
,
config_control_design.action_method.name()
,
Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunction.output()
,
prototype.Node.pprint()
,
prototype.Node.pprint2()
,
PathScripts.PathSetupSheetGui.OpTaskPanel.propertyGroup()
,
PathScripts.PathSetupSheetGui.OpTaskPanel.propertyName()
,
ifc2x3.ifcexternalreference.wr1()
,
ifc4.ifcexternalreference.wr1()
,
ifc2x3.ifcdocumentreference.wr1()
, and
ifc4.ifcdocumentreference.wr1()
.
◆
purpose
config_control_design.action_method.purpose
Referenced by
config_control_design.action_method.purpose()
,
ifc2x3.ifcaddress.wr1()
, and
ifc4.ifcaddress.wr1()
.
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
DrawSketchHandlerGenConstraint Member List
This is the complete list of members for
DrawSketchHandlerGenConstraint
, including all inherited members.
actCursor
SketcherGui::DrawSketchHandler
protected
activated
(ViewProviderSketch *)
DrawSketchHandlerGenConstraint
virtual
allowedSelTypes
DrawSketchHandlerGenConstraint
protected
applyCursor
(void)
SketcherGui::DrawSketchHandler
protected
applyCursor
(QCursor &newCursor)
SketcherGui::DrawSketchHandler
protected
cmd
DrawSketchHandlerGenConstraint
protected
constraintCursor
DrawSketchHandlerGenConstraint
protected
createAutoConstraints
(const std::vector< AutoConstraint > &autoConstrs, int geoId, Sketcher::PointPos pointPos=Sketcher::none, bool createowncommand=true)
SketcherGui::DrawSketchHandler
deactivated
(ViewProviderSketch *)
SketcherGui::DrawSketchHandler
virtual
DrawSketchHandler
()
SketcherGui::DrawSketchHandler
DrawSketchHandlerGenConstraint
(const char *cursor[], CmdSketcherConstraint *_cmd)
DrawSketchHandlerGenConstraint
getHighestCurveIndex
(void)
SketcherGui::DrawSketchHandler
getHighestVertexIndex
(void)
SketcherGui::DrawSketchHandler
mouseMove
(Base::Vector2d)
DrawSketchHandlerGenConstraint
virtual
oldCursor
SketcherGui::DrawSketchHandler
protected
ongoingSequences
DrawSketchHandlerGenConstraint
protected
onSelectionChanged
(const Gui::SelectionChanges &)
SketcherGui::DrawSketchHandler
virtual
pressButton
(Base::Vector2d)
DrawSketchHandlerGenConstraint
virtual
quit
(void)
SketcherGui::DrawSketchHandler
virtual
registerPressedKey
(bool, int)
SketcherGui::DrawSketchHandler
virtual
releaseButton
(Base::Vector2d onSketchPos)
DrawSketchHandlerGenConstraint
virtual
renderSuggestConstraintsCursor
(std::vector< AutoConstraint > &suggestedConstraints)
SketcherGui::DrawSketchHandler
resetOngoingSequences
()
DrawSketchHandlerGenConstraint
protected
resetPositionText
(void)
SketcherGui::DrawSketchHandler
seekAutoConstraint
(std::vector< AutoConstraint > &suggestedConstraints, const Base::Vector2d &Pos, const Base::Vector2d &Dir, AutoConstraint::TargetType type=AutoConstraint::VERTEX)
SketcherGui::DrawSketchHandler
selFilterGate
DrawSketchHandlerGenConstraint
protected
selSeq
DrawSketchHandlerGenConstraint
protected
seqIndex
DrawSketchHandlerGenConstraint
protected
setCrosshairColor
()
SketcherGui::DrawSketchHandler
protected
setCursor
(const QPixmap &p, int x, int y)
SketcherGui::DrawSketchHandler
protected
setPositionText
(const Base::Vector2d &Pos, const SbString &text)
SketcherGui::DrawSketchHandler
setPositionText
(const Base::Vector2d &Pos)
SketcherGui::DrawSketchHandler
sketchgui
SketcherGui::DrawSketchHandler
protected
unsetCursor
(void)
SketcherGui::DrawSketchHandler
protected
~DrawSketchHandler
()
SketcherGui::DrawSketchHandler
virtual
~DrawSketchHandlerGenConstraint
()
DrawSketchHandlerGenConstraint
virtual
1.8.17
|
==========================================================================================================================
Index
Modules Hierarchy
Alphabetical list
GCS
Parabola
List of all members
|
Public Member Functions
|
Public Attributes
GCS::Parabola Class Reference
#include <Geo.h>
Public Member Functions
DeriVector2
CalculateNormal
(
Point
&p, double *derivparam=0)
virtual
Parabola
*
Copy
()
Parabola
()
virtual int
PushOwnParams
(
VEC_pD
&pvec)
virtual void
ReconstructOnNewPvec
(
VEC_pD
&pvec, int &cnt)
virtual
DeriVector2
Value
(double u, double du, double *derivparam=0)
Value: returns point (vector) given the value of parameter.
More...
virtual
~Parabola
()
Public Member Functions inherited from
GCS::Curve
virtual
~Curve
()
Public Member Functions inherited from
GCS::DependentParameters
DependentParameters
()
Public Attributes
Point
focus1
Point
vertex
Public Attributes inherited from
GCS::DependentParameters
bool
hasDependentParameters
Constructor & Destructor Documentation
◆
Parabola()
GCS::Parabola::Parabola
(
)
Referenced by
Copy()
.
◆
~Parabola()
virtual GCS::Parabola::~Parabola
(
)
virtual
Member Function Documentation
◆
CalculateNormal()
DeriVector2
GCS::Parabola::CalculateNormal
(
Point
&
p
,
double *
derivparam
=
0
)
virtual
Implements
GCS::Curve
.
References
focus1
,
GCS::DeriVector2::getNormalized()
,
GCS::DeriVector2::subtr()
, and
vertex
.
◆
Copy()
Parabola
* GCS::Parabola::Copy
(
)
virtual
Implements
GCS::Curve
.
Reimplemented in
GCS::ArcOfParabola
.
References
Parabola()
.
◆
PushOwnParams()
int GCS::Parabola::PushOwnParams
(
VEC_pD
&
pvec
)
virtual
Implements
GCS::Curve
.
Reimplemented in
GCS::ArcOfParabola
.
References
focus1
,
vertex
,
GCS::Point::x
, and
GCS::Point::y
.
Referenced by
GCS::ArcOfParabola::PushOwnParams()
.
◆
ReconstructOnNewPvec()
void GCS::Parabola::ReconstructOnNewPvec
(
VEC_pD
&
pvec
,
int &
cnt
)
virtual
Implements
GCS::Curve
.
Reimplemented in
GCS::ArcOfParabola
.
References
focus1
,
vertex
,
GCS::Point::x
, and
GCS::Point::y
.
Referenced by
GCS::ArcOfParabola::ReconstructOnNewPvec()
.
◆
Value()
DeriVector2
GCS::Parabola::Value
(
double
u
,
double
du
,
double *
derivparam
=
0
)
virtual
Value: returns point (vector) given the value of parameter.
Parameters
u
value of parameter
du
derivative of parameter by derivparam
derivparam
pointer to sketch parameter to calculate the derivative for
Returns
Reimplemented from
GCS::Curve
.
References
GCS::DeriVector2::divD()
,
focus1
,
GCS::DeriVector2::getNormalized()
,
GCS::DeriVector2::length()
,
GCS::DeriVector2::multD()
,
GCS::DeriVector2::rotate90ccw()
,
GCS::DeriVector2::subtr()
,
GCS::DeriVector2::sum()
, and
vertex
.
Member Data Documentation
◆
focus1
Point
GCS::Parabola::focus1
Referenced by
CalculateNormal()
,
PushOwnParams()
,
ReconstructOnNewPvec()
, and
Value()
.
◆
vertex
Point
GCS::Parabola::vertex
Referenced by
CalculateNormal()
,
PushOwnParams()
,
ReconstructOnNewPvec()
, and
Value()
.
The documentation for this class was generated from the following files:
src/Mod/Sketcher/App/planegcs/Geo.h
src/Mod/Sketcher/App/planegcs/Geo.cpp
1.8.17
|
============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
MeshGui
Vertex
List of all members
|
Public Member Functions
MeshGui::Vertex Class Reference
Public Member Functions
Vertex
(const
MeshCore::MeshKernel
&kernel, const
MeshCore::MeshFacetGrid
&grid, const
Base::Vector3f
&pos)
bool
visible
(const
Base::Vector3f
&base) const
Constructor & Destructor Documentation
◆
Vertex()
MeshGui::Vertex::Vertex
(
const
MeshCore::MeshKernel
&
kernel
,
const
MeshCore::MeshFacetGrid
&
grid
,
const
Base::Vector3f
&
pos
)
Member Function Documentation
◆
visible()
bool
MeshGui::Vertex::visible
(
const
Base::Vector3f
&
base
)
const
References
MeshCore::MeshAlgorithm::IsVertexVisible()
.
Referenced by
MeshGui::ViewProviderMesh::getVisibleFacets()
.
The documentation for this class was generated from the following file:
src/Mod/Mesh/Gui/ViewProvider.cpp
1.8.17
|
===================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PathScripts
PathSelection
MESHGate
List of all members
|
Public Member Functions
PathScripts.PathSelection.MESHGate Class Reference
Public Member Functions
def
allow
(self, doc, obj, sub)
Member Function Documentation
◆
allow()
def PathScripts.PathSelection.MESHGate.allow
(
self
,
doc
,
obj
,
sub
)
The documentation for this class was generated from the following file:
src/Mod/Path/PathScripts/PathSelection.py
1.8.17
|
======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifclamptype
ifc4.ifclamptype Member List
This is the complete list of members for
ifc4.ifclamptype
, including all inherited members.
applicableoccurrence
(self)
ifc4.ifctypeproduct
ifc4::ifctypeobject.applicableoccurrence
ifc4.ifctypeobject
correctpredefinedtype
(self)
ifc4.ifclamptype
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
predefinedtype
ifc4.ifclamptype
predefinedtype
()
ifc4.ifclamptype
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
Classes
|
Typedefs
|
Enumerations
|
Functions
Sketcher Namespace Reference
Classes
class
Constraint
struct
Constraint_Equal
struct
ConstraintIds
class
ConstraintPy
The python export class for
Constraint
.
More...
class
ExternalGeometryExtension
class
ExternalGeometryExtensionPy
The python export class for
ExternalGeometryExtension
.
More...
struct
GeoEnum
class
Module
class
PropertyConstraintList
class
Sketch
class
SketchAnalysis
class
SketchGeometryExtension
class
SketchGeometryExtensionPy
The python export class for
SketchGeometryExtension
.
More...
class
SketchObject
class
SketchObjectPy
The python export class for
SketchObject
.
More...
class
SketchObjectSF
class
SketchObjectSFPy
The python export class for
SketchObjectSF
.
More...
class
SketchPy
The python export class for
Sketch
.
More...
Typedefs
typedef
App::FeaturePythonT
<
SketchObject
>
SketchObjectPython
Enumerations
enum
ConstraintType
{ ,
Coincident
= 1,
Horizontal
= 2,
Vertical
= 3,
Parallel
= 4,
Tangent
= 5,
Distance
= 6,
DistanceX
= 7,
DistanceY
= 8,
Angle
= 9,
Perpendicular
= 10,
Radius
= 11,
Equal
= 12,
PointOnObject
= 13,
Symmetric
= 14,
InternalAlignment
= 15,
SnellsLaw
= 16,
Block
= 17,
Diameter
= 18,
NumConstraintTypes
}
enum
InternalAlignmentType
{
Undef
= 0,
EllipseMajorDiameter
= 1,
EllipseMinorDiameter
= 2,
EllipseFocus1
= 3,
EllipseFocus2
= 4,
HyperbolaMajor
= 5,
HyperbolaMinor
= 6,
HyperbolaFocus
= 7,
ParabolaFocus
= 8,
BSplineControlPoint
= 9,
BSplineKnotPoint
= 10
}
enum
PointPos
{
none
,
start
,
end
,
mid
}
define if you want to use the end or start point
More...
Functions
PyObject
*
initModule
()
Typedef Documentation
◆
SketchObjectPython
typedef
App::FeaturePythonT
<
SketchObject
>
Sketcher::SketchObjectPython
Enumeration Type Documentation
◆
ConstraintType
enum
Sketcher::ConstraintType
Important note: New constraint types must be always added at the end but before 'NumConstraintTypes'. This is mandatory in order to keep the handling of constraint types upward compatible which means that this program version ignores later introduced constraint types when reading them from a project file.
Enumerator
Coincident
Horizontal
Vertical
Parallel
Tangent
Distance
DistanceX
DistanceY
Angle
Perpendicular
Radius
Equal
PointOnObject
Symmetric
InternalAlignment
SnellsLaw
Block
Diameter
NumConstraintTypes
◆
InternalAlignmentType
enum
Sketcher::InternalAlignmentType
Enumerator
Undef
EllipseMajorDiameter
EllipseMinorDiameter
EllipseFocus1
EllipseFocus2
HyperbolaMajor
HyperbolaMinor
HyperbolaFocus
ParabolaFocus
BSplineControlPoint
BSplineKnotPoint
◆
PointPos
enum
Sketcher::PointPos
define if you want to use the end or start point
Enumerator
none
start
end
mid
Function Documentation
◆
initModule()
PyObject
* Sketcher::initModule
(
)
References
Base::Console()
, and
Base::ConsoleSingleton::Log()
.
1.8.17
|
==================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
LinkInfo
Gui::LinkInfo Member List
This is the complete list of members for
Gui::LinkInfo
, including all inherited members.
addref
()
Gui::LinkInfo
checkName
(const char *name) const
Gui::LinkInfo
checkSubname
(App::DocumentObject *obj, const char *subname)
Gui::LinkInfo
static
childSensor
Gui::LinkInfo
childSensorCB
(void *data, SoSensor *)
Gui::LinkInfo
static
connChangeIcon
Gui::LinkInfo
Connection
typedef
Gui::LinkInfo
detach
(bool unlink)
Gui::LinkInfo
get
(App::DocumentObject *obj, Gui::LinkOwner *owner)
Gui::LinkInfo
static
get
(ViewProviderDocumentObject *vp, LinkOwner *owner)
Gui::LinkInfo
static
getDetail
(bool checkname, int type, const char *subname, SoDetail *&det, SoFullPath *path) const
Gui::LinkInfo
getDocName
() const
Gui::LinkInfo
getElementPicked
(bool addname, int type, const SoPickedPoint *pp, std::ostream &str) const
Gui::LinkInfo
getIcon
(QPixmap px)
Gui::LinkInfo
getLinkedName
() const
Gui::LinkInfo
getLinkedNameSafe
() const
Gui::LinkInfo
getSnapshot
(int type, bool update=false)
Gui::LinkInfo
getView
(App::DocumentObject *obj)
Gui::LinkInfo
static
iconMap
Gui::LinkInfo
intrusive_ptr_add_ref
(LinkInfo *px)
Gui::LinkInfo
friend
intrusive_ptr_release
(LinkInfo *px)
Gui::LinkInfo
friend
isLinked
() const
Gui::LinkInfo
isVisible
() const
Gui::LinkInfo
LinkInfo
(ViewProviderDocumentObject *vp)
Gui::LinkInfo
links
Gui::LinkInfo
nodeMap
Gui::LinkInfo
NodeMap
typedef
Gui::LinkInfo
pcChildGroup
Gui::LinkInfo
pcLinked
Gui::LinkInfo
pcLinkedSwitch
Gui::LinkInfo
pcSnapshots
Gui::LinkInfo
pcSwitches
Gui::LinkInfo
Pointer
typedef
Gui::LinkInfo
ref
Gui::LinkInfo
release
()
Gui::LinkInfo
remove
(LinkOwner *owner)
Gui::LinkInfo
sensor
Gui::LinkInfo
sensorCB
(void *data, SoSensor *)
Gui::LinkInfo
static
setVisible
(bool visible)
Gui::LinkInfo
slotChangeIcon
()
Gui::LinkInfo
switchSensor
Gui::LinkInfo
switchSensorCB
(void *data, SoSensor *)
Gui::LinkInfo
static
transformSensor
Gui::LinkInfo
transformSensorCB
(void *data, SoSensor *)
Gui::LinkInfo
static
update
()
Gui::LinkInfo
updateChildren
()
Gui::LinkInfo
updateData
(const App::Property *prop)
Gui::LinkInfo
updateSwitch
(SoSwitch *node=0)
Gui::LinkInfo
~LinkInfo
()
Gui::LinkInfo
1.8.17
|
==========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
SelectionChanges
Gui::SelectionChanges Member List
This is the complete list of members for
Gui::SelectionChanges
, including all inherited members.
AddSelection
enum value
Gui::SelectionChanges
ClrSelection
enum value
Gui::SelectionChanges
HideSelection
enum value
Gui::SelectionChanges
MovePreselect
enum value
Gui::SelectionChanges
MsgType
enum name
Gui::SelectionChanges
Object
Gui::SelectionChanges
operator=
(const SelectionChanges &other)
Gui::SelectionChanges
operator=
(SelectionChanges &&other)
Gui::SelectionChanges
pDocName
Gui::SelectionChanges
PickedListChanged
enum value
Gui::SelectionChanges
pObjectName
Gui::SelectionChanges
pOriginalMsg
Gui::SelectionChanges
pSubName
Gui::SelectionChanges
pTypeName
Gui::SelectionChanges
RmvPreselect
enum value
Gui::SelectionChanges
RmvPreselectSignal
enum value
Gui::SelectionChanges
RmvSelection
enum value
Gui::SelectionChanges
SelectionChanges
(MsgType type=ClrSelection, const char *docName=0, const char *objName=0, const char *subName=0, const char *typeName=0, float x=0, float y=0, float z=0, int subtype=0)
Gui::SelectionChanges
SelectionChanges
(MsgType type, const std::string &docName, const std::string &objName, const std::string &subName, const std::string &typeName=std::string(), float x=0, float y=0, float z=0, int subtype=0)
Gui::SelectionChanges
SelectionChanges
(const SelectionChanges &other)
Gui::SelectionChanges
SelectionChanges
(SelectionChanges &&other)
Gui::SelectionChanges
SetPreselect
enum value
Gui::SelectionChanges
SetPreselectSignal
enum value
Gui::SelectionChanges
SetSelection
enum value
Gui::SelectionChanges
ShowSelection
enum value
Gui::SelectionChanges
SubType
Gui::SelectionChanges
Type
Gui::SelectionChanges
TypeName
Gui::SelectionChanges
x
Gui::SelectionChanges
y
Gui::SelectionChanges
z
Gui::SelectionChanges
1.8.17
|
===================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
zipios
FileCollection
List of all members
|
Public Types
|
Public Member Functions
zipios::FileCollection Class Reference
abstract
#include <fcoll.h>
Public Types
enum
MatchPath
{
IGN
,
MATCH
}
Public Member Functions
virtual
FileCollection
*
clone
() const =0
Create a heap allocated clone of the object this method is called for.
More...
virtual void
close
()=0
Closes the
FileCollection
.
More...
virtual
ConstEntries
entries
() const
FileCollection
()
FileCollection
constructor.
More...
FileCollection
(const
FileCollection
&src)
Copy constructor.
More...
virtual
ConstEntryPointer
getEntry
(const string &name,
MatchPath
matchpath=
MATCH
) const
virtual istream *
getInputStream
(const
ConstEntryPointer
&entry)=0
virtual istream *
getInputStream
(const string &entry_name,
MatchPath
matchpath=
MATCH
)=0
Returns a pointer to an opened istream for the specified entry name.
More...
virtual string
getName
() const
Returns the name of the
FileCollection
.
More...
bool
isValid
() const
The member function returns true if the collection is valid.
More...
const
FileCollection
&
operator=
(const
FileCollection
&src)
Copy assignment operator.
More...
virtual int
size
() const
Returns the number of entries in the
FileCollection
.
More...
virtual
~FileCollection
()
FileCollection
destructor.
More...
Detailed Description
FileCollection
is an abstract baseclass that represents a collection of files. The specializations of
FileCollection
represents different origins of file collections, such as directories, simple filename lists and compressed archives.
Member Enumeration Documentation
◆
MatchPath
enum
zipios::FileCollection::MatchPath
Enumerator
IGN
MATCH
Constructor & Destructor Documentation
◆
FileCollection()
[1/2]
zipios::FileCollection::FileCollection
(
)
explicit
FileCollection
constructor.
◆
FileCollection()
[2/2]
zipios::FileCollection::FileCollection
(
const
FileCollection
&
src
)
Copy constructor.
◆
~FileCollection()
zipios::FileCollection::~FileCollection
(
)
virtual
FileCollection
destructor.
Member Function Documentation
◆
clone()
virtual
FileCollection
* zipios::FileCollection::clone
(
)
const
pure virtual
Create a heap allocated clone of the object this method is called for.
The caller is responsible for deallocating the clone when he is done with it.
Returns
A heap allocated copy of the object this method is called for.
Implemented in
zipios::CollectionCollection
,
zipios::ZipFile
, and
zipios::DirectoryCollection
.
Referenced by
ArchPanel.CommandPanelSheet::Activated()
,
zipios::CollectionCollection::addCollection()
,
ArchTruss.Truss::execute()
,
ArchComponent.Component::execute()
,
ArchCurtainWall.CurtainWall::execute()
, and
Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunction::integrated()
.
◆
close()
virtual void zipios::FileCollection::close
(
)
pure virtual
Closes the
FileCollection
.
Implemented in
zipios::CollectionCollection
,
zipios::ZipFile
, and
zipios::DirectoryCollection
.
◆
entries()
ConstEntries
zipios::FileCollection::entries
(
)
const
virtual
Returns a vector of const pointers to the entries in the
FileCollection
.
Returns
a ConstEntries containing the entries of the
FileCollection
.
Exceptions
InvalidStateException
Thrown if the collection is invalid.
Reimplemented in
zipios::CollectionCollection
, and
zipios::DirectoryCollection
.
Referenced by
zipios::DirectoryCollection::entries()
, and
zipios::operator<<()
.
◆
getEntry()
ConstEntryPointer
zipios::FileCollection::getEntry
(
const string &
name
,
MatchPath
matchpath
=
MATCH
)
const
virtual
Returns a ConstEntryPointer to a
FileEntry
object for the entry with the specified name. To ignore the path part of the filename in search of a match, specify FileCollection::IGNORE as the second argument.
Parameters
name
A string containing the name of the entry to get.
matchpath
Speficy MATCH, if the path should match as well, specify IGNORE, if the path should be ignored.
Returns
A ConstEntryPointer to the found entry. The returned pointer equals zero if no entry is found.
Exceptions
InvalidStateException
Thrown if the collection is invalid.
Reimplemented in
zipios::CollectionCollection
, and
zipios::DirectoryCollection
.
References
MATCH
.
Referenced by
zipios::DirectoryCollection::getEntry()
, and
zipios::ZipFile::getInputStream()
.
◆
getInputStream()
[1/2]
virtual istream* zipios::FileCollection::getInputStream
(
const
ConstEntryPointer
&
entry
)
pure virtual
Returns a pointer to an opened istream for the specified
FileEntry
. It is the callers responsibility to delete the stream when he is done with it. Returns 0, if there is no such
FileEntry
in the
FileCollection
.
Parameters
entry
A ConstEntryPointer to the
FileEntry
to get an istream to.
Returns
an open istream for the specified entry. The istream is allocated on heap and it is the users responsibility to delete it when he is done with it.
Exceptions
InvalidStateException
Thrown if the collection is invalid.
Implemented in
zipios::CollectionCollection
,
zipios::ZipFile
, and
zipios::DirectoryCollection
.
◆
getInputStream()
[2/2]
virtual istream* zipios::FileCollection::getInputStream
(
const string &
entry_name
,
MatchPath
matchpath
=
MATCH
)
pure virtual
Returns a pointer to an opened istream for the specified entry name.
It is the callers responsibility to delete the stream when he is done with it. Returns 0, if there is no entry with the specified name in the
FileCollection
.
Parameters
entry_name
matchpath
Speficy MATCH, if the path should match as well, specify IGNORE, if the path should be ignored.
Returns
an open istream for the specified entry. The istream is allocated on heap and it is the users responsibility to delete it when he is done with it.
Exceptions
InvalidStateException
Thrown if the collection is invalid.
Implemented in
zipios::CollectionCollection
,
zipios::ZipFile
, and
zipios::DirectoryCollection
.
◆
getName()
string zipios::FileCollection::getName
(
)
const
virtual
Returns the name of the
FileCollection
.
Returns
the name of the
FileCollection
.
Exceptions
InvalidStateException
Thrown if the collection is invalid.
Referenced by
zipios::operator<<()
.
◆
isValid()
bool
zipios::FileCollection::isValid
(
)
const
The member function returns true if the collection is valid.
Returns
true if the collection is valid.
Referenced by
zipios::CollectionCollection::addCollection()
.
◆
operator=()
const
FileCollection
& zipios::FileCollection::operator=
(
const
FileCollection
&
src
)
Copy assignment operator.
Referenced by
zipios::CollectionCollection::operator=()
.
◆
size()
int zipios::FileCollection::size
(
)
const
virtual
Returns the number of entries in the
FileCollection
.
Returns
the number of entries in the
FileCollection
.
Exceptions
InvalidStateException
Thrown if the collection is invalid.
Reimplemented in
zipios::CollectionCollection
, and
zipios::DirectoryCollection
.
Referenced by
PathScripts.PostUtils.GCodeEditorDialog::done()
.
The documentation for this class was generated from the following files:
src/zipios++/fcoll.h
src/zipios++/fcoll.cpp
1.8.17
|
===================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
femsolver
fenics
fenics_tools
Classes
femsolver.fenics.fenics_tools Namespace Reference
Classes
class
CellExpressionFromXDMF
class
FacetFunctionFromXDMF
class
ScalarCellExpressionFromXDMF
class
Vector2DCellExpressionFromXDMF
class
Vector3DCellExpressionFromXDMF
class
XDMFReader
1.8.17
|
=============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
femsolver
solver_taskpanel
Classes
femsolver.solver_taskpanel Namespace Reference
Classes
class
ControlTaskPanel
class
ControlWidget
1.8.17
|
===========================================================================================================================
Index
Modules Hierarchy
Alphabetical list
List of all members
|
Public Member Functions
cycle_detector Struct Reference
The
cycle_detector
struct is used by the boost graph routines to detect cycles in the graph.
More...
Public Member Functions
template<class Edge , class Graph >
void
back_edge
(Edge e, Graph &g)
cycle_detector
(
bool
&has_cycle, int &src)
Detailed Description
The
cycle_detector
struct is used by the boost graph routines to detect cycles in the graph.
Constructor & Destructor Documentation
◆
cycle_detector()
cycle_detector::cycle_detector
(
bool
&
has_cycle
,
int &
src
)
Member Function Documentation
◆
back_edge()
template<class Edge , class Graph >
void cycle_detector::back_edge
(
Edge
e
,
Graph &
g
)
The documentation for this struct was generated from the following file:
src/App/PropertyExpressionEngine.cpp
1.8.17
|
=======================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Inspection
InspectNominalFastMesh
Inspection::InspectNominalFastMesh Member List
This is the complete list of members for
Inspection::InspectNominalFastMesh
, including all inherited members.
getDistance
(const Base::Vector3f &) const
Inspection::InspectNominalFastMesh
virtual
InspectNominalFastMesh
(const Mesh::MeshObject &rMesh, float offset)
Inspection::InspectNominalFastMesh
InspectNominalGeometry
()
Inspection::InspectNominalGeometry
max_level
Inspection::InspectNominalFastMesh
protected
~InspectNominalFastMesh
()
Inspection::InspectNominalFastMesh
~InspectNominalGeometry
()
Inspection::InspectNominalGeometry
virtual
1.8.17
|
==============================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PathScripts
PathPocketBaseGui
TaskPanelOpPage
List of all members
|
Public Member Functions
PathScripts.PathPocketBaseGui.TaskPanelOpPage Class Reference
Public Member Functions
def
getFields
(self,
obj
)
def
getForm
(self)
def
getSignalsForUpdate
(self,
obj
)
def
pocketFeatures
(self)
def
setFields
(self,
obj
)
def
updateMinTravel
(self,
obj
, setModel=True)
def
updateZigZagAngle
(self,
obj
, setModel=True)
Public Member Functions inherited from
PathScripts.PathOpGui.TaskPanelPage
def
cleanupPage
(self,
obj
)
def
getIcon
(self,
obj
)
def
getTitle
(self,
obj
)
def
initPage
(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
registerSignalHandlers
(self,
obj
)
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)
Additional Inherited Members
Public Attributes inherited from
PathScripts.PathOpGui.TaskPanelPage
features
form
icon
isdirty
job
obj
panelTitle
parent
signalDirtyChanged
title
Detailed Description
Page controller class for pocket operations, supports:
FeaturePocket ... used for pocketing operation
FeatureFacing ... used for face milling operation
FeatureOutline ... used for pocket-shape operation
Member Function Documentation
◆
getFields()
def PathScripts.PathPocketBaseGui.TaskPanelOpPage.getFields
(
self
,
obj
)
getFields(obj) ... transfers values from UI to obj's proprties
Reimplemented from
PathScripts.PathOpGui.TaskPanelPage
.
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.form
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel.form
,
ArchIFCView.IfcContextUI.form
,
drafttaskpanels.task_selectplane.SelectPlaneTaskPanel.form
,
femtaskpanels.task_constraint_initialflowvelocity._TaskPanel.form
,
drafttaskpanels.task_scale.ScaleTaskPanel.form
,
femtaskpanels.task_constraint_electrostaticpotential._TaskPanel.form
,
femtaskpanels.task_constraint_flowvelocity._TaskPanel.form
,
drafttaskpanels.task_shapestring.ShapeStringTaskPanel.form
,
femtaskpanels.task_mesh_gmsh._TaskPanel.form
,
femtaskpanels.task_solver_ccxtools._TaskPanel.form
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.form
,
femsolver.solver_taskpanel.ControlTaskPanel.form
,
feminout.importFenicsMesh.WriteXDMFTaskPanel.form
,
femtaskpanels.task_result_mechanical._TaskPanel.form
,
femtaskpanels.task_element_geometry2D._TaskPanel.form
,
femtaskpanels.task_constraint_tie._TaskPanel.form
,
femtaskpanels.task_element_rotation1D._TaskPanel.form
,
femtaskpanels.task_mesh_region._TaskPanel.form
,
femtaskpanels.task_mesh_group._TaskPanel.form
, femsolver.elmer.equations.equation._TaskPanel.form,
Mod.PartDesign.WizardShaft.WizardShaft.TaskWizardShaft.form
,
femtaskpanels.task_mesh_boundarylayer._TaskPanel.form
,
PathScripts.PathDressupTagPreferences.HoldingTagPreferences.form
,
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form
,
drafttaskpanels.task_circulararray.TaskPanelCircularArray.form
,
drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form
,
drafttaskpanels.task_polararray.TaskPanelPolarArray.form
,
femtaskpanels.task_element_geometry1D._TaskPanel.form
, ArchCutPlane._CutPlaneTaskPanel.form, Mod.PartDesign.InvoluteGearFeature._InvoluteGearTaskPanel.form, Gui::Dialog::PreferenceUiForm.form,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel.form
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.form
,
femtaskpanels.task_material_reinforced._TaskPanel.form
,
DraftGui.DraftTaskPanel.form
,
PathScripts.PathDressupZCorrect.TaskPanel.form
,
femtaskpanels.task_material_common._TaskPanel.form
,
PathScripts.PathOpGui.TaskPanelPage.form
,
femtaskpanels.task_element_fluid1D._TaskPanel.form
,
OpenSCADCommands.AddSCADTask.form
,
PathScripts.PathJobGui.StockEdit.form
,
OpenSCADCommands.OpenSCADMeshBooleanTask.form
,
ArchSchedule.ArchScheduleTaskPanel.form
,
ArchProfile.ProfileTaskPanel.form
, ArchMaterial._ArchMaterialTaskPanel.form,
PathScripts.PathJobGui.TaskPanel.form
,
ArchReference.ArchReferenceTaskPanel.form
, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form,
DraftGui.DraftToolBar.form
, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.form,
PathScripts.PathDressupDogbone.TaskPanel.form
,
ArchAxis.AxisSystemTaskPanel.form
,
ArchCommands.SurveyTaskPanel.form
,
ArchStructure.StructureTaskPanel.form
, ArchWindow._ArchWindowTaskPanel.form, ArchPrecast._DentsTaskPanel.form,
ArchSectionPlane.SectionPlaneTaskPanel.form
,
ArchAxis.ArchGridTaskPanel.form
,
ArchPanel.SheetTaskPanel.form
,
ArchPanel.NestTaskPanel.form
,
ArchComponent.ComponentTaskPanel.form
,
DraftGui.FacebinderTaskPanel.form
,
automotive_design.tolerance_zone.form
, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.tolerance_zone.form,
PathScripts.PathMillFaceGui.TaskPanelOpPage.pocketFeatures()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.pocketFeatures()
,
PathScripts.PathOpGui.TaskPanelPage.updateCoolant()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateMinTravel()
,
PathScripts.PathOpGui.TaskPanelPage.updateToolController()
,
PathScripts.PathJobGui.TaskPanel.updateToolController()
, and
PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateZigZagAngle()
.
Referenced by
PathScripts.PathToolControllerGui.TaskPanel.accept()
,
PathScripts.PathSetupSheetGui.OpsDefaultEditor.updateModel()
, and
PathScripts.PathSetupSheetGui.GlobalEditor.updateModel()
.
◆
getForm()
def PathScripts.PathPocketBaseGui.TaskPanelOpPage.getForm
(
self
)
getForm() ... returns UI, adapted to the results from pocketFeatures()
Reimplemented from
PathScripts.PathOpGui.TaskPanelPage
.
References
PathScripts.PathMillFaceGui.TaskPanelOpPage.pocketFeatures()
, and
PathScripts.PathPocketBaseGui.TaskPanelOpPage.pocketFeatures()
.
◆
getSignalsForUpdate()
def PathScripts.PathPocketBaseGui.TaskPanelOpPage.getSignalsForUpdate
(
self
,
obj
)
getSignalsForUpdate(obj) ... return list of signals for updating obj
Reimplemented from
PathScripts.PathOpGui.TaskPanelPage
.
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.form
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel.form
,
ArchIFCView.IfcContextUI.form
,
drafttaskpanels.task_selectplane.SelectPlaneTaskPanel.form
,
femtaskpanels.task_constraint_initialflowvelocity._TaskPanel.form
,
drafttaskpanels.task_scale.ScaleTaskPanel.form
,
femtaskpanels.task_constraint_electrostaticpotential._TaskPanel.form
,
femtaskpanels.task_constraint_flowvelocity._TaskPanel.form
,
drafttaskpanels.task_shapestring.ShapeStringTaskPanel.form
,
femtaskpanels.task_mesh_gmsh._TaskPanel.form
,
femtaskpanels.task_solver_ccxtools._TaskPanel.form
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.form
,
femsolver.solver_taskpanel.ControlTaskPanel.form
,
feminout.importFenicsMesh.WriteXDMFTaskPanel.form
,
femtaskpanels.task_result_mechanical._TaskPanel.form
,
femtaskpanels.task_element_geometry2D._TaskPanel.form
,
femtaskpanels.task_constraint_tie._TaskPanel.form
,
femtaskpanels.task_element_rotation1D._TaskPanel.form
,
femtaskpanels.task_mesh_region._TaskPanel.form
,
femtaskpanels.task_mesh_group._TaskPanel.form
, femsolver.elmer.equations.equation._TaskPanel.form,
Mod.PartDesign.WizardShaft.WizardShaft.TaskWizardShaft.form
,
femtaskpanels.task_mesh_boundarylayer._TaskPanel.form
,
PathScripts.PathDressupTagPreferences.HoldingTagPreferences.form
,
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form
,
drafttaskpanels.task_circulararray.TaskPanelCircularArray.form
,
drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form
,
drafttaskpanels.task_polararray.TaskPanelPolarArray.form
,
femtaskpanels.task_element_geometry1D._TaskPanel.form
, ArchCutPlane._CutPlaneTaskPanel.form, Mod.PartDesign.InvoluteGearFeature._InvoluteGearTaskPanel.form, Gui::Dialog::PreferenceUiForm.form,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel.form
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.form
,
femtaskpanels.task_material_reinforced._TaskPanel.form
,
DraftGui.DraftTaskPanel.form
,
PathScripts.PathDressupZCorrect.TaskPanel.form
,
femtaskpanels.task_material_common._TaskPanel.form
,
PathScripts.PathOpGui.TaskPanelPage.form
,
femtaskpanels.task_element_fluid1D._TaskPanel.form
,
OpenSCADCommands.AddSCADTask.form
,
PathScripts.PathJobGui.StockEdit.form
,
OpenSCADCommands.OpenSCADMeshBooleanTask.form
,
ArchSchedule.ArchScheduleTaskPanel.form
,
ArchProfile.ProfileTaskPanel.form
, ArchMaterial._ArchMaterialTaskPanel.form,
PathScripts.PathJobGui.TaskPanel.form
,
ArchReference.ArchReferenceTaskPanel.form
, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form,
DraftGui.DraftToolBar.form
, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.form,
PathScripts.PathDressupDogbone.TaskPanel.form
,
ArchAxis.AxisSystemTaskPanel.form
,
ArchCommands.SurveyTaskPanel.form
,
ArchStructure.StructureTaskPanel.form
, ArchWindow._ArchWindowTaskPanel.form, ArchPrecast._DentsTaskPanel.form,
ArchSectionPlane.SectionPlaneTaskPanel.form
,
ArchAxis.ArchGridTaskPanel.form
,
ArchPanel.SheetTaskPanel.form
,
ArchPanel.NestTaskPanel.form
,
ArchComponent.ComponentTaskPanel.form
,
DraftGui.FacebinderTaskPanel.form
,
automotive_design.tolerance_zone.form
, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.tolerance_zone.form,
PathScripts.PathMillFaceGui.TaskPanelOpPage.pocketFeatures()
, and
PathScripts.PathPocketBaseGui.TaskPanelOpPage.pocketFeatures()
.
◆
pocketFeatures()
def PathScripts.PathPocketBaseGui.TaskPanelOpPage.pocketFeatures
(
self
)
pocketFeatures() ... return which features of the UI are supported by the operation.
FeaturePocket ... used for pocketing operation
FeatureFacing ... used for face milling operation
FeatureOutline ... used for pocket-shape operation
Must be overwritten by subclasses
Reimplemented in
PathScripts.PathPocketShapeGui.TaskPanelOpPage
,
PathScripts.PathMillFaceGui.TaskPanelOpPage
, and
PathScripts.PathPocketGui.TaskPanelOpPage
.
Referenced by
PathScripts.PathPocketBaseGui.TaskPanelOpPage.getFields()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.getForm()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.getSignalsForUpdate()
, and
PathScripts.PathPocketBaseGui.TaskPanelOpPage.setFields()
.
◆
setFields()
def PathScripts.PathPocketBaseGui.TaskPanelOpPage.setFields
(
self
,
obj
)
setFields(obj) ... transfers obj's property values to UI
Reimplemented from
PathScripts.PathOpGui.TaskPanelPage
.
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.form
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel.form
,
ArchIFCView.IfcContextUI.form
,
drafttaskpanels.task_selectplane.SelectPlaneTaskPanel.form
,
femtaskpanels.task_constraint_initialflowvelocity._TaskPanel.form
,
drafttaskpanels.task_scale.ScaleTaskPanel.form
,
femtaskpanels.task_constraint_electrostaticpotential._TaskPanel.form
,
femtaskpanels.task_constraint_flowvelocity._TaskPanel.form
,
drafttaskpanels.task_shapestring.ShapeStringTaskPanel.form
,
femtaskpanels.task_mesh_gmsh._TaskPanel.form
,
femtaskpanels.task_solver_ccxtools._TaskPanel.form
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.form
,
femsolver.solver_taskpanel.ControlTaskPanel.form
,
feminout.importFenicsMesh.WriteXDMFTaskPanel.form
,
femtaskpanels.task_result_mechanical._TaskPanel.form
,
femtaskpanels.task_element_geometry2D._TaskPanel.form
,
femtaskpanels.task_constraint_tie._TaskPanel.form
,
femtaskpanels.task_element_rotation1D._TaskPanel.form
,
femtaskpanels.task_mesh_region._TaskPanel.form
,
femtaskpanels.task_mesh_group._TaskPanel.form
, femsolver.elmer.equations.equation._TaskPanel.form,
Mod.PartDesign.WizardShaft.WizardShaft.TaskWizardShaft.form
,
femtaskpanels.task_mesh_boundarylayer._TaskPanel.form
,
PathScripts.PathDressupTagPreferences.HoldingTagPreferences.form
,
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form
,
drafttaskpanels.task_circulararray.TaskPanelCircularArray.form
,
drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form
,
drafttaskpanels.task_polararray.TaskPanelPolarArray.form
,
femtaskpanels.task_element_geometry1D._TaskPanel.form
, ArchCutPlane._CutPlaneTaskPanel.form, Mod.PartDesign.InvoluteGearFeature._InvoluteGearTaskPanel.form, Gui::Dialog::PreferenceUiForm.form,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel.form
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.form
,
femtaskpanels.task_material_reinforced._TaskPanel.form
,
DraftGui.DraftTaskPanel.form
,
PathScripts.PathDressupZCorrect.TaskPanel.form
,
femtaskpanels.task_material_common._TaskPanel.form
,
PathScripts.PathOpGui.TaskPanelPage.form
,
femtaskpanels.task_element_fluid1D._TaskPanel.form
,
OpenSCADCommands.AddSCADTask.form
,
PathScripts.PathJobGui.StockEdit.form
,
OpenSCADCommands.OpenSCADMeshBooleanTask.form
,
ArchSchedule.ArchScheduleTaskPanel.form
,
ArchProfile.ProfileTaskPanel.form
, ArchMaterial._ArchMaterialTaskPanel.form,
PathScripts.PathJobGui.TaskPanel.form
,
ArchReference.ArchReferenceTaskPanel.form
, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form,
DraftGui.DraftToolBar.form
, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.form,
PathScripts.PathDressupDogbone.TaskPanel.form
,
ArchAxis.AxisSystemTaskPanel.form
,
ArchCommands.SurveyTaskPanel.form
,
ArchStructure.StructureTaskPanel.form
, ArchWindow._ArchWindowTaskPanel.form, ArchPrecast._DentsTaskPanel.form,
ArchSectionPlane.SectionPlaneTaskPanel.form
,
ArchAxis.ArchGridTaskPanel.form
,
ArchPanel.SheetTaskPanel.form
,
ArchPanel.NestTaskPanel.form
,
ArchComponent.ComponentTaskPanel.form
,
DraftGui.FacebinderTaskPanel.form
,
automotive_design.tolerance_zone.form
, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.tolerance_zone.form,
PathScripts.PathMillFaceGui.TaskPanelOpPage.pocketFeatures()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.pocketFeatures()
,
PathScripts.PathOpGui.TaskPanelPage.selectInComboBox()
,
PathScripts.PathOpGui.TaskPanelPage.setupCoolant()
,
PathScripts.PathOpGui.TaskPanelPage.setupToolController()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateMinTravel()
, and
PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateZigZagAngle()
.
Referenced by
PathScripts.PathToolControllerGui.TaskPanel.setupUi()
,
PathScripts.PathSetupSheetGui.GlobalEditor.setupUi()
, and
PathScripts.PathToolLibraryEditor.EditorPanel.setupUi()
.
◆
updateMinTravel()
def PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateMinTravel
(
self
,
obj
,
setModel
=
True
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.form
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel.form
,
ArchIFCView.IfcContextUI.form
,
drafttaskpanels.task_selectplane.SelectPlaneTaskPanel.form
,
femtaskpanels.task_constraint_initialflowvelocity._TaskPanel.form
,
drafttaskpanels.task_scale.ScaleTaskPanel.form
,
femtaskpanels.task_constraint_electrostaticpotential._TaskPanel.form
,
femtaskpanels.task_constraint_flowvelocity._TaskPanel.form
,
drafttaskpanels.task_shapestring.ShapeStringTaskPanel.form
,
femtaskpanels.task_mesh_gmsh._TaskPanel.form
,
femtaskpanels.task_solver_ccxtools._TaskPanel.form
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.form
,
femsolver.solver_taskpanel.ControlTaskPanel.form
,
feminout.importFenicsMesh.WriteXDMFTaskPanel.form
,
femtaskpanels.task_result_mechanical._TaskPanel.form
,
femtaskpanels.task_element_geometry2D._TaskPanel.form
,
femtaskpanels.task_constraint_tie._TaskPanel.form
,
femtaskpanels.task_element_rotation1D._TaskPanel.form
,
femtaskpanels.task_mesh_region._TaskPanel.form
,
femtaskpanels.task_mesh_group._TaskPanel.form
, femsolver.elmer.equations.equation._TaskPanel.form,
Mod.PartDesign.WizardShaft.WizardShaft.TaskWizardShaft.form
,
femtaskpanels.task_mesh_boundarylayer._TaskPanel.form
,
PathScripts.PathDressupTagPreferences.HoldingTagPreferences.form
,
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form
,
drafttaskpanels.task_circulararray.TaskPanelCircularArray.form
,
drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form
,
drafttaskpanels.task_polararray.TaskPanelPolarArray.form
,
femtaskpanels.task_element_geometry1D._TaskPanel.form
, ArchCutPlane._CutPlaneTaskPanel.form, Mod.PartDesign.InvoluteGearFeature._InvoluteGearTaskPanel.form, Gui::Dialog::PreferenceUiForm.form,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel.form
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.form
,
femtaskpanels.task_material_reinforced._TaskPanel.form
,
DraftGui.DraftTaskPanel.form
,
PathScripts.PathDressupZCorrect.TaskPanel.form
,
femtaskpanels.task_material_common._TaskPanel.form
,
PathScripts.PathOpGui.TaskPanelPage.form
,
femtaskpanels.task_element_fluid1D._TaskPanel.form
,
OpenSCADCommands.AddSCADTask.form
,
PathScripts.PathJobGui.StockEdit.form
,
OpenSCADCommands.OpenSCADMeshBooleanTask.form
,
ArchSchedule.ArchScheduleTaskPanel.form
,
ArchProfile.ProfileTaskPanel.form
, ArchMaterial._ArchMaterialTaskPanel.form,
PathScripts.PathJobGui.TaskPanel.form
,
ArchReference.ArchReferenceTaskPanel.form
, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form,
DraftGui.DraftToolBar.form
, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.form,
PathScripts.PathDressupDogbone.TaskPanel.form
,
ArchAxis.AxisSystemTaskPanel.form
,
ArchCommands.SurveyTaskPanel.form
,
ArchStructure.StructureTaskPanel.form
, ArchWindow._ArchWindowTaskPanel.form, ArchPrecast._DentsTaskPanel.form,
ArchSectionPlane.SectionPlaneTaskPanel.form
,
ArchAxis.ArchGridTaskPanel.form
,
ArchPanel.SheetTaskPanel.form
,
ArchPanel.NestTaskPanel.form
,
ArchComponent.ComponentTaskPanel.form
,
DraftGui.FacebinderTaskPanel.form
,
automotive_design.tolerance_zone.form
, and ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.tolerance_zone.form.
Referenced by
PathScripts.PathPocketBaseGui.TaskPanelOpPage.getFields()
, and
PathScripts.PathPocketBaseGui.TaskPanelOpPage.setFields()
.
◆
updateZigZagAngle()
def PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateZigZagAngle
(
self
,
obj
,
setModel
=
True
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.form
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel.form
,
ArchIFCView.IfcContextUI.form
,
drafttaskpanels.task_selectplane.SelectPlaneTaskPanel.form
,
femtaskpanels.task_constraint_initialflowvelocity._TaskPanel.form
,
drafttaskpanels.task_scale.ScaleTaskPanel.form
,
femtaskpanels.task_constraint_electrostaticpotential._TaskPanel.form
,
femtaskpanels.task_constraint_flowvelocity._TaskPanel.form
,
drafttaskpanels.task_shapestring.ShapeStringTaskPanel.form
,
femtaskpanels.task_mesh_gmsh._TaskPanel.form
,
femtaskpanels.task_solver_ccxtools._TaskPanel.form
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.form
,
femsolver.solver_taskpanel.ControlTaskPanel.form
,
feminout.importFenicsMesh.WriteXDMFTaskPanel.form
,
femtaskpanels.task_result_mechanical._TaskPanel.form
,
femtaskpanels.task_element_geometry2D._TaskPanel.form
,
femtaskpanels.task_constraint_tie._TaskPanel.form
,
femtaskpanels.task_element_rotation1D._TaskPanel.form
,
femtaskpanels.task_mesh_region._TaskPanel.form
,
femtaskpanels.task_mesh_group._TaskPanel.form
, femsolver.elmer.equations.equation._TaskPanel.form,
Mod.PartDesign.WizardShaft.WizardShaft.TaskWizardShaft.form
,
femtaskpanels.task_mesh_boundarylayer._TaskPanel.form
,
PathScripts.PathDressupTagPreferences.HoldingTagPreferences.form
,
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form
,
drafttaskpanels.task_circulararray.TaskPanelCircularArray.form
,
drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form
,
drafttaskpanels.task_polararray.TaskPanelPolarArray.form
,
femtaskpanels.task_element_geometry1D._TaskPanel.form
, ArchCutPlane._CutPlaneTaskPanel.form, Mod.PartDesign.InvoluteGearFeature._InvoluteGearTaskPanel.form, Gui::Dialog::PreferenceUiForm.form,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel.form
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.form
,
femtaskpanels.task_material_reinforced._TaskPanel.form
,
DraftGui.DraftTaskPanel.form
,
PathScripts.PathDressupZCorrect.TaskPanel.form
,
femtaskpanels.task_material_common._TaskPanel.form
,
PathScripts.PathOpGui.TaskPanelPage.form
,
femtaskpanels.task_element_fluid1D._TaskPanel.form
,
OpenSCADCommands.AddSCADTask.form
,
PathScripts.PathJobGui.StockEdit.form
,
OpenSCADCommands.OpenSCADMeshBooleanTask.form
,
ArchSchedule.ArchScheduleTaskPanel.form
,
ArchProfile.ProfileTaskPanel.form
, ArchMaterial._ArchMaterialTaskPanel.form,
PathScripts.PathJobGui.TaskPanel.form
,
ArchReference.ArchReferenceTaskPanel.form
, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form,
DraftGui.DraftToolBar.form
, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.form,
PathScripts.PathDressupDogbone.TaskPanel.form
,
ArchAxis.AxisSystemTaskPanel.form
,
ArchCommands.SurveyTaskPanel.form
,
ArchStructure.StructureTaskPanel.form
, ArchWindow._ArchWindowTaskPanel.form, ArchPrecast._DentsTaskPanel.form,
ArchSectionPlane.SectionPlaneTaskPanel.form
,
ArchAxis.ArchGridTaskPanel.form
,
ArchPanel.SheetTaskPanel.form
,
ArchPanel.NestTaskPanel.form
,
ArchComponent.ComponentTaskPanel.form
,
DraftGui.FacebinderTaskPanel.form
,
automotive_design.tolerance_zone.form
, and ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.tolerance_zone.form.
Referenced by
PathScripts.PathPocketBaseGui.TaskPanelOpPage.getFields()
, and
PathScripts.PathPocketBaseGui.TaskPanelOpPage.setFields()
.
The documentation for this class was generated from the following file:
src/Mod/Path/PathScripts/PathPocketBaseGui.py
1.8.17
|
================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
SurfaceGui
GeomFillSurface
SurfaceGui::GeomFillSurface Member List
This is the complete list of members for
SurfaceGui::GeomFillSurface
, including all inherited members.
accept
()
SurfaceGui::GeomFillSurface
Append
enum value
SurfaceGui::GeomFillSurface
protected
attachDocument
(Document *)
Gui::DocumentObserver
attachSelection
()
Gui::SelectionObserver
blockConnection
(bool block)
Gui::SelectionObserver
changeEvent
(QEvent *e)
SurfaceGui::GeomFillSurface
protected
changeFillType
(GeomFill_FillingStyle)
SurfaceGui::GeomFillSurface
protected
checkCommand
SurfaceGui::GeomFillSurface
protected
checkOpenCommand
()
SurfaceGui::GeomFillSurface
detachDocument
()
Gui::DocumentObserver
detachSelection
()
Gui::SelectionObserver
DocumentObserver
()
Gui::DocumentObserver
editedObject
SurfaceGui::GeomFillSurface
protected
flipOrientation
(QListWidgetItem *)
SurfaceGui::GeomFillSurface
protected
GeomFillSurface
(ViewProviderGeomFillSurface *vp, Surface::GeomFillSurface *obj)
SurfaceGui::GeomFillSurface
isConnectionAttached
() const
Gui::SelectionObserver
isConnectionBlocked
() const
Gui::SelectionObserver
onSelectionChanged
(const Gui::SelectionChanges &msg)
SurfaceGui::GeomFillSurface
protected
virtual
open
()
SurfaceGui::GeomFillSurface
reject
()
SurfaceGui::GeomFillSurface
Remove
enum value
SurfaceGui::GeomFillSurface
protected
selectionMode
SurfaceGui::GeomFillSurface
protected
SelectionMode
enum name
SurfaceGui::GeomFillSurface
protected
SelectionObserver
(bool attach=true, int resolve=1)
Gui::SelectionObserver
SelectionObserver
(const Gui::ViewProviderDocumentObject *vp, bool attach=true, int resolve=1)
Gui::SelectionObserver
setEditedObject
(Surface::GeomFillSurface *obj)
SurfaceGui::GeomFillSurface
slotDeletedObject
(const Gui::ViewProviderDocumentObject &Obj)
SurfaceGui::GeomFillSurface
protected
virtual
slotRedoDocument
(const Gui::Document &Doc)
SurfaceGui::GeomFillSurface
protected
virtual
slotUndoDocument
(const Gui::Document &Doc)
SurfaceGui::GeomFillSurface
protected
virtual
~DocumentObserver
()
Gui::DocumentObserver
virtual
~GeomFillSurface
()
SurfaceGui::GeomFillSurface
~SelectionObserver
()
Gui::SelectionObserver
virtual
1.8.17
|
========================================================================================================================
Index
Modules Hierarchy
Alphabetical list
draftlink Namespace Reference
Workbenches
»
Python workbenches
»
Draft
Provides the object code for the
Draft
Link
object.
More...
Detailed Description
Provides the object code for the
Draft
Link
object.
1.8.17
|
=====================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
draftviewproviders
view_orthoarray
Classes
draftviewproviders.view_orthoarray Namespace Reference
Classes
class
ViewProviderOrthoArray
1.8.17
|
==================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
shipUtils
Locale
Functions
shipUtils.Locale Namespace Reference
Functions
def
fromString
(valueStr)
def
toString
(valueStr)
Function Documentation
◆
fromString()
def shipUtils.Locale.fromString
(
valueStr
)
Natural extension of QtCore.QLocale.toFloat method, in this case
conveniently transforming a value string
◆
toString()
def shipUtils.Locale.toString
(
valueStr
)
Natural extension of QtCore.QLocale.toString method, in this case
conveniently transforming a value string
1.8.17
|
==================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
BOPTools
SplitFeatures
CommandXOR
List of all members
|
Public Member Functions
BOPTools.SplitFeatures.CommandXOR Class Reference
Public Member Functions
def
Activated
(self)
def
GetResources
(self)
def
IsActive
(self)
Member Function Documentation
◆
Activated()
def BOPTools.SplitFeatures.CommandXOR.Activated
(
self
)
References
BOPTools.SplitFeatures.cmdCreateXORFeature()
.
◆
GetResources()
def BOPTools.SplitFeatures.CommandXOR.GetResources
(
self
)
References
BOPTools.SplitFeatures.getIconPath()
.
◆
IsActive()
def BOPTools.SplitFeatures.CommandXOR.IsActive
(
self
)
The documentation for this class was generated from the following file:
src/Mod/Part/BOPTools/SplitFeatures.py
1.8.17
|
============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Base
Translate
List of all members
|
Public Member Functions
Base::Translate Class Reference
#include <Translate.h>
Public Member Functions
Translate
()
virtual
~Translate
()
Constructor & Destructor Documentation
◆
Translate()
Translate::Translate
(
)
◆
~Translate()
Translate::~Translate
(
)
virtual
The documentation for this class was generated from the following files:
src/Base/Translate.h
src/Base/Translate.cpp
1.8.17
|
==========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
MeshPartGui
MeshCrossSection
List of all members
|
Public Member Functions
MeshPartGui::MeshCrossSection Class Reference
Public Member Functions
MeshCrossSection
(const
MeshCore::MeshKernel
&mesh, const
MeshCore::MeshFacetGrid
&grid, double x, double y, double z,
bool
connectEdges, double eps)
std::list< TopoDS_Wire >
section
(double d)
Constructor & Destructor Documentation
◆
MeshCrossSection()
MeshPartGui::MeshCrossSection::MeshCrossSection
(
const
MeshCore::MeshKernel
&
mesh
,
const
MeshCore::MeshFacetGrid
&
grid
,
double
x
,
double
y
,
double
z
,
bool
connectEdges
,
double
eps
)
Member Function Documentation
◆
section()
std::list<TopoDS_Wire> MeshPartGui::MeshCrossSection::section
(
double
d
)
References
MeshCore::MeshAlgorithm::CutWithPlane()
.
Referenced by
MeshPartGui::CrossSections::apply()
.
The documentation for this class was generated from the following file:
src/Mod/MeshPart/Gui/CrossSections.cpp
1.8.17
|
============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
List of all members
|
Public Member Functions
|
Protected Member Functions
StdCmdProjectInfo Class Reference
Public Member Functions
virtual const char *
className
() const
The C++ class name is needed as context for the translation framework.
More...
StdCmdProjectInfo
()
virtual
~ StdCmdProjectInfo
()
Public Member Functions inherited from
Gui::Command
const char *
beginCmdHelp
(void)
returns the begin of a online help page
More...
const char *
endCmdHelp
(void)
returns the end of a online help page
More...
virtual const char *
getHelpUrl
(void) const
Get the help URL.
More...
bool
hasActiveDocument
(void) const
true when there is a document
More...
bool
hasObject
(const char *Name)
true when there is a document and a Feature with Name
More...
const char *
getAppModuleName
(void) const
returns the name to which the command belongs
More...
void
setAppModuleName
(const char *)
const char *
getName
() const
Get the command name.
More...
const char *
getGroupName
() const
Get the name of the grouping of the command.
More...
void
setGroupName
(const char *)
void
testActive
(void)
Get somtile called to check the state of the command.
More...
void
setEnabled
(
bool
)
Enables or disables the command.
More...
TriggerSource
triggerSource
() const
Return the current command trigger source.
More...
void
invoke
(int index,
TriggerSource
trigger=
TriggerNone
)
Called to invoke the command.
More...
void
addTo
(
QWidget
*)
adds this command to arbitrary widgets
More...
void
addToGroup
(
ActionGroup
*,
bool
checkable)
void
addToGroup
(
ActionGroup
*)
void
adjustCameraPosition
()
Gui::Document
*
getActiveGuiDocument
(void) const
Get pointer to the active gui document.
More...
App::Document
*
getDocument
(const char *Name=0) const
Get pointer to the named or active
App
document Returns a pointer to the named document or the active document when no name is given.
More...
bool
isViewOfType
(
Base::Type
t) const
checks if the active view is of a special type or derived
More...
App::DocumentObject
*
getObject
(const char *Name) const
returns the named feature or the active one from the active document or NULL
More...
std::string
getUniqueObjectName
(const char *BaseName, const
App::DocumentObject
*obj=0) const
Get unique Feature name from the active document.
More...
void
languageChange
()
Translate command.
More...
void
updateAction
(int mode)
Updates the QAction with respect to the passed mode.
More...
void
setupCheckable
(int iMsg)
Setup checkable actions based on current TriggerSource.
More...
const std::string
strToPython
(const char *Str)
translate a string to a python string literal (needed e.g. in file names for windows...)
More...
const std::string
strToPython
(const std::string &Str)
Public Member Functions inherited from
Gui::CommandBase
Action
*
getAction
() const
Returns the
Action
object of this command, or 0 if it doesn't exist.
More...
virtual const char *
getMenuText
() const
virtual const char *
getToolTipText
() const
virtual const char *
getStatusTip
() const
virtual const char *
getWhatsThis
() const
virtual const char *
getPixmap
() const
virtual const char *
getAccel
() const
void
setWhatsThis
(const char *)
void
setMenuText
(const char *)
void
setToolTipText
(const char *)
void
setStatusTip
(const char *)
void
setPixmap
(const char *)
void
setAccel
(const char *)
Protected Member Functions
virtual void
activated
(int iMsg)
Methods which gets called when activated, needs to be reimplemented!
More...
virtual
bool
isActive
(void)
Override this method if your Cmd is not always active.
More...
Protected Member Functions inherited from
Gui::Command
Command
(const char *name)
virtual
~Command
()
virtual
Action
*
createAction
(void)
Creates the used
Action
.
More...
void
applyCommandData
(const char *context,
Action
*)
Applies the menu text, tool and status tip to the passed action object.
More...
const char *
keySequenceToAccel
(int) const
Protected Member Functions inherited from
Gui::CommandBase
CommandBase
(const char *sMenu, const char *sToolTip=0, const char *sWhat=0, const char *sStatus=0, const char *
sPixmap
=0, const char *
sAccel
=0)
virtual
~CommandBase
()
Additional Inherited Members
Public Types inherited from
Gui::Command
enum
TriggerSource
{
TriggerNone
,
TriggerAction
,
TriggerChildAction
}
Command
trigger source.
More...
enum
DoCmd_Type
{
Doc
,
App
,
Gui
}
types of application level actions for DoCommand()
More...
Static Public Member Functions inherited from
Gui::Command
static void
blockCommand
(
bool
)
Blocks all command objects.
More...
static void
printPyCaller
()
Print to Python console the current Python calling source file and line number.
More...
static void
printCaller
(const char *file, int line)
Print to Python console the current calling source file and line number.
More...
static void
addModule
(
DoCmd_Type
eType
, const char *sModuleName)
import an external (or own) module only once
More...
static
Application
*
getGuiApplication
(void)
Get pointer to the
Application
Window.
More...
static
Gui::SelectionSingleton
&
getSelection
(void)
Get a reference to the selection.
More...
static std::string
getObjectCmd
(const char *Name, const
App::Document
*doc=0, const char *prefix=0, const char *postfix=0,
bool
gui=false)
returns a python command string to retrieve an object from a document
More...
static std::string
getObjectCmd
(const
App::DocumentObject
*obj, const char *prefix=0, const char *postfix=0,
bool
gui=false)
returns a python command string to retrieve the given object
More...
static void
openCommand
(const char *
sName
=0)
Open a new Undo transaction on the active document.
More...
static void
commitCommand
(void)
Commit the Undo transaction on the active document.
More...
static void
abortCommand
(void)
Abort the Undo transaction on the active document.
More...
static
bool
hasPendingCommand
(void)
Check if an Undo transaction is open on the active document.
More...
static void
updateActive
(void)
Updates the (active) document (propagate changes)
More...
static void
updateAll
(std::list<
Gui::Document
* > cList)
Updates the (all or listed) documents (propagate changes)
More...
static
bool
isActiveObjectValid
(void)
Checks if the active object of the active document is valid.
More...
static std::string
getPythonTuple
(const std::string &name, const std::vector< std::string > &subnames)
Get Python tuple from object and sub-elements.
More...
Protected Types inherited from
Gui::Command
enum
CmdType
{
AlterDoc
= 1,
Alter3DView
= 2,
AlterSelection
= 4,
ForEdit
= 8,
NoTransaction
= 16
}
Protected Attributes inherited from
Gui::Command
const char *
sAppModule
const char *
sGroup
const char *
sName
const char *
sHelpUrl
int
eType
bool
bCanLog
Indicate if the command shall log to
MacroManager
.
More...
Protected Attributes inherited from
Gui::CommandBase
const char *
sMenuText
const char *
sToolTipText
const char *
sWhatsThis
const char *
sStatusTip
const char *
sPixmap
const char *
sAccel
std::string
displayText
Constructor & Destructor Documentation
◆
StdCmdProjectInfo()
StdCmdProjectInfo::StdCmdProjectInfo
(
)
◆
~ StdCmdProjectInfo()
virtual StdCmdProjectInfo::~
StdCmdProjectInfo
(
)
virtual
Member Function Documentation
◆
activated()
void StdCmdProjectInfo::activated
(
int
iMsg
)
protected
virtual
Methods which gets called when activated, needs to be reimplemented!
Implements
Gui::Command
.
References
Gui::Command::getActiveGuiDocument()
,
Gui::Command::getDocument()
, and
Gui::getMainWindow()
.
◆
className()
virtual const char* StdCmdProjectInfo::className
(
)
const
virtual
The C++ class name is needed as context for the translation framework.
Implements
Gui::CommandBase
.
◆
isActive()
bool
StdCmdProjectInfo::isActive
(
void
)
protected
virtual
Override this method if your Cmd is not always active.
Reimplemented from
Gui::Command
.
References
Gui::Command::getActiveGuiDocument()
.
The documentation for this class was generated from the following file:
src/Gui/CommandDoc.cpp
1.8.17
|
=================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
femsolver
elmer
equations
elasticity
Proxy
List of all members
|
Static Public Attributes
femsolver.elmer.equations.elasticity.Proxy Class Reference
Workbenches
»
Python workbenches
»
Fem
Static Public Attributes
Type
Static Public Attributes inherited from
femsolver.equationbase.BaseProxy
BaseType
Additional Inherited Members
Public Member Functions inherited from
femsolver.equationbase.BaseProxy
def
execute
(self, obj)
Member Data Documentation
◆
Type
femsolver.elmer.equations.elasticity.Proxy.Type
static
Referenced by
ArchPanel.CommandPanelSheet.Activated()
,
ArchStructure.StructSelectionObserver.addSelection()
,
ArchSite.Compass.buildCoordinates()
,
ArchSchedule.CommandArchSchedule.IsActive()
, and
ArchAxis.CommandArchGrid.IsActive()
.
The documentation for this class was generated from the following file:
src/Mod/Fem/femsolver/elmer/equations/elasticity.py
1.8.17
|
======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
SequencerBar
Gui::SequencerBar Member List
This is the complete list of members for
Gui::SequencerBar
, including all inherited members.
checkAbort
() override
Gui::SequencerBar
virtual
getProgressBar
(QWidget *parent=0)
Gui::SequencerBar
Instance
()
Base::SequencerBase
static
instance
()
Gui::SequencerBar
static
isBlocking
() const override
Gui::SequencerBar
virtual
isLocked
() const
Base::SequencerBase
isRunning
() const
Base::SequencerBase
next
(bool canAbort=false)
Base::SequencerBase
protected
nextStep
(bool canAbort) override
Gui::SequencerBar
protected
virtual
nProgress
Base::SequencerBase
protected
nTotalSteps
Base::SequencerBase
protected
numberOfSteps
() const
Base::SequencerBase
protected
pause
() override
Gui::SequencerBar
virtual
ProgressBar
class
Gui::SequencerBar
friend
progressInPercent
() const
Base::SequencerBase
protected
rejectCancel
()
Base::SequencerBase
protected
resetData
() override
Gui::SequencerBar
protected
virtual
resume
() override
Gui::SequencerBar
virtual
SequencerBar
()
Gui::SequencerBar
protected
SequencerBase
()
Base::SequencerBase
protected
setLocked
(bool bLock)
Base::SequencerBase
setProgress
(size_t) override
Gui::SequencerBar
protected
virtual
setText
(const char *pszTxt) override
Gui::SequencerBar
protected
virtual
showRemainingTime
()
Gui::SequencerBar
protected
start
(const char *pszStr, size_t steps)
Base::SequencerBase
protected
startStep
() override
Gui::SequencerBar
protected
virtual
stop
()
Base::SequencerBase
protected
tryToCancel
()
Base::SequencerBase
protected
wasCanceled
() const
Base::SequencerBase
~SequencerBar
()
Gui::SequencerBar
protected
~SequencerBase
()
Base::SequencerBase
protected
virtual
1.8.17
|
=======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
MeshPartGui
CrossSections
List of all members
|
Public Member Functions
|
Protected Member Functions
MeshPartGui::CrossSections Class Reference
#include <CrossSections.h>
Public Member Functions
void
accept
()
void
apply
()
CrossSections
(const
Base::BoundBox3d
&bb,
QWidget
*parent=0, Qt::WindowFlags fl=0)
~CrossSections
()
Protected Member Functions
void
changeEvent
(
QEvent
*e)
void
keyPressEvent
(QKeyEvent *)
Constructor & Destructor Documentation
◆
CrossSections()
CrossSections::CrossSections
(
const
Base::BoundBox3d
&
bb
,
QWidget
*
parent
=
0
,
Qt::WindowFlags
fl
=
0
)
References
Gui::Application::activeDocument()
,
Base::BoundBox3< _Precision >::GetCenter()
,
Gui::Application::Instance
, and
Base::Unit::Length
.
◆
~CrossSections()
CrossSections::~CrossSections
(
)
Member Function Documentation
◆
accept()
void CrossSections::accept
(
)
References
apply()
.
Referenced by
MeshPartGui::TaskCrossSections::accept()
.
◆
apply()
void CrossSections::apply
(
)
References
Gui::Command::App
,
Base::Persistence::getClassTypeId()
,
Mesh::PropertyMeshKernel::getValue()
,
Mesh::Feature::Mesh
,
MeshPartGui::MeshCrossSection::section()
,
Gui::Selection()
, and
MeshCore::MeshKernel::Transform()
.
Referenced by
accept()
, and
MeshPartGui::TaskCrossSections::clicked()
.
◆
changeEvent()
void CrossSections::changeEvent
(
QEvent
*
e
)
protected
◆
keyPressEvent()
void CrossSections::keyPressEvent
(
QKeyEvent *
ke
)
protected
The documentation for this class was generated from the following files:
src/Mod/MeshPart/Gui/CrossSections.h
src/Mod/MeshPart/Gui/CrossSections.cpp
1.8.17
|
=====================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Part
GeomBSplineSurface
List of all members
|
Public Member Functions
Part::GeomBSplineSurface Class Reference
#include <Geometry.h>
Public Member Functions
virtual
Geometry
*
copy
(void) const
returns a copy of this object having a new randomly generated tag.
More...
GeomBSplineSurface
()
GeomBSplineSurface
(const
Handle
(Geom_BSplineSurface)&)
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...
virtual
PyObject
*
getPyObject
(void)
This method returns the Python wrapper for a C++ object.
More...
const
Handle
(Geom_Geometry) &handle() const
virtual void
Restore
(
Base::XMLReader
&)
This method is used to restore properties from an XML document.
More...
virtual void
Save
(
Base::Writer
&) const
This method is used to save properties to an XML document.
More...
void
setHandle
(const
Handle
(Geom_BSplineSurface)&)
virtual
~GeomBSplineSurface
()
Public Member Functions inherited from
Part::GeomSurface
GeomSurface
()
bool
normal
(double u, double v, gp_Dir &dir) const
bool
tangentU
(double u, double v, gp_Dir &dirU) const
bool
tangentV
(double u, double v, gp_Dir &dirV) const
TopoDS_Shape
toShape
() const
virtual
~GeomSurface
()
bool
isUmbillic
(double u, double v) const
double
curvature
(double u, double v,
Curvature
) const
void
curvatureDirections
(double u, double v, gp_Dir &maxD, gp_Dir &minD) const
Public Member Functions inherited from
Part::Geometry
Geometry
*
clone
(void) const
returns a cloned object.
More...
void
deleteExtension
(
Base::Type
type
)
void
deleteExtension
(std::string name)
const std::weak_ptr<
GeometryExtension
>
getExtension
(
Base::Type
type
) const
const std::weak_ptr<
GeometryExtension
>
getExtension
(std::string name) const
const std::vector< std::weak_ptr<
GeometryExtension
> >
getExtensions
() const
boost::uuids::uuid
getTag
() const
returns the tag of the geometry object
More...
bool
hasExtension
(
Base::Type
type
) const
bool
hasExtension
(std::string name) const
void
setExtension
(std::unique_ptr<
GeometryExtension
> &&geo)
virtual
~Geometry
()
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...
Additional Inherited Members
Public Types inherited from
Part::GeomSurface
enum
Curvature
{
Maximum
,
Minimum
,
Mean
,
Gaussian
}
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
Part::Geometry
bool
Construction
construction geometry (means no impact on a later built topo) Note: In the
Sketcher
and only for the specific case of a point, it has a special meaning: a construction point has fixed coordinates for the solver (it has fixed parameters)
More...
Protected Member Functions inherited from
Part::Geometry
void
assignTag
(const
Part::Geometry
*)
copies the tag from the geometry passed as a parameter to this object
More...
void
createNewTag
()
create a new tag for the geometry object
More...
Geometry
()
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
Part::Geometry
std::vector< std::shared_ptr<
GeometryExtension
> >
extensions
boost::uuids::uuid
tag
Constructor & Destructor Documentation
◆
GeomBSplineSurface()
[1/2]
GeomBSplineSurface::GeomBSplineSurface
(
)
◆
GeomBSplineSurface()
[2/2]
GeomBSplineSurface::GeomBSplineSurface
(
const
Handle
(Geom_BSplineSurface)&
b
)
References
setHandle()
.
◆
~GeomBSplineSurface()
GeomBSplineSurface::~GeomBSplineSurface
(
)
virtual
Member Function Documentation
◆
copy()
virtual
Geometry
* Part::GeomBSplineSurface::copy
(
void
)
const
virtual
returns a copy of this object having a new randomly generated tag.
If you also want to copy the tag, you may use
clone()
instead. For creation of geometry with other handles, with or without the same tag, you may use the constructors and the sethandle functions. The tag of a geometry can be copied to another geometry using the assignTag function.
Implements
Part::Geometry
.
◆
getMemSize()
virtual unsigned int Part::GeomBSplineSurface::getMemSize
(
void
)
const
virtual
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?
Reimplemented from
Part::Geometry
.
◆
getPyObject()
PyObject
* GeomBSplineSurface::getPyObject
(
void
)
virtual
This method returns the Python wrapper for a C++ object.
It's in the responsibility of the programmer to do the correct reference counting. Basically there are two ways how to implement that: Either always return a new Python object then reference counting is not a matter or return always the same Python object then the reference counter must be incremented by one. However, it's absolutely forbidden to return always the same Python object without incrementing the reference counter.
The default implementation returns 'None'.
Reimplemented from
Base::BaseClass
.
References
Part::Geometry::clone()
.
◆
Handle()
const Part::GeomBSplineSurface::Handle
(
Geom_Geometry
)
const &
virtual
Implements
Part::Geometry
.
Referenced by
setHandle()
.
◆
Restore()
virtual void Part::GeomBSplineSurface::Restore
(
Base::XMLReader
&
)
virtual
This method is used to restore properties from an XML document.
It uses the XMLReader class, which bases on SAX, to read the in
Save()
written information. Again the Vector as an example:
void
PropertyVector::Restore(
Base::XMLReader
&reader)
{
// read my Element
reader.
readElement
(
"PropertyVector"
);
// get the value of my Attribute
_cVec.x = reader.
getAttributeAsFloat
(
"valueX"
);
_cVec.y = reader.
getAttributeAsFloat
(
"valueY"
);
_cVec.z = reader.
getAttributeAsFloat
(
"valueZ"
);
}
Reimplemented from
Part::Geometry
.
◆
Save()
virtual void Part::GeomBSplineSurface::Save
(
Base::Writer
&
)
const
virtual
This method is used to save properties to an XML document.
A good example you'll find in PropertyStandard.cpp, e.g. the vector:
void
PropertyVector::Save (Writer &writer)
const
{
writer << writer.ind() <<
"<PropertyVector valueX=\""
<< _cVec.x <<
"\" valueY=\""
<< _cVec.y <<
"\" valueZ=\""
<< _cVec.z <<
"\"/>"
<< endl;
}
The writer.ind() expression writes the indentation, just for pretty printing of the XML. As you see, the writing of the XML document is not done with a DOM implementation because of performance reasons. Therefore the programmer has to take care that a valid XML document is written. This means closing tags and writing UTF-8.
See also
Base::Writer
Reimplemented from
Part::Geometry
.
◆
setHandle()
void GeomBSplineSurface::setHandle
(
const
Handle
(Geom_BSplineSurface)&
s
)
References
Handle()
.
Referenced by
Part::BSplineSurfacePy::approximate()
,
Part::BSplineSurfacePy::buildFromPolesMultsKnots()
,
GeomBSplineSurface()
, and
Part::BSplineSurfacePy::interpolate()
.
The documentation for this class was generated from the following files:
src/Mod/Part/App/Geometry.h
src/Mod/Part/App/Geometry.cpp
Base::XMLReader::getAttributeAsFloat
double getAttributeAsFloat(const char *AttrName) const
return the named attribute as a double floating point (does type checking)
Definition:
Reader.cpp:159
Base::XMLReader::readElement
void readElement(const char *ElementName=0)
read until a start element is found (<name>) or start-end element (<name/>) (with special name if giv...
Definition:
Reader.cpp:241
Base::XMLReader
The XML reader class This is an important helper class for the store and retrieval system of objects ...
Definition:
Reader.h:117
1.8.17
|
==============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
SMESH
Controls
Filter
SMESH::Controls::Filter Member List
This is the complete list of members for
SMESH::Controls::Filter
, including all inherited members.
Filter
()
SMESH::Controls::Filter
GetElementsId
(const SMDS_Mesh *theMesh, TIdSequence &theSequence)
SMESH::Controls::Filter
virtual
GetElementsId
(const SMDS_Mesh *theMesh, PredicatePtr thePredicate, TIdSequence &theSequence)
SMESH::Controls::Filter
static
myPredicate
SMESH::Controls::Filter
protected
SetPredicate
(PredicatePtr thePred)
SMESH::Controls::Filter
virtual
TIdSequence
typedef
SMESH::Controls::Filter
~Filter
()
SMESH::Controls::Filter
virtual
1.8.17
|
=============================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
draftobjects
drawingview
DrawingView
draftobjects.drawingview.DrawingView Member List
This is the complete list of members for
draftobjects.drawingview.DrawingView
, including all inherited members.
execute
(self, obj)
draftobjects.drawingview.DrawingView
getDXF
(self, obj)
draftobjects.drawingview.DrawingView
onChanged
(self, obj, prop)
draftobjects.base.DraftObject
Type
draftobjects.base.DraftObject
1.8.17
|
======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
geoff_geometry
spVertex
List of all members
|
Public Member Functions
|
Public Attributes
|
Friends
geoff_geometry::spVertex Class Reference
#include <geometry.h>
Public Member Functions
bool
operator!=
(
spVertex
&spv)
bool
operator==
(
spVertex
&spv)
spVertex
()
spVertex
(int t, const
Point
&point, const
Point
¢re)
Public Attributes
Point
p
Point
pc
int
spanid
int
type
Friends
wostream &
operator<<
(wostream &op,
spVertex
&sp)
Constructor & Destructor Documentation
◆
spVertex()
[1/2]
geoff_geometry::spVertex::spVertex
(
)
◆
spVertex()
[2/2]
geoff_geometry::spVertex::spVertex
(
int
t
,
const
Point
&
point
,
const
Point
&
centre
)
Member Function Documentation
◆
operator!=()
bool
geoff_geometry::spVertex::operator!=
(
spVertex
&
spv
)
◆
operator==()
bool
geoff_geometry::spVertex::operator==
(
spVertex
&
spv
)
References
p
,
pc
, and
type
.
Friends And Related Function Documentation
◆
operator<<
wostream& operator<<
(
wostream &
op
,
spVertex
&
sp
)
friend
Member Data Documentation
◆
p
Point
geoff_geometry::spVertex::p
Referenced by
geoff_geometry::Kurve::Add()
,
geoff_geometry::Kurve::Get()
,
operator==()
, and
geoff_geometry::Kurve::Replace()
.
◆
pc
Point
geoff_geometry::spVertex::pc
Referenced by
geoff_geometry::Kurve::Add()
,
geoff_geometry::Kurve::Get()
,
operator==()
, and
geoff_geometry::Kurve::Replace()
.
◆
spanid
int geoff_geometry::spVertex::spanid
Referenced by
geoff_geometry::Kurve::Add()
,
geoff_geometry::Kurve::Get()
, and
geoff_geometry::Kurve::Replace()
.
◆
type
int geoff_geometry::spVertex::type
Referenced by
geoff_geometry::Kurve::Add()
,
geoff_geometry::Kurve::Get()
,
operator==()
, and
geoff_geometry::Kurve::Replace()
.
The documentation for this class was generated from the following file:
src/Mod/Path/libarea/kurve/geometry.h
1.8.17
|
==========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcairterminalboxtype
List of all members
|
Public Member Functions
|
Public Attributes
ifc2x3.ifcairterminalboxtype 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 ifcairterminalboxtype definition.
:param predefinedtype
:type predefinedtype:ifcairterminalboxtypeenum
Member Function Documentation
◆
predefinedtype()
def ifc2x3.ifcairterminalboxtype.predefinedtype
(
)
References ifc2x3.ifccablesegmenttype._predefinedtype, ifc2x3.ifchumidifiertype._predefinedtype, ifc2x3.ifctransportelementtype._predefinedtype, ifc2x3.ifcrailing._predefinedtype, ifc2x3.ifcservicelifefactor._predefinedtype, ifc2x3.ifcvalvetype._predefinedtype, ifc2x3.ifcairterminalboxtype._predefinedtype, and
ifc2x3.ifcairterminalboxtype.predefinedtype
.
◆
wr1()
def ifc2x3.ifcairterminalboxtype.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
, 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.ifcairterminalboxtype.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.ifcairterminalboxtype.predefinedtype()
,
ifc4.ifcstructuralcurvereaction.suitablepredefinedtype()
,
ifc4.ifcstructuralcurveaction.suitablepredefinedtype()
,
ifc2x3.ifcairterminalboxtype.wr1()
,
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
zipios
InflateInputStreambuf
zipios::InflateInputStreambuf Member List
This is the complete list of members for
zipios::InflateInputStreambuf
, including all inherited members.
FilterInputStreambuf
(streambuf *inbuf, bool del_inbuf=false)
zipios::FilterInputStreambuf
explicit
InflateInputStreambuf
(streambuf *inbuf, int s_pos=-1, bool del_inbuf=false)
zipios::InflateInputStreambuf
explicit
reset
(int stream_position=-1)
zipios::InflateInputStreambuf
underflow
()
zipios::InflateInputStreambuf
protected
virtual
~FilterInputStreambuf
()
zipios::FilterInputStreambuf
virtual
~InflateInputStreambuf
()
zipios::InflateInputStreambuf
virtual
1.8.17
|
====================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
BOPTools
SplitFeatures
FeatureSlice
List of all members
|
Public Member Functions
|
Public Attributes
BOPTools.SplitFeatures.FeatureSlice Class Reference
Public Member Functions
def
execute
(self, selfobj)
Public Attributes
Type
Member Function Documentation
◆
execute()
def BOPTools.SplitFeatures.FeatureSlice.execute
(
self
,
selfobj
)
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()
.
Member Data Documentation
◆
Type
BOPTools.SplitFeatures.FeatureSlice.Type
Referenced by
ArchPanel.CommandPanelSheet.Activated()
,
ArchStructure.StructSelectionObserver.addSelection()
,
ArchSite.Compass.buildCoordinates()
,
ArchSchedule.CommandArchSchedule.IsActive()
, and
ArchAxis.CommandArchGrid.IsActive()
.
The documentation for this class was generated from the following file:
src/Mod/Part/BOPTools/SplitFeatures.py
1.8.17
|
================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Dice3DS
dom3ds
N_DIRECT_LIGHT
List of all members
|
Static Public Attributes
Dice3DS.dom3ds.N_DIRECT_LIGHT Class Reference
Static Public Attributes
string
multiple
= "DL_EXCLUDE excludes"
tuple
single
string
struct
= "float light_x, float light_y, float light_z"
int
tag
= 0x4600
Static Public Attributes inherited from
Dice3DS.dom3ds.ChunkBase
document_html
= classmethod(document_html)
bool
freechunks
= True
bool
swallow
= False
Additional Inherited Members
Public Member Functions inherited from
Dice3DS.dom3ds.ChunkBase
def
document_html
(cls, flo, done)
def
dump
(self, flo, indent, flags)
def
dump_array
(self, flo, indent, flags)
def
dump_chunks
(self, flo, indent, flags)
def
dump_header
(self, flo, flags)
def
dump_struct
(self, flo, indent, flags)
def
out_attr
(self, attr, flo, indent, flags)
def
out_chunk
(self, attr, flo, indent, flags)
def
out_chunk_index
(self, attr, i, flo, indent, flags)
def
read
(self, fbuf, flags)
def
read_array
(self, fbuf, flags)
def
read_chunks
(self, fbuf, flags)
def
read_struct
(self, fbuf, flags)
def
write
(self)
def
write_array
(self)
def
write_chunks
(self)
def
write_struct
(self)
Static Public Member Functions inherited from
Dice3DS.dom3ds.ChunkBase
def
get_byte
(fbuf, flags)
def
get_chunk
(fbuf, flags)
def
get_float
(fbuf, flags)
def
get_long
(fbuf, flags)
def
get_short
(fbuf, flags)
def
get_string
(fbuf, flags)
def
set_byte
(value)
def
set_chunk
(value)
def
set_float
(value)
def
set_long
(value)
def
set_short
(value)
def
set_string
(value)
Public Attributes inherited from
Dice3DS.dom3ds.ChunkBase
subchunks
Member Data Documentation
◆
multiple
string Dice3DS.dom3ds.N_DIRECT_LIGHT.multiple = "DL_EXCLUDE excludes"
static
◆
single
tuple Dice3DS.dom3ds.N_DIRECT_LIGHT.single
static
Initial value:
= (
"COLOR_F color, COLOR_24 color,"
"DL_OFF switch,"
"DL_OUTER_RANGE outer_range,"
"DL_INNER_RANGE inner_range,"
"DL_MULTIPLIER multiplier,"
"DL_SPOTLIGHT spotlight,"
"DL_ATTENUATE attenuate"
)
◆
struct
string Dice3DS.dom3ds.N_DIRECT_LIGHT.struct = "float light_x, float light_y, float light_z"
static
◆
tag
int Dice3DS.dom3ds.N_DIRECT_LIGHT.tag = 0x4600
static
Referenced by
PathScripts.PathDressupHoldingTags.MapWireToTag.add()
,
PathScripts.PathDressupHoldingTags.MapWireToTag.cleanupEdges()
,
PathScripts.PathDressupHoldingTags.MapWireToTag.commandsForEdges()
,
Dice3DS.dom3ds.ChunkBase.document_html()
,
Dice3DS.dom3ds.ChunkBase.dump_header()
, and
PathScripts.PathDressupHoldingTags.MapWireToTag.shell()
.
The documentation for this class was generated from the following file:
src/Mod/Arch/Dice3DS/dom3ds.py
1.8.17
|
========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcapproval
ifc2x3.ifcapproval Member List
This is the complete list of members for
ifc2x3.ifcapproval
, including all inherited members.
actors
()
ifc2x3.ifcapproval
approvaldatetime
ifc2x3.ifcapproval
approvaldatetime
()
ifc2x3.ifcapproval
approvallevel
ifc2x3.ifcapproval
approvallevel
()
ifc2x3.ifcapproval
approvalqualifier
ifc2x3.ifcapproval
approvalqualifier
()
ifc2x3.ifcapproval
approvalstatus
ifc2x3.ifcapproval
approvalstatus
()
ifc2x3.ifcapproval
description
ifc2x3.ifcapproval
description
()
ifc2x3.ifcapproval
identifier
ifc2x3.ifcapproval
identifier
()
ifc2x3.ifcapproval
isrelatedwith
()
ifc2x3.ifcapproval
name
ifc2x3.ifcapproval
name
()
ifc2x3.ifcapproval
relates
()
ifc2x3.ifcapproval
1.8.17
|
======================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
femexamples
meshes
mesh_thermomech_flow1d_seg3
Functions
femexamples.meshes.mesh_thermomech_flow1d_seg3 Namespace Reference
Functions
def
create_elements
(femmesh)
def
create_nodes
(femmesh)
Function Documentation
◆
create_elements()
def femexamples.meshes.mesh_thermomech_flow1d_seg3.create_elements
(
femmesh
)
◆
create_nodes()
def femexamples.meshes.mesh_thermomech_flow1d_seg3.create_nodes
(
femmesh
)
1.8.17
|
=========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Texture
ViewProviderTexture
List of all members
|
Public Member Functions
|
Public Attributes
Texture.ViewProviderTexture Class Reference
Public Member Functions
def
attach
(self,
obj
)
def
claimChildren
(self)
def
getDisplayModes
(self,
obj
)
def
onChanged
(self,
obj
, prop)
def
updateData
(self, fp, prop)
Public Attributes
grp
obj
tex
Member Function Documentation
◆
attach()
def Texture.ViewProviderTexture.attach
(
self
,
obj
)
◆
claimChildren()
def Texture.ViewProviderTexture.claimChildren
(
self
)
References
Texture.ViewProviderTexture.obj
,
shipOutlineDraw.Preview.Preview.obj
,
shipAreasCurve.Preview.Preview.obj
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel.obj
,
shipOutlineDraw.TaskPanel.TaskPanel.obj
,
femtaskpanels.task_element_rotation1D._TaskPanel.obj
,
femtaskpanels.task_mesh_boundarylayer._TaskPanel.obj
,
femtaskpanels.task_mesh_group._TaskPanel.obj
,
femtaskpanels.task_mesh_region._TaskPanel.obj
,
MaterialEditor.MaterialEditor.obj
,
femtaskpanels.task_element_geometry2D._TaskPanel.obj
,
femtaskpanels.task_constraint_tie._TaskPanel.obj
,
femtaskpanels.task_element_geometry1D._TaskPanel.obj
,
PathScripts.PathIconViewProvider.ViewProvider.obj
, PathCommands._CommandSelectLoop.obj,
femtaskpanels.task_element_fluid1D._TaskPanel.obj
,
ReenGui::PoissonWidget::Private.obj
,
PathScripts.PathDressupRampEntry.ObjectDressup.obj
,
femtaskpanels.task_material_reinforced._TaskPanel.obj
,
PathScripts.PathToolBitGui.ViewProvider.obj
,
PathScripts.PathDressupPathBoundary.DressupPathBoundary.obj
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.obj
,
femtaskpanels.task_material_common._TaskPanel.obj
,
ReenGui::FitBSplineSurfaceWidget::Private.obj
, PathScripts.PathPocketShapeGui._Extension.obj,
PathScripts.PathDressupLeadInOut.ObjectDressup.obj
,
PathScripts.PathGetPoint.TaskPanel.obj
,
PathScripts.PathSetupSheetGui.ViewProvider.obj
,
draftguitools.gui_lines.Line.obj
, Gui::ActiveObjectList::ObjectInfo.obj,
draftguitools.gui_wire2spline.WireToBSpline.obj
,
PathScripts.PathSurfaceSupport.PathGeometryGenerator.obj
,
Sandbox::CustomAddObjectEvent.obj
, Sandbox::Callable< T, method >.obj,
ExpressionCompleterModel::Info.obj
,
PathScripts.PathSetupSheet.SetupSheet.obj
, Import::ImportOCAF2::Info.obj,
PartGui::FaceColors::Private.obj
,
PathScripts.PathJob.ObjectJob.obj
,
PathScripts.PathGui.QuantitySpinBox.obj
, Sandbox::CallableWithArgs< T, Arg, method >.obj,
draftguitools.gui_trimex.Trimex.obj
,
PathScripts.PathJobGui.ViewProvider.obj
,
PathScripts.PathToolBitGui.TaskPanel.obj
, Sandbox::DocumentObjectProtector.obj,
PathScripts.PathDressupTag.ObjectDressup.obj
,
PathScripts.PathPocketShape.Extension.obj
, Mod.PartDesign.InvoluteGearFeature._InvoluteGearTaskPanel.obj,
draftguitools.gui_base_original.DraftTool.obj
,
PathScripts.PathDressupAxisMap.ViewProviderDressup.obj
,
PathScripts.PathSetupSheetGui.OpTaskPanel.obj
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel.obj
,
PathScripts.PathToolBit.ToolBit.obj
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.obj
,
Sandbox::CustomPurgeEvent.obj
, App::Origin::OriginExtension.obj,
PathScripts.PathToolControllerGui.ToolControllerEditor.obj
,
MeshPartGui::ShapeInfo.obj
,
PathScripts.PathDressupZCorrect.TaskPanel.obj
,
PathScripts.PathDressupPathBoundaryGui.DressupPathBoundaryViewProvider.obj
,
PathScripts.PathOpGui.TaskPanelPage.obj
,
PartGui::DlgFilletEdges::Private::SelectionObjectCompare.obj
,
draftguitools.gui_edit.Edit.obj
, Base::ObjectStatusLocker< Status, Object >.obj,
PathScripts.PathSetupSheetGui.OpsDefaultEditor.obj
,
PathScripts.PathToolControllerGui.TaskPanel.obj
,
PathScripts.PathDressupZCorrect.ViewProviderDressup.obj
,
PathScripts.PathJobGui.StockEdit.obj
,
PathScripts.PathSetupSheetGui.GlobalEditor.obj
,
PathScripts.PathDressupDogbone.Bone.obj
,
PathScripts.PathToolControllerGui.DlgToolControllerEdit.obj
,
Info.obj
,
PathScripts.PathDressupTagGui.PathDressupTagViewProvider.obj
,
PathScripts.PathSetupSheetGui.TaskPanel.obj
,
ArchProfile.ProfileTaskPanel.obj
,
ArchSchedule.ArchScheduleTaskPanel.obj
,
PathScripts.PathSurfaceSupport.ProcessSelectedFaces.obj
,
PathScripts.PathDressupLeadInOut.ViewProviderDressup.obj
, ArchMaterial._ArchMaterialTaskPanel.obj,
PathScripts.PathDressupHoldingTags.PathData.obj
,
PathScripts.PathJobGui.TaskPanel.obj
,
ArchReference.ArchReferenceTaskPanel.obj
,
PathScripts.PathDressupRampEntry.ViewProviderDressup.obj
, ArchAxis._AxisTaskPanel.obj, ArchMaterial._ArchMultiMaterialTaskPanel.obj,
PathScripts.PathDressupHoldingTags.ObjectTagDressup.obj
, ArchRoof._RoofTaskPanel.obj,
PathScripts.PathDressupDogbone.TaskPanel.obj
,
ArchAxis.AxisSystemTaskPanel.obj
,
PathScripts.PathOpGui.TaskPanel.obj
,
PathScripts.PathDressupDogbone.ViewProviderDressup.obj
,
UpdateLabelExpressionVisitor.obj
, ArchWindow._ArchWindowTaskPanel.obj,
ArchSectionPlane.SectionPlaneTaskPanel.obj
,
ArchAxis.ArchGridTaskPanel.obj
,
ArchPanel.SheetTaskPanel.obj
,
ItemInfo.obj
,
ItemInfo2.obj
,
ArchComponent.ComponentTaskPanel.obj
, and
DraftGui.FacebinderTaskPanel.obj
.
◆
getDisplayModes()
def Texture.ViewProviderTexture.getDisplayModes
(
self
,
obj
)
Return a list of display modes.
◆
onChanged()
def Texture.ViewProviderTexture.onChanged
(
self
,
obj
,
prop
)
References
Texture.ViewProviderTexture.tex
, and Gui::Dialog::TextureMapping.tex.
Referenced by
ArchSite.Compass.buildCoordinates()
, and
ArchAxis.CommandArchGrid.IsActive()
.
◆
updateData()
def Texture.ViewProviderTexture.updateData
(
self
,
fp
,
prop
)
Member Data Documentation
◆
grp
Texture.ViewProviderTexture.grp
◆
obj
Texture.ViewProviderTexture.obj
Referenced by
Texture.ViewProviderTexture.claimChildren()
,
ArchAxis.CommandArchGrid.IsActive()
, and
ArchMaterial.MultiMaterialDelegate.setModelData()
.
◆
tex
Texture.ViewProviderTexture.tex
Referenced by
Texture.ViewProviderTexture.onChanged()
.
The documentation for this class was generated from the following file:
src/Mod/TemplatePyMod/Texture.py
1.8.17
|
=========================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
draftviewproviders
view_rectangle
ViewProviderRectangle
List of all members
draftviewproviders.view_rectangle.ViewProviderRectangle Class Reference
Additional Inherited Members
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
getIcon
(self)
def
onChanged
(self, vobj, prop)
def
setDisplayMode
(self, mode)
def
setEdit
(self, vobj, mode=0)
def
unsetEdit
(self, vobj, mode=0)
def
updateData
(self, obj, prop)
Public Attributes inherited from
draftviewproviders.view_base.ViewProviderDraft
Object
texcoords
texture
The documentation for this class was generated from the following file:
src/Mod/Draft/draftviewproviders/view_rectangle.py
1.8.17
|
===========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifcgridplacement
ifc4.ifcgridplacement Member List
This is the complete list of members for
ifc4.ifcgridplacement
, including all inherited members.
placementlocation
ifc4.ifcgridplacement
placementlocation
()
ifc4.ifcgridplacement
placementrefdirection
ifc4.ifcgridplacement
placementrefdirection
()
ifc4.ifcgridplacement
placesobject
()
ifc4.ifcobjectplacement
referencedbyplacements
()
ifc4.ifcobjectplacement
1.8.17
|
=====================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ply
lex
LexerReflect
List of all members
|
Public Member Functions
|
Public Attributes
ply.lex.LexerReflect Class Reference
Public Member Functions
def
get_all
(self)
def
get_literals
(self)
def
get_rules
(self)
def
get_states
(self)
def
get_tokens
(self)
def
validate_all
(self)
def
validate_file
(self, filename)
def
validate_literals
(self)
def
validate_rules
(self)
def
validate_tokens
(self)
Public Attributes
error
error_func
errorf
files
funcsym
ignore
ldict
literals
log
reflags
stateinfo
states
strsym
tokens
toknames
Member Function Documentation
◆
get_all()
def ply.lex.LexerReflect.get_all
(
self
)
References
ply.lex.LexerReflect.get_literals()
,
ply.lex.LexerReflect.get_rules()
,
ply.lex.LexerReflect.get_states()
, and
ply.lex.LexerReflect.get_tokens()
.
◆
get_literals()
def ply.lex.LexerReflect.get_literals
(
self
)
Referenced by
ply.lex.LexerReflect.get_all()
.
◆
get_rules()
def ply.lex.LexerReflect.get_rules
(
self
)
References
ply.lex.LexerReflect.ldict
.
Referenced by
ply.lex.LexerReflect.get_all()
.
◆
get_states()
def ply.lex.LexerReflect.get_states
(
self
)
Referenced by
ply.lex.LexerReflect.get_all()
.
◆
get_tokens()
def ply.lex.LexerReflect.get_tokens
(
self
)
References
Gui::PythonConsoleP.error
,
femmesh.gmshtools.GmshTools.error
,
ply.lex.LexerReflect.error
,
ply.lex.LexerReflect.ldict
,
Gui::NavigationStyle.log
,
ply.lex.LexerReflect.log
, and
ply.lex.LexerReflect.tokens
.
Referenced by
ply.lex.LexerReflect.get_all()
, and
ply.yacc.ParserReflect.get_all()
.
◆
validate_all()
def ply.lex.LexerReflect.validate_all
(
self
)
References
Gui::PythonConsoleP.error
,
femmesh.gmshtools.GmshTools.error
,
ply.lex.LexerReflect.error
,
ply.lex.LexerReflect.validate_literals()
,
ply.lex.LexerReflect.validate_rules()
, and
ply.lex.LexerReflect.validate_tokens()
.
◆
validate_file()
def ply.lex.LexerReflect.validate_file
(
self
,
filename
)
References
Gui::PythonConsoleP.error
,
femmesh.gmshtools.GmshTools.error
,
ply.lex.LexerReflect.error
,
Gui::NavigationStyle.log
, and
ply.lex.LexerReflect.log
.
Referenced by
ply.lex.LexerReflect.validate_rules()
.
◆
validate_literals()
def ply.lex.LexerReflect.validate_literals
(
self
)
References
Gui::PythonConsoleP.error
,
femmesh.gmshtools.GmshTools.error
,
ply.lex.LexerReflect.error
,
ply.lex.LexerReflect.literals
,
Gui::NavigationStyle.log
, and
ply.lex.LexerReflect.log
.
Referenced by
ply.lex.LexerReflect.validate_all()
.
◆
validate_rules()
def ply.lex.LexerReflect.validate_rules
(
self
)
References
Gui::PythonConsoleP.error
,
femmesh.gmshtools.GmshTools.error
,
ply.lex.LexerReflect.error
,
ply.lex.LexerReflect.errorf
,
ply.lex.LexerReflect.files
,
ply.lex.func_code()
,
ply.lex.LexerReflect.funcsym
,
Gui::NavigationStyle.log
,
ply.lex.LexerReflect.log
,
ply.lex.LexerReflect.reflags
,
ply.lex.LexerReflect.stateinfo
,
ply.lex.LexerReflect.strsym
,
ply.lex.LexerReflect.tokens
,
ply.lex.LexerReflect.toknames
, and
ply.lex.LexerReflect.validate_file()
.
Referenced by
ply.lex.LexerReflect.validate_all()
.
◆
validate_tokens()
def ply.lex.LexerReflect.validate_tokens
(
self
)
References
Gui::PythonConsoleP.error
,
femmesh.gmshtools.GmshTools.error
,
ply.lex.LexerReflect.error
,
Gui::NavigationStyle.log
,
ply.lex.LexerReflect.log
, and
ply.lex.LexerReflect.tokens
.
Referenced by
ply.lex.LexerReflect.validate_all()
, and
ply.yacc.ParserReflect.validate_all()
.
Member Data Documentation
◆
error
ply.lex.LexerReflect.error
Referenced by
ply.lex.LexerReflect.get_tokens()
,
ply.yacc.ParserReflect.get_tokens()
,
ply.lex.LexerReflect.validate_all()
,
ply.yacc.ParserReflect.validate_all()
,
ply.yacc.ParserReflect.validate_error_func()
,
ply.lex.LexerReflect.validate_file()
,
ply.lex.LexerReflect.validate_literals()
,
ply.yacc.ParserReflect.validate_pfunctions()
,
ply.yacc.ParserReflect.validate_precedence()
,
ply.lex.LexerReflect.validate_rules()
,
ply.lex.LexerReflect.validate_tokens()
, and
ply.yacc.ParserReflect.validate_tokens()
.
◆
error_func
ply.lex.LexerReflect.error_func
Referenced by
ply.yacc.ParserReflect.get_error_func()
, and
ply.yacc.ParserReflect.validate_error_func()
.
◆
errorf
ply.lex.LexerReflect.errorf
Referenced by
ply.lex.LexerReflect.validate_rules()
.
◆
files
ply.lex.LexerReflect.files
Referenced by
ply.yacc.ParserReflect.validate_error_func()
,
ply.yacc.ParserReflect.validate_files()
,
ply.yacc.ParserReflect.validate_pfunctions()
, and
ply.lex.LexerReflect.validate_rules()
.
◆
funcsym
ply.lex.LexerReflect.funcsym
Referenced by
ply.lex.LexerReflect.validate_rules()
.
◆
ignore
ply.lex.LexerReflect.ignore
◆
ldict
ply.lex.LexerReflect.ldict
Referenced by
ply.lex.LexerReflect.get_rules()
, and
ply.lex.LexerReflect.get_tokens()
.
◆
literals
ply.lex.LexerReflect.literals
Referenced by
ply.lex.LexerReflect.validate_literals()
.
◆
log
ply.lex.LexerReflect.log
Referenced by
ply.lex.LexerReflect.get_tokens()
,
ply.yacc.ParserReflect.get_tokens()
,
ply.yacc.LRGeneratedTable.lr_parse_table()
,
ply.yacc.ParserReflect.validate_error_func()
,
ply.lex.LexerReflect.validate_file()
,
ply.yacc.ParserReflect.validate_files()
,
ply.lex.LexerReflect.validate_literals()
,
ply.yacc.ParserReflect.validate_pfunctions()
,
ply.yacc.ParserReflect.validate_precedence()
,
ply.lex.LexerReflect.validate_rules()
,
ply.yacc.ParserReflect.validate_start()
,
ply.lex.LexerReflect.validate_tokens()
, and
ply.yacc.ParserReflect.validate_tokens()
.
◆
reflags
ply.lex.LexerReflect.reflags
Referenced by
ply.lex.LexerReflect.validate_rules()
.
◆
stateinfo
ply.lex.LexerReflect.stateinfo
Referenced by
ply.lex.LexerReflect.validate_rules()
.
◆
states
ply.lex.LexerReflect.states
◆
strsym
ply.lex.LexerReflect.strsym
Referenced by
ply.lex.LexerReflect.validate_rules()
.
◆
tokens
ply.lex.LexerReflect.tokens
Referenced by
ply.lex.LexerReflect.get_tokens()
,
ply.yacc.ParserReflect.get_tokens()
,
ply.yacc.ParserReflect.signature()
,
ply.lex.LexerReflect.validate_rules()
,
ply.lex.LexerReflect.validate_tokens()
, and
ply.yacc.ParserReflect.validate_tokens()
.
◆
toknames
ply.lex.LexerReflect.toknames
Referenced by
ply.lex.LexerReflect.validate_rules()
.
The documentation for this class was generated from the following file:
src/Mod/OpenSCAD/ply/lex.py
1.8.13
|
==================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
SoFCHighlightColorAction
Gui::SoFCHighlightColorAction Member List
This is the complete list of members for
Gui::SoFCHighlightColorAction
, including all inherited members.
beginTraversal
(SoNode *node)
Gui::SoFCHighlightColorAction
protected
virtual
finish
(void)
Gui::SoFCHighlightColorAction
static
highlightColor
Gui::SoFCHighlightColorAction
initClass
()
Gui::SoFCHighlightColorAction
static
SoFCHighlightColorAction
(const SoSFColor &col)
Gui::SoFCHighlightColorAction
~SoFCHighlightColorAction
()
Gui::SoFCHighlightColorAction
1.8.17
|
=========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Part
GeometryIntExtensionPy
List of all members
|
Public Types
|
Public Member Functions
|
Static Public Member Functions
|
Static Public Attributes
|
Protected Member Functions
Part::GeometryIntExtensionPy Class Reference
The python export class for GeometryIntExtension.
More...
#include <GeometryIntExtensionPy.h>
Public Types
typedef
GeometryIntExtension
*
PointerType
Public Types inherited from
Part::GeometryExtensionPy
typedef
GeometryExtension
*
PointerType
Public Types inherited from
Base::PyObjectBase
typedef void *
PointerType
enum
Status
{
Valid
= 0,
Immutable
= 1,
Notify
= 2,
NoTrack
= 3
}
Public Member Functions
GeometryIntExtensionPy
(
GeometryIntExtension
*pcObject, PyTypeObject *T=&
Type
)
virtual PyTypeObject *
GetType
(void)
virtual int
PyInit
(
PyObject
*args,
PyObject
*k)
PyInit method Override this method to initialize a newly created instance of the class (Constructor)
More...
std::string
representation
(void) const
Public Member Functions inherited from
Part::GeometryExtensionPy
GeometryExtensionPy
(
GeometryExtension
*pcObject, PyTypeObject *T=&
Type
)
std::string
representation
(void) const
PyObject
*
copy
(
PyObject
*args)
implementer for the
copy()
method
More...
Py::String
getName
(void) const
getter for the Name attribute
More...
void
setName
(Py::String arg)
setter for the Name attribute
More...
PyObject
*
getCustomAttributes
(const char *attr) const
getter method for special attributes (e.g. dynamic ones)
More...
int
setCustomAttributes
(const char *attr,
PyObject
*obj)
setter for special attributes (e.g.
More...
GeometryExtension
*
getGeometryExtensionPtr
(void) const
getter for the object handled by this class
More...
Public Member Functions inherited from
Base::PyObjectBase
PyObjectBase
*
DecRef
(void)
decref method wrapper (see python extending manual)
More...
PyObjectBase
*
IncRef
(void)
incref method wrapper (see python extending manual)
More...
bool
isConst
()
bool
isNotTracking
() const
bool
isValid
()
PyObjectBase
(void *, PyTypeObject *T)
Constructor Sets the
Type
of the object (for inheritance) and decrease the the reference count of the
PyObject
.
More...
void
setConst
()
void
setInvalid
()
void
setNotTracking
(
bool
on=true)
void
setShouldNotify
(
bool
on)
bool
shouldNotify
() const
void
startNotify
()
Static Public Member Functions
static
PyObject
*
PyMake
(struct _typeobject *,
PyObject
*,
PyObject
*)
Static Public Member Functions inherited from
Part::GeometryExtensionPy
static
PyObject
*
PyMake
(struct _typeobject *,
PyObject
*,
PyObject
*)
static
PyObject
*
staticCallback_copy
(
PyObject
*self,
PyObject
*args)
callback for the
copy()
method
More...
static
PyObject
*
staticCallback_getName
(
PyObject
*self, void *closure)
getter callback for the Name attribute
More...
static int
staticCallback_setName
(
PyObject
*self,
PyObject
*value, void *closure)
setter callback for the Name attribute
More...
Static Public Member Functions inherited from
Base::PyObjectBase
static void
PyDestructor
(
PyObject
*P)
Wrapper for the Python destructor.
More...
Static Public Attributes
static PyGetSetDef
GetterSetter
[]
Attribute structure of
GeometryIntExtensionPy
.
More...
static
PyMethodDef
Methods
[]
Methods structure of
GeometryIntExtensionPy
.
More...
static PyTypeObject
Type
Type structure of
GeometryIntExtensionPy
.
More...
Static Public Attributes inherited from
Part::GeometryExtensionPy
static PyGetSetDef
GetterSetter
[]
Attribute structure of
GeometryExtensionPy
.
More...
static
PyMethodDef
Methods
[]
Methods structure of
GeometryExtensionPy
.
More...
static PyTypeObject
Type
Type structure of
GeometryExtensionPy
.
More...
Static Public Attributes inherited from
Base::PyObjectBase
static
PyMethodDef
Methods
[]
static PyTypeObject
Type
Py_Header struct from python.h.
More...
Protected Member Functions
~GeometryIntExtensionPy
()
Protected Member Functions inherited from
Part::GeometryExtensionPy
~GeometryExtensionPy
()
Protected Member Functions inherited from
Base::PyObjectBase
virtual
~PyObjectBase
()
destructor
More...
callbacks and implementers for the python object attributes
Py::Long
getValue
(void) const
getter for the Value attribute
More...
void
setValue
(Py::Long arg)
setter for the Value attribute
More...
PyObject
*
getCustomAttributes
(const char *attr) const
getter method for special attributes (e.g. dynamic ones)
More...
int
setCustomAttributes
(const char *attr,
PyObject
*obj)
setter for special attributes (e.g.
More...
GeometryIntExtension
*
getGeometryIntExtensionPtr
(void) const
getter for the object handled by this class
More...
static
PyObject
*
staticCallback_getValue
(
PyObject
*self, void *closure)
getter callback for the Value attribute
More...
static int
staticCallback_setValue
(
PyObject
*self,
PyObject
*value, void *closure)
setter callback for the Value attribute
More...
Additional Inherited Members
Protected Attributes inherited from
Base::PyObjectBase
std::bitset< 32 >
StatusBits
Detailed Description
The python export class for GeometryIntExtension.
Member Typedef Documentation
◆
PointerType
typedef
GeometryIntExtension
*
Part::GeometryIntExtensionPy::PointerType
Constructor & Destructor Documentation
◆
~GeometryIntExtensionPy()
GeometryIntExtensionPy::~GeometryIntExtensionPy
(
)
protected
◆
GeometryIntExtensionPy()
GeometryIntExtensionPy::GeometryIntExtensionPy
(
GeometryIntExtension
*
pcObject
,
PyTypeObject *
T
=
&
Type
)
Referenced by
PyMake()
.
Member Function Documentation
◆
getCustomAttributes()
PyObject
* GeometryIntExtensionPy::getCustomAttributes
(
const char *
attr
)
const
getter method for special attributes (e.g. dynamic ones)
◆
getGeometryIntExtensionPtr()
GeometryIntExtension
* GeometryIntExtensionPy::getGeometryIntExtensionPtr
(
void
)
const
getter for the object handled by this class
Referenced by
getValue()
,
PyInit()
,
representation()
, and
setValue()
.
◆
GetType()
virtual PyTypeObject* Part::GeometryIntExtensionPy::GetType
(
void
)
virtual
Reimplemented from
Part::GeometryExtensionPy
.
◆
getValue()
Py::Long GeometryIntExtensionPy::getValue
(
void
)
const
getter for the Value attribute
References
getGeometryIntExtensionPtr()
.
Referenced by
staticCallback_getValue()
.
◆
PyInit()
int GeometryIntExtensionPy::PyInit
(
PyObject
*
,
PyObject
*
)
virtual
PyInit method Override this method to initialize a newly created instance of the class (Constructor)
Reimplemented from
Part::GeometryExtensionPy
.
References
getGeometryIntExtensionPtr()
,
Part::GeometryExtension::setName()
, and
Part::GeometryDefaultExtension< T >::setValue()
.
◆
PyMake()
PyObject
* GeometryIntExtensionPy::PyMake
(
struct _typeobject *
,
PyObject
*
,
PyObject
*
)
static
References
GeometryIntExtensionPy()
.
◆
representation()
std::string GeometryIntExtensionPy::representation
(
void
)
const
References
getGeometryIntExtensionPtr()
,
Part::GeometryExtensionPy::getName()
,
Part::GeometryExtension::getName()
, and
Part::GeometryDefaultExtension< T >::getValue()
.
Referenced by
config_control_design.pcurve::wr1()
,
config_control_design.degenerate_pcurve::wr1()
,
automotive_design.motion_link_relationship::wr1()
,
automotive_design.pcurve::wr1()
,
automotive_design.degenerate_pcurve::wr1()
,
config_control_design.pcurve::wr2()
,
config_control_design.degenerate_pcurve::wr2()
,
automotive_design.pcurve::wr2()
, and
automotive_design.degenerate_pcurve::wr2()
.
◆
setCustomAttributes()
int GeometryIntExtensionPy::setCustomAttributes
(
const char *
attr
,
PyObject
*
obj
)
setter for special attributes (e.g.
dynamic ones) Output: Success=1, Failure=-1, Ignore=0
◆
setValue()
void GeometryIntExtensionPy::setValue
(
Py::Long
arg
)
setter for the Value attribute
References
getGeometryIntExtensionPtr()
, and
Part::GeometryDefaultExtension< T >::setValue()
.
Referenced by
staticCallback_setValue()
.
◆
staticCallback_getValue()
PyObject
* GeometryIntExtensionPy::staticCallback_getValue
(
PyObject
*
self
,
void *
closure
)
static
getter callback for the Value attribute
References
Base::BaseExceptionFreeCADError
,
getValue()
,
Base::PyObjectBase::isValid()
, and
Base::PyObjectBase::PyObjectBase()
.
◆
staticCallback_setValue()
int GeometryIntExtensionPy::staticCallback_setValue
(
PyObject
*
self
,
PyObject
*
value
,
void *
closure
)
static
setter callback for the Value attribute
References
Base::BaseExceptionFreeCADError
,
Base::PyObjectBase::isConst()
,
Base::PyObjectBase::isValid()
,
Base::PyObjectBase::PyObjectBase()
, and
setValue()
.
Member Data Documentation
◆
GetterSetter
PyGetSetDef GeometryIntExtensionPy::GetterSetter
static
Initial value:
= {
{
"Value"
,
(getter)
staticCallback_getValue
,
(setter)
staticCallback_setValue
,
"\n returns the value of the GeometryIntExtension.\n "
,
NULL
},
{NULL, NULL, NULL, NULL, NULL}
}
Attribute structure of
GeometryIntExtensionPy
.
◆
Methods
PyMethodDef
GeometryIntExtensionPy::Methods
static
Initial value:
= {
{NULL, NULL, 0, NULL}
}
Methods structure of
GeometryIntExtensionPy
.
◆
Type
PyTypeObject GeometryIntExtensionPy::Type
static
Type structure of
GeometryIntExtensionPy
.
Referenced by
ArchPanel.CommandPanelSheet::Activated()
,
ArchStructure.StructSelectionObserver::addSelection()
,
ArchSite.Compass::buildCoordinates()
,
ArchSchedule.CommandArchSchedule::IsActive()
, and
ArchAxis.CommandArchGrid::IsActive()
.
The documentation for this class was generated from the following files:
build/webdoc/src/Mod/Part/App/GeometryIntExtensionPy.h
src/Mod/Part/App/GeometryIntExtensionPyImp.cpp
build/webdoc/src/Mod/Part/App/GeometryIntExtensionPy.cpp
Part::GeometryIntExtensionPy::staticCallback_getValue
static PyObject * staticCallback_getValue(PyObject *self, void *closure)
getter callback for the Value attribute
Definition:
GeometryIntExtensionPy.cpp:99
Part::GeometryIntExtensionPy::staticCallback_setValue
static int staticCallback_setValue(PyObject *self, PyObject *value, void *closure)
setter callback for the Value attribute
Definition:
GeometryIntExtensionPy.cpp:117
1.8.17
|
=======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcpresentabletext
ifc2x3.ifcpresentabletext Class Reference
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
CmdViewMeasureToggleAll Member List
This is the complete list of members for
CmdViewMeasureToggleAll
, including all inherited members.
abortCommand
(void)
Gui::Command
static
activated
(int iMsg)
CmdViewMeasureToggleAll
protected
virtual
addModule
(DoCmd_Type eType, const char *sModuleName)
Gui::Command
static
addTo
(QWidget *)
Gui::Command
addToGroup
(ActionGroup *, bool checkable)
Gui::Command
addToGroup
(ActionGroup *)
Gui::Command
adjustCameraPosition
()
Gui::Command
Alter3DView
enum value
Gui::Command
protected
AlterDoc
enum value
Gui::Command
protected
AlterSelection
enum value
Gui::Command
protected
App
enum value
Gui::Command
applyCommandData
(const char *context, Action *)
Gui::Command
protected
bCanLog
Gui::Command
protected
beginCmdHelp
(void)
Gui::Command
blockCommand
(bool)
Gui::Command
static
className
() const
CmdViewMeasureToggleAll
virtual
CmdType
enum name
Gui::Command
protected
CmdViewMeasureToggleAll
()
CmdViewMeasureToggleAll
Command
(const char *name)
Gui::Command
protected
CommandBase
(const char *sMenu, const char *sToolTip=0, const char *sWhat=0, const char *sStatus=0, const char *sPixmap=0, const char *sAccel=0)
Gui::CommandBase
protected
commitCommand
(void)
Gui::Command
static
createAction
(void)
Gui::Command
protected
virtual
displayText
Gui::CommandBase
protected
Doc
enum value
Gui::Command
DoCmd_Type
enum name
Gui::Command
endCmdHelp
(void)
Gui::Command
eType
Gui::Command
protected
ForEdit
enum value
Gui::Command
protected
getAccel
() const
Gui::CommandBase
virtual
getAction
() const
Gui::CommandBase
getActiveGuiDocument
(void) const
Gui::Command
getAppModuleName
(void) const
Gui::Command
getDocument
(const char *Name=0) const
Gui::Command
getGroupName
() const
Gui::Command
getGuiApplication
(void)
Gui::Command
static
getHelpUrl
(void) const
Gui::Command
virtual
getMenuText
() const
Gui::CommandBase
virtual
getName
() const
Gui::Command
getObject
(const char *Name) const
Gui::Command
getObjectCmd
(const char *Name, const App::Document *doc=0, const char *prefix=0, const char *postfix=0, bool gui=false)
Gui::Command
static
getObjectCmd
(const App::DocumentObject *obj, const char *prefix=0, const char *postfix=0, bool gui=false)
Gui::Command
static
getPixmap
() const
Gui::CommandBase
virtual
getPythonTuple
(const std::string &name, const std::vector< std::string > &subnames)
Gui::Command
static
getSelection
(void)
Gui::Command
static
getStatusTip
() const
Gui::CommandBase
virtual
getToolTipText
() const
Gui::CommandBase
virtual
getUniqueObjectName
(const char *BaseName, const App::DocumentObject *obj=0) const
Gui::Command
getWhatsThis
() const
Gui::CommandBase
virtual
Gui
enum value
Gui::Command
hasActiveDocument
(void) const
Gui::Command
hasObject
(const char *Name)
Gui::Command
hasPendingCommand
(void)
Gui::Command
static
invoke
(int index, TriggerSource trigger=TriggerNone)
Gui::Command
isActive
(void)
Gui::Command
virtual
isActiveObjectValid
(void)
Gui::Command
static
isViewOfType
(Base::Type t) const
Gui::Command
keySequenceToAccel
(int) const
Gui::Command
protected
languageChange
()
Gui::Command
virtual
NoTransaction
enum value
Gui::Command
protected
openCommand
(const char *sName=0)
Gui::Command
static
printCaller
(const char *file, int line)
Gui::Command
static
printPyCaller
()
Gui::Command
static
sAccel
Gui::CommandBase
protected
sAppModule
Gui::Command
protected
setAccel
(const char *)
Gui::CommandBase
setAppModuleName
(const char *)
Gui::Command
setEnabled
(bool)
Gui::Command
setGroupName
(const char *)
Gui::Command
setMenuText
(const char *)
Gui::CommandBase
setPixmap
(const char *)
Gui::CommandBase
setStatusTip
(const char *)
Gui::CommandBase
setToolTipText
(const char *)
Gui::CommandBase
setupCheckable
(int iMsg)
Gui::Command
setWhatsThis
(const char *)
Gui::CommandBase
sGroup
Gui::Command
protected
sHelpUrl
Gui::Command
protected
sMenuText
Gui::CommandBase
protected
sName
Gui::Command
protected
sPixmap
Gui::CommandBase
protected
sStatusTip
Gui::CommandBase
protected
sToolTipText
Gui::CommandBase
protected
strToPython
(const char *Str)
Gui::Command
strToPython
(const std::string &Str)
Gui::Command
sWhatsThis
Gui::CommandBase
protected
testActive
(void)
Gui::Command
TriggerAction
enum value
Gui::Command
TriggerChildAction
enum value
Gui::Command
TriggerNone
enum value
Gui::Command
TriggerSource
enum name
Gui::Command
triggerSource
() const
Gui::Command
updateAction
(int mode)
Gui::Command
virtual
updateActive
(void)
Gui::Command
static
updateAll
(std::list< Gui::Document * > cList)
Gui::Command
static
~Command
()
Gui::Command
protected
virtual
~CommandBase
()
Gui::CommandBase
protected
virtual
1.8.17
|
===================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
List of all members
|
Public Member Functions
|
Public Attributes
GetDepsExpressionVisitor Class Reference
Public Member Functions
GetDepsExpressionVisitor
(
ExpressionDeps
&
deps
)
virtual void
visit
(
Expression
&e)
Public Member Functions inherited from
App::ExpressionVisitor
virtual void
aboutToChange
()
virtual int
changed
() const
virtual
App::PropertyLinkBase
*
getPropertyLink
()
virtual void
reset
()
virtual
~ExpressionVisitor
()
Public Attributes
ExpressionDeps
&
deps
Additional Inherited Members
Protected Member Functions inherited from
App::ExpressionVisitor
bool
adjustLinks
(
Expression
&e, const std::set<
App::DocumentObject
* > &inList)
void
collectReplacement
(
Expression
&e, std::map<
ObjectIdentifier
,
ObjectIdentifier
> &, const
App::DocumentObject
*parent,
App::DocumentObject
*oldObj,
App::DocumentObject
*newObj) const
void
getDepObjects
(
Expression
&e, std::set<
App::DocumentObject
* > &, std::vector< std::string > *)
void
getDeps
(
Expression
&e,
ExpressionDeps
&)
void
getIdentifiers
(
Expression
&e, std::set<
App::ObjectIdentifier
> &)
void
importSubNames
(
Expression
&e, const
ObjectIdentifier::SubNameMap
&subNameMap)
void
moveCells
(
Expression
&e, const
CellAddress
&address, int rowCount, int colCount)
void
offsetCells
(
Expression
&e, int rowOffset, int colOffset)
bool
relabeledDocument
(
Expression
&e, const std::string &oldName, const std::string &newName)
bool
renameObjectIdentifier
(
Expression
&e, const std::map<
ObjectIdentifier
,
ObjectIdentifier
> &, const
ObjectIdentifier
&)
bool
updateElementReference
(
Expression
&e,
App::DocumentObject
*feature,
bool
reverse)
void
updateLabelReference
(
Expression
&e,
App::DocumentObject
*obj, const std::string &ref, const char *newLabel)
Constructor & Destructor Documentation
◆
GetDepsExpressionVisitor()
GetDepsExpressionVisitor::GetDepsExpressionVisitor
(
ExpressionDeps
&
deps
)
Member Function Documentation
◆
visit()
virtual void GetDepsExpressionVisitor::visit
(
Expression
&
e
)
virtual
Implements
App::ExpressionVisitor
.
References
App::Expression::getDeps()
.
Member Data Documentation
◆
deps
ExpressionDeps
& GetDepsExpressionVisitor::deps
The documentation for this class was generated from the following file:
src/App/Expression.cpp
1.8.17
|
======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
PrefLineEdit
Gui::PrefLineEdit Member List
This is the complete list of members for
Gui::PrefLineEdit
, including all inherited members.
entryName
() const
Gui::PrefWidget
failedToRestore
(const QString &) const
Gui::PrefWidget
protected
failedToSave
(const QString &) const
Gui::PrefWidget
protected
getDefaultParameter
(void)
Gui::WindowParameter
static
getWindowParameter
(void)
Gui::WindowParameter
OnChange
(Base::Subject< const char * > &rCaller, const char *sReason)
Gui::PrefWidget
virtual
onRestore
()
Gui::PrefWidget
onSave
()
Gui::PrefWidget
paramGrpPath
() const
Gui::PrefWidget
prefEntry
Gui::PrefLineEdit
PrefLineEdit
(QWidget *parent=0)
Gui::PrefLineEdit
prefPath
Gui::PrefLineEdit
PrefWidget
()
Gui::PrefWidget
protected
restorePreferences
()
Gui::PrefLineEdit
protected
virtual
savePreferences
()
Gui::PrefLineEdit
protected
virtual
setEntryName
(const QByteArray &name)
Gui::PrefWidget
setGroupName
(const char *name)
Gui::WindowParameter
setParamGrpPath
(const QByteArray &path)
Gui::PrefWidget
WindowParameter
(const char *name)
Gui::WindowParameter
~PrefLineEdit
()
Gui::PrefLineEdit
virtual
~PrefWidget
()
Gui::PrefWidget
protected
virtual
~WindowParameter
()
Gui::WindowParameter
virtual
1.8.17
|
=============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PartDesign
ProfileBased
PartDesign::ProfileBased Member List
This is the complete list of members for
PartDesign::ProfileBased
, 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
Additive
enum value
PartDesign::FeatureAddSub
AddSubShape
PartDesign::FeatureAddSub
addSubType
PartDesign::FeatureAddSub
protected
adjustRelativeLinks
(const std::set< App::DocumentObject * > &inList, std::set< App::DocumentObject * > *visited=0)
App::DocumentObject
virtual
allowDuplicateLabel
() const
App::DocumentObject
virtual
AllowMultiFace
PartDesign::ProfileBased
BaseClass
()
Base::BaseClass
BaseFeature
PartDesign::Feature
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
checkLineCrossesFace
(const gp_Lin &line, const TopoDS_Face &face)
PartDesign::ProfileBased
protected
static
checkWireInsideFace
(const TopoDS_Wire &wire, const TopoDS_Face &face, const gp_Dir &dir)
PartDesign::ProfileBased
protected
static
clearOutListCache
() const
App::DocumentObject
clearShapeCache
()
Part::Feature
static
countSolids
(const TopoDS_Shape &, TopAbs_ShapeEnum type=TopAbs_SOLID)
PartDesign::Feature
protected
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
() override
Part::Feature
protected
virtual
Export
enum value
App::GeoFeature
ExpressionEngine
App::DocumentObject
extensionBegin
()
App::ExtensionContainer
ExtensionContainer
()
App::ExtensionContainer
extensionEnd
()
App::ExtensionContainer
ExtensionIterator
typedef
App::ExtensionContainer
Feature
()
PartDesign::Feature
FeatureAddSub
()
PartDesign::FeatureAddSub
generatePrism
(TopoDS_Shape &prism, const TopoDS_Shape &sketchshape, const std::string &method, const gp_Dir &direction, const double L, const double L2, const bool midplane, const bool reversed)
PartDesign::ProfileBased
protected
static
generatePrism
(TopoDS_Shape &prism, const std::string &method, const TopoDS_Shape &baseshape, const TopoDS_Shape &profileshape, const TopoDS_Face &sketchface, const TopoDS_Face &uptoface, const gp_Dir &direction, Standard_Integer Mode, Standard_Boolean Modify)
PartDesign::ProfileBased
protected
static
GeoFeature
(void)
App::GeoFeature
getAddSubType
()
PartDesign::FeatureAddSub
getAxis
(const App::DocumentObject *pcReferenceAxis, const std::vector< std::string > &subReferenceAxis, Base::Vector3d &base, Base::Vector3d &dir)
PartDesign::ProfileBased
protected
getBaseObject
(bool silent=false) const
PartDesign::ProfileBased
virtual
getBaseShape
() const
PartDesign::Feature
virtual
getBaseTopoShape
(bool silent=false) const
PartDesign::Feature
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
getFeatureBody
() const
PartDesign::Feature
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
getPointFromFace
(const TopoDS_Face &f)
PartDesign::Feature
protected
static
getProfileNormal
() const
PartDesign::ProfileBased
getProfileShape
() const
PartDesign::ProfileBased
getProfileWires
() const
PartDesign::ProfileBased
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
(void)
PartDesign::Feature
virtual
getReversedAngle
(const Base::Vector3d &b, const Base::Vector3d &v)
PartDesign::ProfileBased
protected
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
getSketchAxisCount
(void) const
PartDesign::ProfileBased
getSolid
(const TopoDS_Shape &)
PartDesign::Feature
protected
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
getSupportFace
() const
PartDesign::ProfileBased
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
getUpToFace
(TopoDS_Face &upToFace, const TopoDS_Shape &support, const TopoDS_Face &supportface, const TopoDS_Shape &sketchshape, const std::string &method, const gp_Dir &dir, const double offset)
PartDesign::ProfileBased
protected
static
getUpToFaceFromLinkSub
(TopoDS_Face &upToFace, const App::PropertyLinkSub &refFace)
PartDesign::ProfileBased
protected
static
getVerifiedFace
(bool silent=false) const
PartDesign::ProfileBased
getVerifiedObject
(bool silent=false) const
PartDesign::ProfileBased
getVerifiedSketch
(bool silent=false) const
PartDesign::ProfileBased
getViewProviderName
() const
PartDesign::Feature
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
isDatum
(const App::DocumentObject *feature)
PartDesign::Feature
static
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
makePlnFromPlane
(const App::DocumentObject *obj)
PartDesign::Feature
protected
static
makeShapeFromPlane
(const App::DocumentObject *obj)
PartDesign::Feature
protected
static
Midplane
PartDesign::ProfileBased
mustExecute
() const
PartDesign::ProfileBased
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)
PartDesign::ProfileBased
protected
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
positionByPrevious
(void)
PartDesign::ProfileBased
Profile
PartDesign::ProfileBased
ProfileBased
()
PartDesign::ProfileBased
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
Refine
PartDesign::FeatureAddSub
refineShapeIfActive
(const TopoDS_Shape &) const
PartDesign::FeatureAddSub
protected
registerExtension
(Base::Type extension, App::Extension *ext)
App::ExtensionContainer
remapSupportShape
(const TopoDS_Shape &)
PartDesign::ProfileBased
protected
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)
PartDesign::ProfileBased
virtual
RestoreDocFile
(Reader &)
Base::Persistence
virtual
restoreExtensions
(Base::XMLReader &reader)
App::ExtensionContainer
restoreFromStream
(std::istream &stream)
Base::Persistence
Reversed
PartDesign::ProfileBased
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
()
PartDesign::ProfileBased
virtual
Shape
Part::Feature
signalBeforeChange
App::DocumentObject
signalChanged
App::DocumentObject
StatusBits
App::DocumentObject
protected
StdReturn
App::DocumentObject
static
Subtractive
enum value
PartDesign::FeatureAddSub
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)
PartDesign::ProfileBased
virtual
Type
enum name
PartDesign::FeatureAddSub
unsetupObject
()
App::DocumentObject
protected
virtual
UpToFace
PartDesign::ProfileBased
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
PathScripts
PathPlane
Plane
PathScripts.PathPlane.Plane Member List
This is the complete list of members for
PathScripts.PathPlane.Plane
, including all inherited members.
execute
(self, obj)
PathScripts.PathPlane.Plane
1.8.17
|
===============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
SMESH
Controls
Warping
SMESH::Controls::Warping Member List
This is the complete list of members for
SMESH::Controls::Warping
, including all inherited members.
GetBadRate
(double Value, int nbNodes) const
SMESH::Controls::Warping
virtual
GetHistogram
(int nbIntervals, std::vector< int > &nbEvents, std::vector< double > &funValues, const std::vector< int > &elements, const double *minmax=0, const bool isLogarithmic=false)
SMESH::Controls::NumericalFunctor
GetPoints
(const int theId, TSequenceOfXYZ &theRes) const
SMESH::Controls::NumericalFunctor
GetPoints
(const SMDS_MeshElement *theElem, TSequenceOfXYZ &theRes)
SMESH::Controls::NumericalFunctor
static
GetPrecision
() const
SMESH::Controls::NumericalFunctor
GetType
() const
SMESH::Controls::Warping
virtual
GetValue
(const TSequenceOfXYZ &thePoints)
SMESH::Controls::Warping
virtual
SMESH::Controls::NumericalFunctor::GetValue
(long theElementId)
SMESH::Controls::NumericalFunctor
virtual
myCurrElement
SMESH::Controls::NumericalFunctor
protected
myMesh
SMESH::Controls::NumericalFunctor
protected
myPrecision
SMESH::Controls::NumericalFunctor
protected
myPrecisionValue
SMESH::Controls::NumericalFunctor
protected
NumericalFunctor
()
SMESH::Controls::NumericalFunctor
Round
(const double &value)
SMESH::Controls::NumericalFunctor
SetMesh
(const SMDS_Mesh *theMesh)
SMESH::Controls::NumericalFunctor
virtual
SetPrecision
(const long thePrecision)
SMESH::Controls::NumericalFunctor
~Functor
()
SMESH::Controls::Functor
1.8.17
|
========================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Spreadsheet_legacy
_Command_Spreadsheet_Create
Spreadsheet_legacy._Command_Spreadsheet_Create Member List
This is the complete list of members for
Spreadsheet_legacy._Command_Spreadsheet_Create
, including all inherited members.
Activated
(self)
Spreadsheet_legacy._Command_Spreadsheet_Create
GetResources
(self)
Spreadsheet_legacy._Command_Spreadsheet_Create
1.8.17
|
===================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
femobjects
element_fluid1D
ElementFluid1D
femobjects.element_fluid1D.ElementFluid1D Member List
This is the complete list of members for
femobjects.element_fluid1D.ElementFluid1D
, including all inherited members.
BaseType
femobjects.base_fempythonobject.BaseFemPythonObject
static
known_channel_types
femobjects.element_fluid1D.ElementFluid1D
static
known_fluid_types
femobjects.element_fluid1D.ElementFluid1D
static
known_gas_types
femobjects.element_fluid1D.ElementFluid1D
static
known_liquid_types
femobjects.element_fluid1D.ElementFluid1D
static
Type
femobjects.element_fluid1D.ElementFluid1D
static
1.8.17
|
=================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Base
StdInputStream
List of all members
|
Public Member Functions
Base::StdInputStream Class Reference
#include <InputSource.h>
Public Member Functions
virtual XMLFilePos
curPos
() const
virtual const XMLCh *
getContentType
() const
virtual XMLSize_t
readBytes
(XMLByte *const toFill, const XMLSize_t maxToRead)
StdInputStream
(std::istream &
Stream
, XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager *const manager=XERCES_CPP_NAMESPACE_QUALIFIER XMLPlatformUtils::fgMemoryManager)
virtual
~StdInputStream
()
Constructor & Destructor Documentation
◆
StdInputStream()
StdInputStream::StdInputStream
(
std::istream &
Stream
,
XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager *const
manager
=
XERCES_CPP_NAMESPACE_QUALIFIER XMLPlatformUtils::fgMemoryManager
)
◆
~StdInputStream()
StdInputStream::~StdInputStream
(
)
virtual
Member Function Documentation
◆
curPos()
XMLFilePos StdInputStream::curPos
(
)
const
virtual
◆
getContentType()
virtual const XMLCh* Base::StdInputStream::getContentType
(
)
const
virtual
◆
readBytes()
XMLSize_t StdInputStream::readBytes
(
XMLByte *const
toFill
,
const XMLSize_t
maxToRead
)
virtual
The documentation for this class was generated from the following files:
src/Base/InputSource.h
src/Base/InputSource.cpp
1.8.17
|
==============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Fem
StdMeshers_MaxElementAreaPy
List of all members
|
Public Member Functions
|
Static Public Member Functions
Fem::StdMeshers_MaxElementAreaPy Class Reference
#include <HypothesisPy.h>
Public Member Functions
Py::Object
getMaxArea
(const Py::Tuple &args)
Py::Object
setMaxArea
(const Py::Tuple &args)
StdMeshers_MaxElementAreaPy
(int hypId, int studyId,
SMESH_Gen
*gen)
~StdMeshers_MaxElementAreaPy
()
Public Member Functions inherited from
Fem::SMESH_HypothesisPy< StdMeshers_MaxElementAreaPy >
Py::Object
clearParameters
(const Py::Tuple &args)
Py::Object
getattr
(const char *name)
boost::shared_ptr<
SMESH_Hypothesis
>
getHypothesis
() const
Py::Object
getLastParameters
(const Py::Tuple &args)
Py::Object
getLibName
(const Py::Tuple &args)
Py::Object
getParameters
(const Py::Tuple &args)
Py::Object
isAuxiliary
(const Py::Tuple &args)
Py::Object
repr
()
Py::Object
setLastParameters
(const Py::Tuple &args)
Py::Object
setLibName
(const Py::Tuple &args)
Py::Object
setParameters
(const Py::Tuple &args)
Py::Object
setParametersByMesh
(const Py::Tuple &args)
SMESH_HypothesisPy
(
SMESH_Hypothesis
*)
virtual
~SMESH_HypothesisPy
()
Static Public Member Functions
static void
init_type
(
PyObject
*)
Static Public Member Functions inherited from
Fem::SMESH_HypothesisPy< StdMeshers_MaxElementAreaPy >
static void
init_type
(
PyObject
*)
Additional Inherited Members
Public Types inherited from
Fem::SMESH_HypothesisPy< StdMeshers_MaxElementAreaPy >
typedef
SMESH_HypothesisPy
<
StdMeshers_MaxElementAreaPy
>
SMESH_HypothesisPyBase
Protected Member Functions inherited from
Fem::SMESH_HypothesisPy< StdMeshers_MaxElementAreaPy >
type
*
hypothesis
() const
Constructor & Destructor Documentation
◆
StdMeshers_MaxElementAreaPy()
StdMeshers_MaxElementAreaPy::StdMeshers_MaxElementAreaPy
(
int
hypId
,
int
studyId
,
SMESH_Gen
*
gen
)
◆
~StdMeshers_MaxElementAreaPy()
StdMeshers_MaxElementAreaPy::~StdMeshers_MaxElementAreaPy
(
)
Member Function Documentation
◆
getMaxArea()
Py::Object StdMeshers_MaxElementAreaPy::getMaxArea
(
const Py::Tuple &
args
)
Referenced by
init_type()
.
◆
init_type()
void StdMeshers_MaxElementAreaPy::init_type
(
PyObject
*
module
)
static
References
getMaxArea()
,
Fem::SMESH_HypothesisPy< StdMeshers_MaxElementAreaPy >::init_type()
, and
setMaxArea()
.
◆
setMaxArea()
Py::Object StdMeshers_MaxElementAreaPy::setMaxArea
(
const Py::Tuple &
args
)
Referenced by
init_type()
.
The documentation for this class was generated from the following files:
src/Mod/Fem/App/HypothesisPy.h
src/Mod/Fem/App/HypothesisPy.cpp
1.8.17
|
====================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Ui_DlgTrajectorySimulate Class Reference
The documentation for this class was generated from the following file:
src/Mod/Robot/Gui/TrajectorySimulate.h
1.8.13
|
==================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
action_directive
List of all members
|
Public Member Functions
|
Public Attributes
automotive_design.action_directive Class Reference
Public Member Functions
def
analysis
()
def
comment
()
def
description
()
def
name
()
def
requests
()
Public Attributes
analysis
comment
description
name
requests
Detailed Description
Entity action_directive definition.
:param name
:type name:label
:param description
:type description:text
:param analysis
:type analysis:text
:param comment
:type comment:text
:param requests
:type requests:SET(1,None,'versioned_action_request', scope = schema_scope)
Member Function Documentation
◆
analysis()
def automotive_design.action_directive.analysis
(
)
References automotive_design.action_directive._analysis, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_directive._analysis, and
automotive_design.action_directive.analysis
.
◆
comment()
def automotive_design.action_directive.comment
(
)
References zipios::GZIPOutputStreambuf._comment, zipios::BasicEntry._comment, SMESH_Algo._comment, automotive_design.action_directive._comment, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_directive._comment, and
automotive_design.action_directive.comment
.
◆
description()
def automotive_design.action_directive.description
(
)
References 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, 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, 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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.versioned_action_request._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, 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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.time_interval._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_directive._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.concept_feature_operator._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.configuration_item_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.descriptive_representation_item._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association._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, 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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.shape_aspect_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.uncertainty_qualifier._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organizational_address._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.data_environment._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.general_property_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.group_relationship._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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.item_defined_transformation._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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.event_occurrence_role._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.draughting_callout_relationship._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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.property_definition._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.presentation_layer_assignment._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.concept_feature_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.event_occurrence._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.contract_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.geometric_tolerance_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.time_interval_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.document._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_method._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.externally_defined_item_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.effectivity_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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_context_role._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.property_definition_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_property._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.document_product_association._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product._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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_method_role._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, 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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organizational_project._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.time_interval_role._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.attribute_value_role._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.contract_type._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.document_usage_role._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.measure_qualification._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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.approval_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.material_designation_characterization._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, and
automotive_design.action_directive.description
.
◆
name()
def automotive_design.action_directive.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, PointPos._name, automotive_design.curve_style._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.curve_style._name, automotive_design.representation_item._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, 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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.functionally_defined_transformation._name, automotive_design.geometric_tolerance._name, automotive_design.representation._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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.geometric_tolerance._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, automotive_design.resource_property_representation._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, automotive_design.action_directive._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.time_interval._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_directive._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.concept_feature_operator._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.configuration_item_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.context_dependent_unit._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.group._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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.shape_aspect_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.tolerance_zone_form._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, 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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.general_property_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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.item_identified_representation_usage._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_formation_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.item_defined_transformation._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.conversion_based_unit._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.annotation_occurrence_relationship._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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.draughting_callout_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.application_context_element._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.dimensional_size._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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.fill_area_style._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.property_definition._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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.concept_feature_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.event_occurrence._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.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, 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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.time_interval_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.document._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_method._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.externally_defined_item_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.alternate_product_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, 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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organization_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_context_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.property_definition_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_property._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.document_product_association._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product._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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_method_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.document_relationship._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, 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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organizational_project._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.date_time_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.time_interval_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.date_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.attribute_value_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.fill_area_style_colour._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.document_usage_role._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.organization._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_occurrence_relationship._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.object_role._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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.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, 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, and
automotive_design.action_directive.name
.
◆
requests()
def automotive_design.action_directive.requests
(
)
References automotive_design.action_directive._requests, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_directive._requests, and
automotive_design.action_directive.requests
.
Member Data Documentation
◆
analysis
automotive_design.action_directive.analysis
Referenced by
automotive_design.action_directive.analysis()
,
femsolver.elmer.tasks.Prepare.checkHandled()
,
femsolver.run.Check.checkMaterial()
,
femsolver.run.Check.checkMesh()
,
femsolver.elmer.tasks.Check.checkMeshType()
,
femsolver.run.Check.checkSupported()
,
femsolver.calculix.tasks.Results.load_results_ccxdat()
,
femsolver.calculix.tasks.Results.load_results_ccxfrd()
,
femsolver.z88.tasks.Results.load_results_z88o2()
,
femsolver.calculix.tasks.Results.purge_results()
,
femsolver.z88.tasks.Results.purge_results()
,
femsolver.z88.tasks.Prepare.run()
,
femsolver.calculix.tasks.Prepare.run()
,
femsolver.elmer.tasks.Solve.run()
, and
femsolver.elmer.tasks.Results.run()
.
◆
comment
automotive_design.action_directive.comment
Referenced by
automotive_design.action_directive.comment()
.
◆
description
automotive_design.action_directive.description
Referenced by
automotive_design.action_directive.description()
.
◆
name
automotive_design.action_directive.name
Referenced by
prototype.Node.addtofreecad()
,
gzip_utf8.GzipFile.filename()
,
ifc4.ifcapproval.hasidentifierorname()
,
automotive_design.action_directive.name()
,
automotive_design.si_unit.named_unit_dimensions()
,
Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunction.output()
,
prototype.Node.pprint()
,
prototype.Node.pprint2()
,
PathScripts.PathSetupSheetGui.OpTaskPanel.propertyGroup()
,
PathScripts.PathSetupSheetGui.OpTaskPanel.propertyName()
,
ifc2x3.ifcexternalreference.wr1()
,
ifc4.ifcexternalreference.wr1()
,
ifc2x3.ifcdocumentreference.wr1()
,
ifc4.ifcdocumentreference.wr1()
, and
automotive_design.general_property_association.wr2()
.
◆
requests
automotive_design.action_directive.requests
Referenced by
automotive_design.action_directive.requests()
.
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
ifc2x3
ifcphysicalquantity
List of all members
|
Public Member Functions
|
Public Attributes
ifc2x3.ifcphysicalquantity Class Reference
Public Member Functions
def
description
()
def
name
()
def
partofcomplex
()
Public Attributes
description
name
Detailed Description
Entity ifcphysicalquantity definition.
:param name
:type name:ifclabel
:param description
:type description:ifctext
:param partofcomplex
:type partofcomplex:SET(0,1,'ifcphysicalcomplexquantity', scope = schema_scope)
Member Function Documentation
◆
description()
def ifc2x3.ifcphysicalquantity.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, 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, config_control_design.product_definition_formation._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.versioned_action_request._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, 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, 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, automotive_design.process_property_association._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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.property_definition._description, automotive_design.action_resource_requirement._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, 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, 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, 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, automotive_design.effectivity_relationship._description, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.effectivity_relationship._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, 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, 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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product._description, automotive_design.classification_role._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, 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, 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
ifc2x3.ifcphysicalquantity.description
.
◆
name()
def ifc2x3.ifcphysicalquantity.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, 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, automotive_design.representation._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, 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, config_control_design.organization_relationship._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, automotive_design.item_defined_transformation._name, config_control_design.configuration_item._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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product._name, automotive_design.classification_role._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, 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, 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, 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, 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, automotive_design.approval_status._name, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_definition_occurrence_relationship._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
ifc2x3.ifcphysicalquantity.name
.
◆
partofcomplex()
def ifc2x3.ifcphysicalquantity.partofcomplex
(
)
Member Data Documentation
◆
description
ifc2x3.ifcphysicalquantity.description
Referenced by
ifc2x3.ifcphysicalquantity.description()
.
◆
name
ifc2x3.ifcphysicalquantity.name
Referenced by
prototype.Node.addtofreecad()
,
gzip_utf8.GzipFile.filename()
,
ifc4.ifcapproval.hasidentifierorname()
,
ifc2x3.ifcphysicalquantity.name()
,
Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunction.output()
,
prototype.Node.pprint()
,
prototype.Node.pprint2()
,
PathScripts.PathSetupSheetGui.OpTaskPanel.propertyGroup()
,
PathScripts.PathSetupSheetGui.OpTaskPanel.propertyName()
,
ifc4.ifcexternalreference.wr1()
, and
ifc4.ifcdocumentreference.wr1()
.
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
ifctimemeasure
ifc4.ifctimemeasure Class Reference
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
Namespaces
|
Functions
shipAreasCurve Namespace Reference
Namespaces
PlotAux
Preview
TaskPanel
Functions
def
load
()
Function Documentation
◆
load()
def shipAreasCurve.load
(
)
Loads the tool
References
TaskPanel.createTask()
.
Referenced by
ShipGui.AreasCurve.Activated()
.
1.8.17
|
=====================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Base
AbnormalProgramTermination
Base::AbnormalProgramTermination Member List
This is the complete list of members for
Base::AbnormalProgramTermination
, including all inherited members.
AbnormalProgramTermination
()
Base::AbnormalProgramTermination
AbnormalProgramTermination
(const char *sMessage)
Base::AbnormalProgramTermination
AbnormalProgramTermination
(const std::string &sMessage)
Base::AbnormalProgramTermination
AbnormalProgramTermination
(const AbnormalProgramTermination &inst)
Base::AbnormalProgramTermination
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
what
(void) const
Base::Exception
virtual
~AbnormalProgramTermination
()
Base::AbnormalProgramTermination
virtual
~BaseClass
()
Base::BaseClass
virtual
~Exception
()
Base::Exception
virtual
1.8.17
|
===============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Base
ParameterGrpObserver
Base::ParameterGrpObserver Member List
This is the complete list of members for
Base::ParameterGrpObserver
, including all inherited members.
isEqual
(const Py::Object &obj) const
Base::ParameterGrpObserver
OnChange
(ParameterGrp::SubjectType &rCaller, ParameterGrp::MessageType Reason)
Base::ParameterGrpObserver
virtual
ParameterGrpObserver
(const Py::Object &obj)
Base::ParameterGrpObserver
~ParameterGrpObserver
()
Base::ParameterGrpObserver
virtual
1.8.17
|
==================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Fem
FemPostDataAtPointFilter
Fem::FemPostDataAtPointFilter Member List
This is the complete list of members for
Fem::FemPostDataAtPointFilter
, 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
addFilterPipeline
(const FilterPipeline &p, std::string name)
Fem::FemPostFilter
protected
adjustRelativeLinks
(const std::set< App::DocumentObject * > &inList, std::set< App::DocumentObject * > *visited=0)
App::DocumentObject
virtual
allowDuplicateLabel
() const
App::DocumentObject
virtual
BaseClass
()
Base::BaseClass
canLinkProperties
() const
App::DocumentObject
virtual
canLoadPartial
() const
App::DocumentObject
virtual
Center
Fem::FemPostDataAtPointFilter
clearOutListCache
() const
App::DocumentObject
create
(void)
Base::Persistence
static
Data
Fem::FemPostObject
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)
Fem::FemPostDataAtPointFilter
protected
virtual
Export
enum value
App::GeoFeature
ExpressionEngine
App::DocumentObject
extensionBegin
()
App::ExtensionContainer
ExtensionContainer
()
App::ExtensionContainer
extensionEnd
()
App::ExtensionContainer
ExtensionIterator
typedef
App::ExtensionContainer
FemPostDataAtPointFilter
(void)
Fem::FemPostDataAtPointFilter
FemPostFilter
(void)
Fem::FemPostFilter
FemPostObject
(void)
Fem::FemPostObject
FieldName
Fem::FemPostDataAtPointFilter
GeoFeature
(void)
App::GeoFeature
getBoundingBox
()
Fem::FemPostObject
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
getFilterPipeline
(std::string name)
Fem::FemPostFilter
protected
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
getInputData
()
Fem::FemPostFilter
protected
getLinkedObject
(bool recurse=true, Base::Matrix4D *mat=0, bool transform=false, int depth=0) const
App::DocumentObject
virtual
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
GetPointData
()
Fem::FemPostDataAtPointFilter
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
App::GeoFeature
virtual
getPropertyPrefix
() const
App::PropertyContainer
getPropertyType
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyType
(const char *name) const override
App::ExtensionContainer
virtual
getPyObject
(void)
App::GeoFeature
virtual
getStatus
() const
App::DocumentObject
getStatusString
(void) const
App::DocumentObject
getSubObject
(const char *subname, PyObject **pyObj=0, Base::Matrix4D *mat=0, bool transform=true, int depth=0) const
App::DocumentObject
virtual
getSubObjectList
(const char *subname) const
App::DocumentObject
getSubObjects
(int reason=0) const
App::DocumentObject
virtual
getTypeId
(void) const
Base::Persistence
virtual
getViewProviderName
(void) const
Fem::FemPostDataAtPointFilter
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
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
Input
Fem::FemPostFilter
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
Label
App::DocumentObject
Label2
App::DocumentObject
mustExecute
(void) const
Fem::FemPostDataAtPointFilter
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)
Fem::FemPostDataAtPointFilter
protected
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
PointData
Fem::FemPostDataAtPointFilter
PropertyContainer
()
App::PropertyContainer
purgeError
(void)
App::DocumentObject
purgeTouched
(void)
App::DocumentObject
PythonObject
App::DocumentObject
protected
Radius
Fem::FemPostDataAtPointFilter
recompute
(void)
App::DocumentObject
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
Save
(Base::Writer &writer) const override
App::DocumentObject
virtual
SaveDocFile
(Writer &) const
Base::Persistence
virtual
saveExtensions
(Base::Writer &writer) const
App::ExtensionContainer
setActiveFilterPipeline
(std::string name)
Fem::FemPostFilter
protected
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
signalBeforeChange
App::DocumentObject
signalChanged
App::DocumentObject
StatusBits
App::DocumentObject
protected
StdReturn
App::DocumentObject
static
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
Unit
Fem::FemPostDataAtPointFilter
unsetupObject
()
App::DocumentObject
protected
virtual
Visibility
App::DocumentObject
~BaseClass
()
Base::BaseClass
virtual
~DocumentObject
()
App::DocumentObject
virtual
~ExtensionContainer
()
App::ExtensionContainer
virtual
~FemPostDataAtPointFilter
()
Fem::FemPostDataAtPointFilter
virtual
~FemPostFilter
()
Fem::FemPostFilter
virtual
~FemPostObject
()
Fem::FemPostObject
virtual
~GeoFeature
()
App::GeoFeature
virtual
~PropertyContainer
()
App::PropertyContainer
virtual
~TransactionalObject
()
App::TransactionalObject
virtual
1.8.17
|
==============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Mesh
AmfExporter
List of all members
|
Public Member Functions
Mesh::AmfExporter Class Reference
Used for exporting to Additive Manufacturing File (AMF) format.
More...
#include <Exporter.h>
Public Member Functions
bool
addMesh
(const
MeshCore::MeshKernel
&kernel, const std::map< std::string, std::string > &meta)
bool
addMeshFeat
(
App::DocumentObject
*obj) override
bool
addPartFeat
(
App::DocumentObject
*obj, float tol) override
AmfExporter
(std::string fileName, const std::map< std::string, std::string > &meta,
bool
compress=true)
Writes AMF header.
More...
~AmfExporter
()
Writes AMF footer.
More...
Public Member Functions inherited from
Mesh::Exporter
bool
addAppGroup
(
App::DocumentObject
*obj, float tol)
Recursively adds objects from
App::Part
&
App::DocumentObjectGroup
.
More...
bool
addObject
(
App::DocumentObject
*obj, float tol)
Exporter
()
virtual
~Exporter
()=default
Additional Inherited Members
Static Public Member Functions inherited from
Mesh::Exporter
static
bool
isSupported
(
App::DocumentObject
*obj)
Static Protected Member Functions inherited from
Mesh::Exporter
static std::string
xmlEscape
(const std::string &input)
Does some simple escaping of characters for XML-type exports.
More...
Protected Attributes inherited from
Mesh::Exporter
const
Base::Type
appPartId
const
Base::Type
groupExtensionId
const
Base::Type
meshFeatId
Detailed Description
Used for exporting to Additive Manufacturing File (AMF) format.
The constructor and destructor write the beginning and end of the AMF, add____() is used to add geometry
Constructor & Destructor Documentation
◆
AmfExporter()
AmfExporter::AmfExporter
(
std::string
fileName
,
const std::map< std::string, std::string > &
meta
,
bool
compress
=
true
)
Writes AMF header.
meta information passed in is applied at the <amf> tag level
References
Base::FileInfo::dirPath()
,
Base::FileInfo::exists()
,
Base::FileInfo::fileName()
,
Base::FileInfo::filePath()
, and
Base::FileInfo::isWritable()
.
◆
~AmfExporter()
AmfExporter::~AmfExporter
(
)
Writes AMF footer.
Member Function Documentation
◆
addMesh()
bool
AmfExporter::addMesh
(
const
MeshCore::MeshKernel
&
kernel
,
const std::map< std::string, std::string > &
meta
)
meta is included for the AMF object created
References
MeshCore::MeshKernel::CountFacets()
, and
MeshCore::MeshFacetIterator::End()
.
Referenced by
addMeshFeat()
, and
addPartFeat()
.
◆
addMeshFeat()
bool
AmfExporter::addMeshFeat
(
App::DocumentObject
*
obj
)
override
virtual
Implements
Mesh::Exporter
.
References
addMesh()
,
MeshCore::MeshKernel::Transform()
, and
Mesh::Exporter::xmlEscape()
.
◆
addPartFeat()
bool
AmfExporter::addPartFeat
(
App::DocumentObject
*
obj
,
float
tol
)
override
virtual
Implements
Mesh::Exporter
.
References
addMesh()
,
Base::Persistence::getClassTypeId()
,
MeshCore::MeshKernel::Transform()
, and
Mesh::Exporter::xmlEscape()
.
The documentation for this class was generated from the following files:
src/Mod/Mesh/App/Exporter.h
src/Mod/Mesh/App/Exporter.cpp
1.8.17
|
=======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifcreference
ifc4.ifcreference Member List
This is the complete list of members for
ifc4.ifcreference
, including all inherited members.
attributeidentifier
ifc4.ifcreference
attributeidentifier
()
ifc4.ifcreference
innerreference
ifc4.ifcreference
innerreference
()
ifc4.ifcreference
instancename
ifc4.ifcreference
instancename
()
ifc4.ifcreference
listpositions
ifc4.ifcreference
listpositions
()
ifc4.ifcreference
typeidentifier
ifc4.ifcreference
typeidentifier
()
ifc4.ifcreference
1.8.17
|
==================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
FemGui
ViewProviderFemConstraintGear
List of all members
|
Public Member Functions
|
Protected Member Functions
FemGui::ViewProviderFemConstraintGear Class Reference
#include <ViewProviderFemConstraintGear.h>
Public Member Functions
virtual void
updateData
(const
App::Property
*)
ViewProviderFemConstraintGear
()
Constructor.
More...
virtual
~ViewProviderFemConstraintGear
()
Public Member Functions inherited from
FemGui::ViewProviderFemConstraint
void
attach
(
App::DocumentObject
*)
Attaches the document object to this view provider.
More...
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...
std::vector< std::string >
getDisplayModes
(void) const
returns a list of all possible display modes
More...
void
setDisplayMode
(const char *ModeName)
set the display mode
More...
void
setupContextMenu
(
QMenu
*,
QObject
*, const char *)
set up the context-menu with the supported edit modes
More...
ViewProviderFemConstraint
(void)
Constructor.
More...
virtual
~ViewProviderFemConstraint
()
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...
bool
doubleClicked
(void) override
is called by the tree if the user double click on the object
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 void
forceUpdate
(
bool
enable=true)
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
bool
isUpdateForced
() const
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
virtual
bool
allowOverride
(const
App::DocumentObject
&) const
Allow this class to be used as an override for the original view provider of the given object.
More...
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...
virtual
bool
useNewSelectionModel
(void) const
indicates if the
ViewProvider
use the new Selection model
More...
virtual std::string
getElement
(const SoDetail *) const
return a hit element to the selection path or 0
More...
virtual SoDetail *
getDetail
(const char *) const
return the coin node detail of the subelement
More...
int
partialRender
(const std::vector< std::string > &subelements,
bool
clear)
partial rendering setup
More...
virtual std::vector<
Base::Vector3d
>
getModelPoints
(const SoPickedPoint *) const
virtual std::vector<
Base::Vector3d
>
getSelectionShape
(const char *Element) const
return the highlight lines for a given element or the whole shape
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...
bool
isEditing
() const
void
finishEditing
()
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 QIcon
getIcon
(void) const
deliver the icon shown in the tree view
More...
virtual std::map< std::string,
App::Color
>
getElementColors
(const char *element=0) const
virtual void
setElementColors
(const std::map< std::string,
App::Color
> &colors)
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
virtual
bool
setEdit
(int ModNum)
is called by the document when the provider goes in edit mode
More...
Protected Member Functions inherited from
FemGui::ViewProviderFemConstraint
void
checkForWizard
()
void
onChanged
(const
App::Property
*prop)
get called by the container whenever a property has been changed
More...
virtual void
unsetEdit
(int ModNum)
is called when you lose the edit mode
More...
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
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...
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...
Protected Member Functions inherited from
Gui::ViewProvider
int
getEditingMode
() const
return the edit mode or -1 if nothing is being edited
More...
virtual QIcon
mergeOverlayIcons
(const QIcon &orig) const
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
FemGui::ViewProviderFemConstraint
static std::string
gethideMeshShowPartStr
()
static std::string
gethideMeshShowPartStr
(const std::string showConstr)
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
FemGui::ViewProviderFemConstraint
App::PropertyFloat
DistFactor
App::PropertyColor
FaceColor
App::PropertyInteger
FontSize
App::PropertyBool
Mirror
App::PropertyColor
ShapeColor
App::PropertyColor
TextColor
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
FemGui::ViewProviderFemConstraint
static
SoSeparator
*
createArrow
(const double length, const double radius)
static void
createArrow
(
SoSeparator
*sep, const double length, const double radius)
static
SoSeparator
*
createCone
(const double height, const double radius)
static void
createCone
(
SoSeparator
*sep, const double height, const double radius)
static
SoSeparator
*
createCube
(const double width, const double length, const double height)
static void
createCube
(
SoSeparator
*sep, const double width, const double length, const double height)
static
SoSeparator
*
createCylinder
(const double height, const double radius)
static void
createCylinder
(
SoSeparator
*sep, const double height, const double radius)
static
SoSeparator
*
createDisplacement
(const double height, const double width, const
bool
gap=false)
static void
createDisplacement
(
SoSeparator
*sep, const double height, const double width, const
bool
gap=false)
static
SoSeparator
*
createFixed
(const double height, const double width, const
bool
gap=false)
static void
createFixed
(
SoSeparator
*sep, const double height, const double width, const
bool
gap=false)
static void
createPlacement
(
SoSeparator
*sep, const SbVec3f &base, const SbRotation &r)
static
SoSeparator
*
createRotation
(const double height, const double width, const
bool
gap=false)
static void
createRotation
(
SoSeparator
*sep, const double height, const double width, const
bool
gap=false)
static
QObject
*
findChildByName
(const
QObject
*parent, const QString &name)
static void
updateArrow
(const
SoNode
*node, const int idx, const double length, const double radius)
static void
updateCone
(const
SoNode
*node, const int idx, const double height, const double radius)
static void
updateCube
(const
SoNode
*node, const int idx, const double width, const double length, const double height)
static void
updateCylinder
(const
SoNode
*node, const int idx, const double height, const double radius)
static void
updateDisplacement
(const
SoNode
*node, const int idx, const double height, const double width, const
bool
gap=false)
static void
updateFixed
(const
SoNode
*node, const int idx, const double height, const double width, const
bool
gap=false)
static void
updatePlacement
(const
SoSeparator
*sep, const int idx, const SbVec3f &base, const SbRotation &r)
static void
updateRotation
(const
SoNode
*node, const int idx, const double height, const double width, const
bool
gap=false)
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
FemGui::ViewProviderFemConstraint
TaskFemConstraint
*
constraintDialog
SoSeparator
*
pShapeSep
QVBoxLayout *
wizardSubLayout
QVBoxLayout *
wizardWidget
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
◆
ViewProviderFemConstraintGear()
ViewProviderFemConstraintGear::ViewProviderFemConstraintGear
(
)
Constructor.
◆
~ViewProviderFemConstraintGear()
ViewProviderFemConstraintGear::~ViewProviderFemConstraintGear
(
)
virtual
Member Function Documentation
◆
setEdit()
bool
ViewProviderFemConstraintGear::setEdit
(
int
ModNum
)
protected
virtual
is called by the document when the provider goes in edit mode
Reimplemented from
FemGui::ViewProviderFemConstraint
.
References
Gui::ControlSingleton::activeDialog()
,
FemGui::ViewProviderFemConstraint::checkForWizard()
,
Gui::SelectionSingleton::clearSelection()
,
FemGui::ViewProviderFemConstraint::constraintDialog
,
Gui::Control()
,
FemGui::TaskDlgFemConstraint::getConstraintView()
,
Gui::ControlSingleton::reject()
,
Gui::Selection()
,
Gui::ControlSingleton::showDialog()
,
FemGui::ViewProviderFemConstraint::wizardSubLayout
, and
FemGui::ViewProviderFemConstraint::wizardWidget
.
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()
.
◆
updateData()
void ViewProviderFemConstraintGear::updateData
(
const
App::Property
*
prop
)
virtual
Reimplemented from
FemGui::ViewProviderFemConstraint
.
References
Fem::ConstraintBearing::Axis
,
Fem::ConstraintBearing::BasePoint
,
Gui::coinRemoveAllChildren()
,
FemGui::ViewProviderFemConstraint::createArrow()
,
FemGui::ViewProviderFemConstraint::createCylinder()
,
FemGui::ViewProviderFemConstraint::createPlacement()
,
Fem::ConstraintGear::Diameter
,
Fem::ConstraintGear::DirectionVector
,
Fem::ConstraintGear::ForceAngle
,
App::Property::getName()
,
Gui::ViewProviderDocumentObject::getObject()
,
App::PropertyVector::getValue()
,
App::PropertyFloat::getValue()
,
Fem::ConstraintBearing::Height
,
Base::Vector3< _Precision >::Length()
,
FemGui::ViewProviderFemConstraint::pShapeSep
,
Fem::ConstraintBearing::Radius
,
FemGui::ViewProviderFemConstraint::updateArrow()
,
FemGui::ViewProviderFemConstraint::updateCylinder()
,
FemGui::ViewProviderFemConstraint::updateData()
,
FemGui::ViewProviderFemConstraint::updatePlacement()
,
Base::Vector3< _Precision >::x
,
Base::Vector3< _Precision >::y
, and
Base::Vector3< _Precision >::z
.
Referenced by
PathScripts.PathJobDlg.JobCreate::exec_()
,
PathScripts.PathOpGui.TaskPanelPage::pageUpdateData()
, and
PathScripts.PathSetupSheetGui.OpTaskPanel::setupUi()
.
The documentation for this class was generated from the following files:
src/Mod/Fem/Gui/ViewProviderFemConstraintGear.h
src/Mod/Fem/Gui/ViewProviderFemConstraintGear.cpp
1.8.17
|
=========================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Part
Common
List of all members
|
Public Member Functions
Part::Common Class Reference
#include <FeaturePartCommon.h>
Public Member Functions
Common
()
Public Member Functions inherited from
Part::Boolean
Boolean
()
App::DocumentObjectExecReturn
*
execute
(void)
recalculate the
Feature
More...
short
mustExecute
() const
mustExecute We call this method to check if the object was modified to be invoked.
More...
const char *
getViewProviderName
(void) 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...
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...
Protected Member Functions
methods override Feature
BRepAlgoAPI_BooleanOperation *
makeOperation
(const TopoDS_Shape &, const TopoDS_Shape &) const
recalculate the
Feature
More...
Protected Member Functions inherited from
Part::Boolean
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...
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)
Public Attributes inherited from
Part::Boolean
App::PropertyLink
Base
PropertyShapeHistory
History
App::PropertyBool
Refine
App::PropertyLink
Tool
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...
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
◆
Common()
Common::Common
(
)
Member Function Documentation
◆
makeOperation()
BRepAlgoAPI_BooleanOperation * Common::makeOperation
(
const TopoDS_Shape &
base
,
const TopoDS_Shape &
tool
)
const
protected
virtual
recalculate the
Feature
Implements
Part::Boolean
.
The documentation for this class was generated from the following files:
src/Mod/Part/App/FeaturePartCommon.h
src/Mod/Part/App/FeaturePartCommon.cpp
1.8.17
|
================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PathScripts
PathArray
ViewProviderArray
PathScripts.PathArray.ViewProviderArray Member List
This is the complete list of members for
PathScripts.PathArray.ViewProviderArray
, including all inherited members.
attach
(self, vobj)
PathScripts.PathArray.ViewProviderArray
claimChildren
(self)
PathScripts.PathArray.ViewProviderArray
Object
PathScripts.PathArray.ViewProviderArray
1.8.17
|
==============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifccshapeprofiledef
ifc4.ifccshapeprofiledef Member List
This is the complete list of members for
ifc4.ifccshapeprofiledef
, including all inherited members.
depth
ifc4.ifccshapeprofiledef
depth
()
ifc4.ifccshapeprofiledef
girth
ifc4.ifccshapeprofiledef
girth
()
ifc4.ifccshapeprofiledef
hasexternalreference
()
ifc4.ifcprofiledef
hasproperties
()
ifc4.ifcprofiledef
internalfilletradius
ifc4.ifccshapeprofiledef
internalfilletradius
()
ifc4.ifccshapeprofiledef
position
ifc4.ifcparameterizedprofiledef
position
()
ifc4.ifcparameterizedprofiledef
profilename
ifc4.ifcprofiledef
profilename
()
ifc4.ifcprofiledef
profiletype
ifc4.ifcprofiledef
profiletype
()
ifc4.ifcprofiledef
validgirth
(self)
ifc4.ifccshapeprofiledef
validinternalfilletradius
(self)
ifc4.ifccshapeprofiledef
validwallthickness
(self)
ifc4.ifccshapeprofiledef
wallthickness
ifc4.ifccshapeprofiledef
wallthickness
()
ifc4.ifccshapeprofiledef
width
ifc4.ifccshapeprofiledef
width
()
ifc4.ifccshapeprofiledef
1.8.17
|
=================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
LineNumberArea Member List
This is the complete list of members for
LineNumberArea
, including all inherited members.
LineNumberArea
(PropertyListEditor *editor)
LineNumberArea
paintEvent
(QPaintEvent *event)
LineNumberArea
protected
sizeHint
() const
LineNumberArea
1.8.17
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.