text
stringlengths 145
7.65M
|
---|
=========================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Dice3DS
dom3ds
TARGET_NODE_TAG
Dice3DS.dom3ds.TARGET_NODE_TAG Member List
This is the complete list of members for
Dice3DS.dom3ds.TARGET_NODE_TAG
, including all inherited members.
document_html
Dice3DS.dom3ds.ChunkBase
static
document_html
(cls, flo, done)
Dice3DS.dom3ds.ChunkBase
dump
(self, flo, indent, flags)
Dice3DS.dom3ds.ChunkBase
dump_array
(self, flo, indent, flags)
Dice3DS.dom3ds.ChunkBase
dump_chunks
(self, flo, indent, flags)
Dice3DS.dom3ds.ChunkBase
dump_header
(self, flo, flags)
Dice3DS.dom3ds.ChunkBase
dump_struct
(self, flo, indent, flags)
Dice3DS.dom3ds.ChunkBase
freechunks
Dice3DS.dom3ds.ChunkBase
static
get_byte
(fbuf, flags)
Dice3DS.dom3ds.ChunkBase
static
get_chunk
(fbuf, flags)
Dice3DS.dom3ds.ChunkBase
static
get_float
(fbuf, flags)
Dice3DS.dom3ds.ChunkBase
static
get_long
(fbuf, flags)
Dice3DS.dom3ds.ChunkBase
static
get_short
(fbuf, flags)
Dice3DS.dom3ds.ChunkBase
static
get_string
(fbuf, flags)
Dice3DS.dom3ds.ChunkBase
static
out_attr
(self, attr, flo, indent, flags)
Dice3DS.dom3ds.ChunkBase
out_chunk
(self, attr, flo, indent, flags)
Dice3DS.dom3ds.ChunkBase
out_chunk_index
(self, attr, i, flo, indent, flags)
Dice3DS.dom3ds.ChunkBase
read
(self, fbuf, flags)
Dice3DS.dom3ds.ChunkBase
read_array
(self, fbuf, flags)
Dice3DS.dom3ds.ChunkBase
read_chunks
(self, fbuf, flags)
Dice3DS.dom3ds.ChunkBase
read_struct
(self, fbuf, flags)
Dice3DS.dom3ds.ChunkBase
set_byte
(value)
Dice3DS.dom3ds.ChunkBase
static
set_chunk
(value)
Dice3DS.dom3ds.ChunkBase
static
set_float
(value)
Dice3DS.dom3ds.ChunkBase
static
set_long
(value)
Dice3DS.dom3ds.ChunkBase
static
set_short
(value)
Dice3DS.dom3ds.ChunkBase
static
set_string
(value)
Dice3DS.dom3ds.ChunkBase
static
single
Dice3DS.dom3ds.TARGET_NODE_TAG
static
subchunks
Dice3DS.dom3ds.ChunkBase
swallow
Dice3DS.dom3ds.ChunkBase
static
tag
Dice3DS.dom3ds.TARGET_NODE_TAG
static
write
(self)
Dice3DS.dom3ds.ChunkBase
write_array
(self)
Dice3DS.dom3ds.ChunkBase
write_chunks
(self)
Dice3DS.dom3ds.ChunkBase
write_struct
(self)
Dice3DS.dom3ds.ChunkBase
1.8.17
|
=====================================================================================================================
Index
Modules Hierarchy
Alphabetical list
List of all members
|
Public Member Functions
|
Protected Member Functions
FCCmdTest3 Class Reference
Public Member Functions
virtual const char *
className
() const
The C++ class name is needed as context for the translation framework.
More...
FCCmdTest3
()
virtual
~ FCCmdTest3
()
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
β
FCCmdTest3()
FCCmdTest3::FCCmdTest3
(
)
β
~ FCCmdTest3()
virtual FCCmdTest3::~
FCCmdTest3
(
)
virtual
Member Function Documentation
β
activated()
void FCCmdTest3::activated
(
int
iMsg
)
protected
virtual
Methods which gets called when activated, needs to be reimplemented!
Implements
Gui::Command
.
β
className()
virtual const char* FCCmdTest3::className
(
)
const
virtual
The C++ class name is needed as context for the translation framework.
Implements
Gui::CommandBase
.
β
isActive()
bool
FCCmdTest3::isActive
(
void
)
protected
virtual
Override this method if your Cmd is not always active.
Reimplemented from
Gui::Command
.
The documentation for this class was generated from the following file:
src/Gui/CommandTest.cpp
1.8.17
|
======================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Inspection
DistanceInspectionRMS
Inspection::DistanceInspectionRMS Member List
This is the complete list of members for
Inspection::DistanceInspectionRMS
, including all inherited members.
DistanceInspectionRMS
()
Inspection::DistanceInspectionRMS
getRMS
()
Inspection::DistanceInspectionRMS
m_numv
Inspection::DistanceInspectionRMS
m_sumsq
Inspection::DistanceInspectionRMS
operator+=
(const DistanceInspectionRMS &rhs)
Inspection::DistanceInspectionRMS
1.8.17
|
============================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PathScripts
PathOpGui
CommandPathOp
PathScripts.PathOpGui.CommandPathOp Member List
This is the complete list of members for
PathScripts.PathOpGui.CommandPathOp
, including all inherited members.
Activated
(self)
PathScripts.PathOpGui.CommandPathOp
GetResources
(self)
PathScripts.PathOpGui.CommandPathOp
IsActive
(self)
PathScripts.PathOpGui.CommandPathOp
res
PathScripts.PathOpGui.CommandPathOp
1.8.17
|
===========================================================================================================================
Index
Modules Hierarchy
Alphabetical list
List of all members
|
Public Member Functions
SMESHDS_Command Class Reference
#include <SMESHDS_Command.hxx>
Public Member Functions
void
Add0DElement
(int New0DElementID, int idnode)
void
AddBall
(int NewBallID, int node, double diameter)
Record adding a Ball.
More...
void
AddEdge
(int NewEdgeID, int idnode1, int idnode2)
void
AddEdge
(int NewEdgeID, int n1, int n2, int n12)
void
AddFace
(int NewFaceID, int idnode1, int idnode2, int idnode3)
void
AddFace
(int NewFaceID, int idnode1, int idnode2, int idnode3, int idnode4)
void
AddFace
(int NewFaceID, int n1, int n2, int n3, int n12, int n23, int n31)
void
AddFace
(int NewFaceID, int n1, int n2, int n3, int n12, int n23, int n31, int nCenter)
void
AddFace
(int NewFaceID, int n1, int n2, int n3, int n4, int n12, int n23, int n34, int n41)
void
AddFace
(int NewFaceID, int n1, int n2, int n3, int n4, int n12, int n23, int n34, int n41, int nCenter)
void
AddNode
(int NewNodeID, double x, double y, double z)
void
AddPolygonalFace
(const int ElementID, const std::vector< int > &nodes_ids)
void
AddPolyhedralVolume
(const int ElementID, const std::vector< int > &nodes_ids, const std::vector< int > &quantities)
void
AddQuadPolygonalFace
(const int ElementID, const std::vector< int > &nodes_ids)
void
AddVolume
(int NewVolID, int idnode1, int idnode2, int idnode3, int idnode4)
void
AddVolume
(int NewVolID, int idnode1, int idnode2, int idnode3, int idnode4, int idnode5)
void
AddVolume
(int NewVolID, int idnode1, int idnode2, int idnode3, int idnode4, int idnode5, int idnode6)
void
AddVolume
(int NewVolID, int idnode1, int idnode2, int idnode3, int idnode4, int idnode5, int idnode6, int idnode7, int idnode8)
void
AddVolume
(int NewVolID, int idnode1, int idnode2, int idnode3, int idnode4, int idnode5, int idnode6, int idnode7, int idnode8, int idnode9, int idnode10, int idnode11, int idnode12)
void
AddVolume
(int NewVolID, int n1, int n2, int n3, int n4, int n12, int n23, int n31, int n14, int n24, int n34)
void
AddVolume
(int NewVolID, int n1, int n2, int n3, int n4, int n5, int n12, int n23, int n34, int n41, int n15, int n25, int n35, int n45)
void
AddVolume
(int NewVolID, int n1, int n2, int n3, int n4, int n5, int n6, int n12, int n23, int n31, int n45, int n56, int n64, int n14, int n25, int n36)
void
AddVolume
(int NewVolID, int n1, int n2, int n3, int n4, int n5, int n6, int n7, int n8, int n12, int n23, int n34, int n41, int n56, int n67, int n78, int n85, int n15, int n26, int n37, int n48)
void
AddVolume
(int NewVolID, int n1, int n2, int n3, int n4, int n5, int n6, int n7, int n8, int n12, int n23, int n34, int n41, int n56, int n67, int n78, int n85, int n15, int n26, int n37, int n48, int n1234, int n1256, int n2367, int n3478, int n1458, int n5678, int nCenter)
void
ChangeElementNodes
(int ElementID, int nodes[], int nbnodes)
void
ChangePolyhedronNodes
(const int ElementID, const std::vector< int > &nodes_ids, const std::vector< int > &quantities)
const std::list< double > &
GetCoords
()
const std::list< int > &
GetIndexes
()
int
GetNumber
()
SMESHDS_CommandType
GetType
()
void
MoveNode
(int NewNodeID, double x, double y, double z)
void
RemoveElement
(int ElementID)
void
RemoveNode
(int NodeID)
void
Renumber
(const
bool
isNodes, const int startID, const int deltaID)
SMESHDS_Command
(const SMESHDS_CommandType aType)
~SMESHDS_Command
()
Constructor & Destructor Documentation
β
SMESHDS_Command()
SMESHDS_Command::SMESHDS_Command
(
const SMESHDS_CommandType
aType
)
β
~SMESHDS_Command()
SMESHDS_Command::~SMESHDS_Command
(
)
Member Function Documentation
β
Add0DElement()
void SMESHDS_Command::Add0DElement
(
int
New0DElementID
,
int
idnode
)
Referenced by
SMESHDS_Script::Add0DElement()
.
β
AddBall()
void SMESHDS_Command::AddBall
(
int
NewBallID
,
int
node
,
double
diameter
)
Record adding a Ball.
Referenced by
SMESHDS_Script::AddBall()
.
β
AddEdge()
[1/2]
void SMESHDS_Command::AddEdge
(
int
NewEdgeID
,
int
idnode1
,
int
idnode2
)
Referenced by
SMESHDS_Script::AddEdge()
.
β
AddEdge()
[2/2]
void SMESHDS_Command::AddEdge
(
int
NewEdgeID
,
int
n1
,
int
n2
,
int
n12
)
β
AddFace()
[1/6]
void SMESHDS_Command::AddFace
(
int
NewFaceID
,
int
idnode1
,
int
idnode2
,
int
idnode3
)
Referenced by
SMESHDS_Script::AddFace()
.
β
AddFace()
[2/6]
void SMESHDS_Command::AddFace
(
int
NewFaceID
,
int
idnode1
,
int
idnode2
,
int
idnode3
,
int
idnode4
)
β
AddFace()
[3/6]
void SMESHDS_Command::AddFace
(
int
NewFaceID
,
int
n1
,
int
n2
,
int
n3
,
int
n12
,
int
n23
,
int
n31
)
β
AddFace()
[4/6]
void SMESHDS_Command::AddFace
(
int
NewFaceID
,
int
n1
,
int
n2
,
int
n3
,
int
n12
,
int
n23
,
int
n31
,
int
nCenter
)
β
AddFace()
[5/6]
void SMESHDS_Command::AddFace
(
int
NewFaceID
,
int
n1
,
int
n2
,
int
n3
,
int
n4
,
int
n12
,
int
n23
,
int
n34
,
int
n41
)
β
AddFace()
[6/6]
void SMESHDS_Command::AddFace
(
int
NewFaceID
,
int
n1
,
int
n2
,
int
n3
,
int
n4
,
int
n12
,
int
n23
,
int
n34
,
int
n41
,
int
nCenter
)
β
AddNode()
void SMESHDS_Command::AddNode
(
int
NewNodeID
,
double
x
,
double
y
,
double
z
)
Referenced by
SMESHDS_Script::AddNode()
.
β
AddPolygonalFace()
void SMESHDS_Command::AddPolygonalFace
(
const int
ElementID
,
const std::vector< int > &
nodes_ids
)
Referenced by
SMESHDS_Script::AddPolygonalFace()
.
β
AddPolyhedralVolume()
void SMESHDS_Command::AddPolyhedralVolume
(
const int
ElementID
,
const std::vector< int > &
nodes_ids
,
const std::vector< int > &
quantities
)
Referenced by
SMESHDS_Script::AddPolyhedralVolume()
.
β
AddQuadPolygonalFace()
void SMESHDS_Command::AddQuadPolygonalFace
(
const int
ElementID
,
const std::vector< int > &
nodes_ids
)
Referenced by
SMESHDS_Script::AddQuadPolygonalFace()
.
β
AddVolume()
[1/10]
void SMESHDS_Command::AddVolume
(
int
NewVolID
,
int
idnode1
,
int
idnode2
,
int
idnode3
,
int
idnode4
)
Referenced by
SMESHDS_Script::AddVolume()
.
β
AddVolume()
[2/10]
void SMESHDS_Command::AddVolume
(
int
NewVolID
,
int
idnode1
,
int
idnode2
,
int
idnode3
,
int
idnode4
,
int
idnode5
)
β
AddVolume()
[3/10]
void SMESHDS_Command::AddVolume
(
int
NewVolID
,
int
idnode1
,
int
idnode2
,
int
idnode3
,
int
idnode4
,
int
idnode5
,
int
idnode6
)
β
AddVolume()
[4/10]
void SMESHDS_Command::AddVolume
(
int
NewVolID
,
int
idnode1
,
int
idnode2
,
int
idnode3
,
int
idnode4
,
int
idnode5
,
int
idnode6
,
int
idnode7
,
int
idnode8
)
β
AddVolume()
[5/10]
void SMESHDS_Command::AddVolume
(
int
NewVolID
,
int
idnode1
,
int
idnode2
,
int
idnode3
,
int
idnode4
,
int
idnode5
,
int
idnode6
,
int
idnode7
,
int
idnode8
,
int
idnode9
,
int
idnode10
,
int
idnode11
,
int
idnode12
)
β
AddVolume()
[6/10]
void SMESHDS_Command::AddVolume
(
int
NewVolID
,
int
n1
,
int
n2
,
int
n3
,
int
n4
,
int
n12
,
int
n23
,
int
n31
,
int
n14
,
int
n24
,
int
n34
)
β
AddVolume()
[7/10]
void SMESHDS_Command::AddVolume
(
int
NewVolID
,
int
n1
,
int
n2
,
int
n3
,
int
n4
,
int
n5
,
int
n12
,
int
n23
,
int
n34
,
int
n41
,
int
n15
,
int
n25
,
int
n35
,
int
n45
)
β
AddVolume()
[8/10]
void SMESHDS_Command::AddVolume
(
int
NewVolID
,
int
n1
,
int
n2
,
int
n3
,
int
n4
,
int
n5
,
int
n6
,
int
n12
,
int
n23
,
int
n31
,
int
n45
,
int
n56
,
int
n64
,
int
n14
,
int
n25
,
int
n36
)
β
AddVolume()
[9/10]
void SMESHDS_Command::AddVolume
(
int
NewVolID
,
int
n1
,
int
n2
,
int
n3
,
int
n4
,
int
n5
,
int
n6
,
int
n7
,
int
n8
,
int
n12
,
int
n23
,
int
n34
,
int
n41
,
int
n56
,
int
n67
,
int
n78
,
int
n85
,
int
n15
,
int
n26
,
int
n37
,
int
n48
)
β
AddVolume()
[10/10]
void SMESHDS_Command::AddVolume
(
int
NewVolID
,
int
n1
,
int
n2
,
int
n3
,
int
n4
,
int
n5
,
int
n6
,
int
n7
,
int
n8
,
int
n12
,
int
n23
,
int
n34
,
int
n41
,
int
n56
,
int
n67
,
int
n78
,
int
n85
,
int
n15
,
int
n26
,
int
n37
,
int
n48
,
int
n1234
,
int
n1256
,
int
n2367
,
int
n3478
,
int
n1458
,
int
n5678
,
int
nCenter
)
β
ChangeElementNodes()
void SMESHDS_Command::ChangeElementNodes
(
int
ElementID
,
int
nodes
[],
int
nbnodes
)
Referenced by
SMESHDS_Script::ChangeElementNodes()
.
β
ChangePolyhedronNodes()
void SMESHDS_Command::ChangePolyhedronNodes
(
const int
ElementID
,
const std::vector< int > &
nodes_ids
,
const std::vector< int > &
quantities
)
Referenced by
SMESHDS_Script::ChangePolyhedronNodes()
.
β
GetCoords()
const list< double > & SMESHDS_Command::GetCoords
(
)
β
GetIndexes()
const list< int > & SMESHDS_Command::GetIndexes
(
)
β
GetNumber()
int SMESHDS_Command::GetNumber
(
)
β
GetType()
SMESHDS_CommandType SMESHDS_Command::GetType
(
)
β
MoveNode()
void SMESHDS_Command::MoveNode
(
int
NewNodeID
,
double
x
,
double
y
,
double
z
)
Referenced by
SMESHDS_Script::MoveNode()
.
β
RemoveElement()
void SMESHDS_Command::RemoveElement
(
int
ElementID
)
Referenced by
SMESHDS_Script::RemoveElement()
.
β
RemoveNode()
void SMESHDS_Command::RemoveNode
(
int
NodeID
)
Referenced by
SMESHDS_Script::RemoveNode()
.
β
Renumber()
void SMESHDS_Command::Renumber
(
const
bool
isNodes
,
const int
startID
,
const int
deltaID
)
Referenced by
SMESHDS_Script::Renumber()
.
The documentation for this class was generated from the following files:
src/3rdParty/salomesmesh/inc/SMESHDS_Command.hxx
src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_Command.cpp
1.8.17
|
======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Sandbox
CustomPurgeEvent
List of all members
|
Public Member Functions
|
Protected Attributes
Sandbox::CustomPurgeEvent Class Reference
Public Member Functions
CustomPurgeEvent
(
App::DocumentObject
*o)
void
execute
()
~CustomPurgeEvent
()
Public Member Functions inherited from
Sandbox::AbstractCustomProtectorEvent
AbstractCustomProtectorEvent
()
~AbstractCustomProtectorEvent
()
Protected Attributes
App::DocumentObject
*
obj
Additional Inherited Members
Public Attributes inherited from
Sandbox::AbstractCustomProtectorEvent
QSemaphore *
semaphore
Constructor & Destructor Documentation
β
CustomPurgeEvent()
Sandbox::CustomPurgeEvent::CustomPurgeEvent
(
App::DocumentObject
*
o
)
β
~CustomPurgeEvent()
Sandbox::CustomPurgeEvent::~CustomPurgeEvent
(
)
Member Function Documentation
β
execute()
void Sandbox::CustomPurgeEvent::execute
(
)
virtual
Implements
Sandbox::AbstractCustomProtectorEvent
.
Referenced by
ArchSite.Compass::buildCoordinates()
,
ArchSchedule.CommandArchSchedule::IsActive()
, and
FeaturePython.DistanceBolt::onChanged()
.
Member Data Documentation
β
obj
App::DocumentObject
* Sandbox::CustomPurgeEvent::obj
protected
Referenced by
shipOutlineDraw.TaskPanel.TaskPanel::accept()
,
Texture.ViewProviderTexture::claimChildren()
,
shipAreasCurve.Preview.Preview::clean()
,
shipOutlineDraw.Preview.Preview::clean()
,
shipOutlineDraw.TaskPanel.TaskPanel::createPreview()
,
ArchAxis.CommandArchGrid::IsActive()
,
shipOutlineDraw.TaskPanel.TaskPanel::onTableItem()
,
ArchMaterial.MultiMaterialDelegate::setModelData()
,
shipOutlineDraw.TaskPanel.TaskPanel::setSectionType()
,
shipAreasCurve.Preview.Preview::update()
, and
shipOutlineDraw.Preview.Preview::update()
.
The documentation for this class was generated from the following file:
src/Mod/Sandbox/App/DocumentProtector.cpp
1.8.17
|
======================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
uncertainty_assigned_representation
List of all members
|
Public Member Functions
|
Public Attributes
automotive_design.uncertainty_assigned_representation Class Reference
Public Member Functions
def
uncertainty
()
Public Member Functions inherited from
automotive_design.representation
def
context_of_items
()
def
description
()
def
id
()
def
items
()
def
name
()
def
wr1
(self)
def
wr2
(self)
Public Attributes
uncertainty
Public Attributes inherited from
automotive_design.representation
context_of_items
items
name
Detailed Description
Entity uncertainty_assigned_representation definition.
:param uncertainty
:type uncertainty:SET(1,None,'uncertainty_measure_with_unit', scope = schema_scope)
Member Function Documentation
β
uncertainty()
def automotive_design.uncertainty_assigned_representation.uncertainty
(
)
References ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.global_uncertainty_assigned_context._uncertainty, automotive_design.global_uncertainty_assigned_context._uncertainty, automotive_design.uncertainty_assigned_representation._uncertainty, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.uncertainty_assigned_representation._uncertainty, and
automotive_design.uncertainty_assigned_representation.uncertainty
.
Member Data Documentation
β
uncertainty
automotive_design.uncertainty_assigned_representation.uncertainty
Referenced by
automotive_design.uncertainty_assigned_representation.uncertainty()
.
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
Functions
|
Variables
KukaExporter Namespace Reference
Functions
def
ExportCompactSub
(Rob, Trak, FileName)
def
ExportFullSub
(Rob, Trak, FileName)
Variables
string
HeaderSrc
string
TeachPointDat
string
TeachPointFold
Function Documentation
β
ExportCompactSub()
def KukaExporter.ExportCompactSub
(
Rob
,
Trak
,
FileName
)
β
ExportFullSub()
def KukaExporter.ExportFullSub
(
Rob
,
Trak
,
FileName
)
Variable Documentation
β
HeaderSrc
string KukaExporter.HeaderSrc
Initial value:
1
=
"""&ACCESS RVP
2
&REL 1
3
&PARAM TEMPLATE = C:\KRC\Roboter\Template\ExpertVorgabe
4
&PARAM EDITMASK = *
5
"""
β
TeachPointDat
string KukaExporter.TeachPointDat
Initial value:
1
=
"""
2
DECL E6POS XP4={X -25.1844196,Y 1122.42603,Z 1158.07996,A -14.3267002,B 0.537901878,C 179.028305,S 6,T 59,E1 0.0,E2 0.0,E3 0.0,E4 0.0,E5 0.0,E6 0.0}
3
DECL FDAT FP4={TOOL_NO 1,BASE_NO 0,IPO_FRAME #BASE,POINT2[] " "}
4
DECL LDAT LCPDAT1={VEL 2.0,ACC 100.0,APO_DIST 100.0,APO_FAC 50.0,ORI_TYP #VAR}
5
"""
β
TeachPointFold
string KukaExporter.TeachPointFold
Initial value:
1
=
"""
2
;FOLD LIN P4 Vel= 0.2 m/s CPDAT1 Tool[1] Base[0];%{PE}%R 5.4.27,%MKUKATPBASIS,%CMOVE,%VLIN,%P 1:LIN, 2:P4, 3:, 5:0.2, 7:CPDAT1
3
$BWDSTART = FALSE
4
LDAT_ACT=LCPDAT1
5
FDAT_ACT=FP4
6
BAS(#CP_PARAMS,0.2)
7
LIN XP4
8
;ENDFOLD
9
"""
1.8.17
|
======================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Dice3DS
dom3ds
AMBIENT_LIGHT
Dice3DS.dom3ds.AMBIENT_LIGHT Member List
This is the complete list of members for
Dice3DS.dom3ds.AMBIENT_LIGHT
, including all inherited members.
document_html
Dice3DS.dom3ds.ChunkBase
static
document_html
(cls, flo, done)
Dice3DS.dom3ds.ChunkBase
dump
(self, flo, indent, flags)
Dice3DS.dom3ds.ChunkBase
dump_array
(self, flo, indent, flags)
Dice3DS.dom3ds.ChunkBase
dump_chunks
(self, flo, indent, flags)
Dice3DS.dom3ds.ChunkBase
dump_header
(self, flo, flags)
Dice3DS.dom3ds.ChunkBase
dump_struct
(self, flo, indent, flags)
Dice3DS.dom3ds.ChunkBase
freechunks
Dice3DS.dom3ds.ChunkBase
static
get_byte
(fbuf, flags)
Dice3DS.dom3ds.ChunkBase
static
get_chunk
(fbuf, flags)
Dice3DS.dom3ds.ChunkBase
static
get_float
(fbuf, flags)
Dice3DS.dom3ds.ChunkBase
static
get_long
(fbuf, flags)
Dice3DS.dom3ds.ChunkBase
static
get_short
(fbuf, flags)
Dice3DS.dom3ds.ChunkBase
static
get_string
(fbuf, flags)
Dice3DS.dom3ds.ChunkBase
static
out_attr
(self, attr, flo, indent, flags)
Dice3DS.dom3ds.ChunkBase
out_chunk
(self, attr, flo, indent, flags)
Dice3DS.dom3ds.ChunkBase
out_chunk_index
(self, attr, i, flo, indent, flags)
Dice3DS.dom3ds.ChunkBase
read
(self, fbuf, flags)
Dice3DS.dom3ds.ChunkBase
read_array
(self, fbuf, flags)
Dice3DS.dom3ds.ChunkBase
read_chunks
(self, fbuf, flags)
Dice3DS.dom3ds.ChunkBase
read_struct
(self, fbuf, flags)
Dice3DS.dom3ds.ChunkBase
set_byte
(value)
Dice3DS.dom3ds.ChunkBase
static
set_chunk
(value)
Dice3DS.dom3ds.ChunkBase
static
set_float
(value)
Dice3DS.dom3ds.ChunkBase
static
set_long
(value)
Dice3DS.dom3ds.ChunkBase
static
set_short
(value)
Dice3DS.dom3ds.ChunkBase
static
set_string
(value)
Dice3DS.dom3ds.ChunkBase
static
single
Dice3DS.dom3ds.OneColorChunk
static
subchunks
Dice3DS.dom3ds.ChunkBase
swallow
Dice3DS.dom3ds.ChunkBase
static
tag
Dice3DS.dom3ds.AMBIENT_LIGHT
static
write
(self)
Dice3DS.dom3ds.ChunkBase
write_array
(self)
Dice3DS.dom3ds.ChunkBase
write_chunks
(self)
Dice3DS.dom3ds.ChunkBase
write_struct
(self)
Dice3DS.dom3ds.ChunkBase
1.8.17
|
===================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
App
PropertyLinkSubListHidden
App::PropertyLinkSubListHidden Member List
This is the complete list of members for
App::PropertyLinkSubListHidden
, including all inherited members.
aboutToSetChildValue
(Property &)
App::Property
virtual
aboutToSetValue
(void)
App::Property
protected
virtual
adjustLink
(const std::set< App::DocumentObject * > &inList) override
App::PropertyLinkSubList
virtual
afterRestore
() override
App::PropertyLinkSubList
virtual
BaseClass
()
Base::BaseClass
breakLink
(App::DocumentObject *obj, bool clear) override
App::PropertyLinkSubList
virtual
breakLinks
(App::DocumentObject *link, const std::vector< App::DocumentObject * > &objs, bool clear)
App::PropertyLinkBase
static
canonicalPath
(const App::ObjectIdentifier &p) const
App::Property
virtual
checkLabelReferences
(const std::vector< std::string > &subs, bool reset=true)
App::PropertyLinkBase
checkRestore
(std::string *msg=0) const
App::PropertyLinkBase
virtual
Copy
(void) const override
App::PropertyLinkSubList
virtual
CopyOnImportExternal
(const std::map< std::string, std::string > &nameMap) const override
App::PropertyLinkSubList
virtual
CopyOnLabelChange
(App::DocumentObject *obj, const std::string &ref, const char *newLabel) const override
App::PropertyLinkSubList
virtual
CopyOnLinkReplace
(const App::DocumentObject *parent, App::DocumentObject *oldObj, App::DocumentObject *newObj) const override
App::PropertyLinkSubList
virtual
create
(void)
Base::Persistence
static
destroy
(Property *p)
App::Property
static
dumpToStream
(std::ostream &stream, int compression)
Base::Persistence
encodeAttribute
(const std::string &)
Base::Persistence
static
EvalOnRestore
enum value
App::Property
exportSubName
(std::string &output, const App::DocumentObject *obj, const char *subname, bool first_obj=false)
App::PropertyLinkBase
static
getClassTypeId
(void)
Base::Persistence
static
getContainer
(void) const
App::Property
getDocumentation
(void) const
App::Property
getEditorName
(void) const override
App::PropertyLinkSubList
virtual
getFullName
() const
App::Property
getGroup
(void) const
App::Property
getLabelReferences
(std::vector< std::string > &labels, const char *subname)
App::PropertyLinkBase
static
getLinkedElements
(std::map< App::DocumentObject *, std::vector< std::string > > &elements, bool newStyle=true, bool all=true) const
App::PropertyLinkBase
getLinkedObjects
(T &inserter, bool all=false) const
App::PropertyLinkBase
getLinks
(std::vector< App::DocumentObject * > &objs, bool all=false, std::vector< std::string > *subs=0, bool newStyle=true) const override
App::PropertyLinkSubList
virtual
getMemSize
(void) const override
App::PropertyLinkSubList
virtual
getName
(void) const
App::Property
getPaths
(std::vector< App::ObjectIdentifier > &paths) const
App::Property
virtual
getPathValue
(const App::ObjectIdentifier &path) const
App::Property
virtual
getPyObject
(void) override
App::PropertyLinkSubList
virtual
getPyPathValue
(const App::ObjectIdentifier &, Py::Object &) const
App::Property
virtual
getPyReprString
() const
App::PropertyLinkSubList
getScope
()
App::ScopedLink
getShadowSubs
() const
App::PropertyLinkSubList
getSize
(void) const
App::PropertyLinkSubList
getStatus
() const
App::Property
getSubListValues
(bool newStyle=false) const
App::PropertyLinkSubList
getSubValues
(void) const
App::PropertyLinkSubList
getSubValues
(bool newStyle) const
App::PropertyLinkSubList
getType
(void) const
App::Property
getTypeId
(void) const
Base::Persistence
virtual
getValue
() const
App::PropertyLinkSubList
getValues
(void) const
App::PropertyLinkSubList
hasSetChildValue
(Property &)
App::Property
virtual
hasSetValue
() override
App::PropertyLinkBase
protected
virtual
Hidden
enum value
App::Property
Immutable
enum value
App::Property
importSubName
(Base::XMLReader &reader, const char *sub, bool &restoreLabel)
App::PropertyLinkBase
static
init
(void)
Base::Persistence
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
isReadOnly
() const
App::Property
isSinglePrecision
() const
App::Property
isTouched
(void) const
App::Property
LinkAllowExternal
enum value
App::PropertyLinkBase
LinkAllowPartial
enum value
App::PropertyLinkBase
LinkDetached
enum value
App::PropertyLinkBase
linkedElements
(bool newStyle=true, bool all=true) const
App::PropertyLinkBase
linkedObjects
(bool all=false) const
App::PropertyLinkBase
LinkFlags
enum name
App::PropertyLinkBase
LinkRestoreLabel
enum value
App::PropertyLinkBase
LinkRestoring
enum value
App::PropertyLinkBase
LockDynamic
enum value
App::Property
MaterialEdit
enum value
App::Property
NoMaterialListEdit
enum value
App::Property
NoModify
enum value
App::Property
NoRecompute
enum value
App::Property
onContainerRestored
() override
App::PropertyLinkSubList
virtual
Ordered
enum value
App::Property
Output
enum value
App::Property
PartialTrigger
enum value
App::Property
Paste
(const Property &from) override
App::PropertyLinkSubList
virtual
PropDynamic
enum value
App::Property
Property
()
App::Property
PropertyLinkBase
()
App::PropertyLinkBase
PropertyLinkSubList
()
App::PropertyLinkSubList
PropertyLinkSubListHidden
()
App::PropertyLinkSubListHidden
PropHidden
enum value
App::Property
PropNoPersist
enum value
App::Property
PropNoRecompute
enum value
App::Property
PropOutput
enum value
App::Property
PropReadOnly
enum value
App::Property
PropStaticBegin
enum value
App::Property
PropStaticEnd
enum value
App::Property
PropTransient
enum value
App::Property
purgeTouched
(void)
App::Property
ReadOnly
enum value
App::Property
referenceChanged
() const override
App::PropertyLinkSubList
virtual
registerLabelReferences
(std::vector< std::string > &&labels, bool reset=true)
App::PropertyLinkBase
removeValue
(App::DocumentObject *lValue)
App::PropertyLinkSubList
Restore
(Base::XMLReader &reader) override
App::PropertyLinkSubList
virtual
RestoreDocFile
(Reader &)
Base::Persistence
virtual
restoreFromStream
(std::istream &stream)
Base::Persistence
restoreLabelReference
(const App::DocumentObject *obj, std::string &sub, ShadowSub *shadow=0)
App::PropertyLinkBase
static
Save
(Base::Writer &writer) const override
App::PropertyLinkSubList
virtual
SaveDocFile
(Writer &) const
Base::Persistence
virtual
setAllowExternal
(bool allow)
App::PropertyLinkBase
setAllowPartial
(bool enable)
App::PropertyLinkBase
virtual
setContainer
(PropertyContainer *Father)
App::Property
setFlag
(int flag, bool value=true)
App::PropertyLinkBase
protected
setPathValue
(const App::ObjectIdentifier &path, const boost::any &value)
App::Property
virtual
setPyObject
(PyObject *) override
App::PropertyLinkSubList
virtual
setReadOnly
(bool readOnly)
App::Property
setScope
(LinkScope scope)
App::ScopedLink
setSinglePrecision
(bool single)
App::Property
setSize
(int newSize)
App::PropertyLinkSubList
setStatus
(Status pos, bool on)
App::Property
setStatusValue
(unsigned long status)
App::Property
setSubListValues
(const std::vector< SubSet > &)
App::PropertyLinkSubList
setValue
(DocumentObject *, const char *)
App::PropertyLinkSubList
setValue
(App::DocumentObject *lValue, const std::vector< std::string > &SubList=std::vector< std::string >())
App::PropertyLinkSubList
setValues
(const std::vector< DocumentObject * > &, const std::vector< const char * > &)
App::PropertyLinkSubList
setValues
(const std::vector< DocumentObject * > &, const std::vector< std::string > &, std::vector< ShadowSub > &&ShadowSubList={})
App::PropertyLinkSubList
setValues
(std::vector< DocumentObject * > &&, std::vector< std::string > &&subs, std::vector< ShadowSub > &&ShadowSubList={})
App::PropertyLinkSubList
ShadowSub
typedef
App::PropertyLinkBase
Single
enum value
App::Property
Status
enum name
App::Property
StatusBits
App::Property
protected
SubSet
typedef
App::PropertyLinkSubList
testFlag
(int flag) const
App::PropertyLinkBase
testStatus
(Status pos) const
App::Property
touch
()
App::Property
Touched
enum value
App::Property
Transient
enum value
App::Property
tryImport
(const App::Document *doc, const App::DocumentObject *obj, const std::map< std::string, std::string > &nameMap)
App::PropertyLinkBase
static
tryImportSubName
(const App::DocumentObject *obj, const char *sub, const App::Document *doc, const std::map< std::string, std::string > &nameMap)
App::PropertyLinkBase
static
tryReplaceLink
(const App::PropertyContainer *owner, App::DocumentObject *obj, const App::DocumentObject *parent, App::DocumentObject *oldObj, App::DocumentObject *newObj, const char *sub=0)
App::PropertyLinkBase
static
tryReplaceLinkSubs
(const App::PropertyContainer *owner, App::DocumentObject *obj, const App::DocumentObject *parent, App::DocumentObject *oldObj, App::DocumentObject *newObj, const std::vector< std::string > &subs)
App::PropertyLinkBase
static
unregisterElementReference
()
App::PropertyLinkBase
unregisterLabelReferences
()
App::PropertyLinkBase
updateElementReference
(DocumentObject *feature, bool reverse=false, bool notify=false) override
App::PropertyLinkSubList
virtual
updateElementReferences
(DocumentObject *feature, bool reverse=false)
App::PropertyLinkBase
static
updateLabelReference
(const App::DocumentObject *linked, const char *subname, App::DocumentObject *obj, const std::string &ref, const char *newLabel)
App::PropertyLinkBase
static
updateLabelReferences
(App::DocumentObject *obj, const char *newLabel)
App::PropertyLinkBase
static
User1
enum value
App::Property
User2
enum value
App::Property
User3
enum value
App::Property
User4
enum value
App::Property
verifyPath
(const App::ObjectIdentifier &p) const
App::Property
protected
virtual
~BaseClass
()
Base::BaseClass
virtual
~Property
()
App::Property
virtual
~PropertyLinkBase
()
App::PropertyLinkBase
virtual
~PropertyLinkSubList
()
App::PropertyLinkSubList
virtual
1.8.17
|
===================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
AbstractSplitView
List of all members
|
Public Member Functions
|
Protected Member Functions
|
Protected Attributes
Gui::AbstractSplitView Class Reference
The
SplitView3DInventor
class allows to create a window with two or more
Inventor
views.
More...
#include <SplitView3DInventor.h>
Public Member Functions
AbstractSplitView
(
Gui::Document
*pcDocument,
QWidget
*parent, Qt::WindowFlags wflags=0)
virtual
bool
containsViewProvider
(const
ViewProvider
*) const
containsViewProvider Checks if the given view provider is part of this view. The default implementation returns false.
More...
virtual void
deleteSelf
()
delete itself
More...
virtual const char *
getName
(void) const
returns the name of the view (important for messages)
More...
PyObject
*
getPyObject
(void)
This method returns the Python wrapper for a C++ object.
More...
int
getSize
()
View3DInventorViewer
*
getViewer
(unsigned int) const
virtual void
OnChange
(
ParameterGrp::SubjectType
&rCaller,
ParameterGrp::MessageType
Reason)
Observer message from the
ParameterGrp
.
More...
virtual
bool
onHasMsg
(const char *pMsg) const
Message handler test.
More...
virtual
bool
onMsg
(const char *pMsg, const char **ppReturn)
Message handler.
More...
virtual void
onUpdate
(void)
get called when the document is updated
More...
void
setOverrideCursor
(const QCursor &)
void
setPyObject
(
PyObject
*)
~AbstractSplitView
()
Public Member Functions inherited from
Gui::MDIView
virtual
bool
canClose
(void)
overwrite when checking on close state
More...
MDIView
(
Gui::Document
*pcDocument,
QWidget
*parent, Qt::WindowFlags wflags=0)
View constructor Attach the view to the given document.
More...
virtual void
onRelabel
(
Gui::Document
*pDoc)
get called when the document is updated
More...
virtual void
viewAll
()
~MDIView
()
View destructor Detach the view from the document, if attached.
More...
virtual void
print
()
Print content of view.
More...
virtual void
printPdf
()
Print to PDF file.
More...
virtual void
printPreview
()
Show a preview dialog.
More...
QSize
minimumSizeHint
() const
virtual void
setCurrentViewMode
(
ViewMode
mode)
If
b
is set to
FullScreen
the MDI view is displayed in full screen mode, if
b
is set to
TopLevel
then it is displayed as an own top-level window, otherwise (
Normal
) as tabbed window.
More...
ViewMode
currentViewMode
() const
template<typename _T >
_T
getActiveObject
(const char *name,
App::DocumentObject
**parent=0, std::string *subname=0) const
access getter for the active object list
More...
void
setActiveObject
(
App::DocumentObject
*o, const char *n, const char *subname=0)
bool
hasActiveObject
(const char *n) const
bool
isActiveObject
(
App::DocumentObject
*o, const char *n, const char *subname=0) const
Public Member Functions inherited from
Gui::BaseView
BaseView
(
Gui::Document
*pcDocument=0)
View constructor Attach the view to the given document.
More...
virtual
~BaseView
()
View destructor Detach the view from the document, if attached!
More...
void
setDocument
(
Gui::Document
*pcDocument)
sets the view to another document (called by
Application
)
More...
void
onClose
(void)
is sent from the document in order to close the document
More...
Gui::Document
*
getGuiDocument
() const
returns the document the view is attached to
More...
App::Document
*
getAppDocument
() const
returns the document the view is attached to
More...
bool
isPassive
(void) const
indicates if the view is in passive mode
More...
virtual void
onRename
(
Gui::Document
*)
get called when the document is renamed (change of its internal name)
More...
Public Member Functions inherited from
Base::BaseClass
BaseClass
()
Construction.
More...
virtual
Type
getTypeId
(void) const
bool
isDerivedFrom
(const
Type
type
) const
virtual
~BaseClass
()
Destruction.
More...
Protected Member Functions
void
setupSettings
()
Protected Member Functions inherited from
Gui::MDIView
void
closeEvent
(QCloseEvent *e)
void
changeEvent
(
QEvent
*e)
Protected Attributes
ParameterGrp::handle
hGrp
handle to the viewer parameter group
More...
Protected Attributes inherited from
Gui::MDIView
PyObject
*
pythonObject
Protected Attributes inherited from
Gui::BaseView
bool
bIsDetached
bool
bIsPassive
Additional Inherited Members
Public Types inherited from
Gui::MDIView
enum
ViewMode
{
Child
,
TopLevel
,
FullScreen
}
MDI view mode enum.
More...
Public Slots inherited from
Gui::MDIView
virtual void
print
(QPrinter *printer)
virtual void
restoreOverrideCursor
()
Signals inherited from
Gui::MDIView
void
message
(const QString &, int)
Static Public Member Functions inherited from
Base::BaseClass
static void *
create
(void)
static
Type
getClassTypeId
(void)
static void
init
(void)
Protected Slots inherited from
Gui::MDIView
virtual void
windowStateChanged
(
MDIView
*)
This method gets called from the main window this view is attached to whenever the window state of the active view changes.
More...
Static Protected Member Functions inherited from
Base::BaseClass
static void
initSubclass
(
Base::Type
&toInit, const char *ClassName, const char *ParentName,
Type::instantiationMethod
method=nullptr)
Detailed Description
The
SplitView3DInventor
class allows to create a window with two or more
Inventor
views.
Author
Werner Mayer
Constructor & Destructor Documentation
β
AbstractSplitView()
AbstractSplitView::AbstractSplitView
(
Gui::Document
*
pcDocument
,
QWidget
*
parent
,
Qt::WindowFlags
wflags
=
0
)
β
~AbstractSplitView()
AbstractSplitView::~AbstractSplitView
(
)
References
Base::Subject< _MessageType >::Detach()
, and
hGrp
.
Member Function Documentation
β
containsViewProvider()
bool
AbstractSplitView::containsViewProvider
(
const
ViewProvider
*
)
const
virtual
containsViewProvider Checks if the given view provider is part of this view. The default implementation returns false.
Returns
bool
Reimplemented from
Gui::MDIView
.
β
deleteSelf()
void AbstractSplitView::deleteSelf
(
)
virtual
delete itself
Reimplemented from
Gui::MDIView
.
References
Gui::MDIView::deleteSelf()
.
β
getName()
const char * AbstractSplitView::getName
(
void
)
const
virtual
returns the name of the view (important for messages)
Reimplemented from
Gui::BaseView
.
β
getPyObject()
PyObject
* AbstractSplitView::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
Gui::MDIView
.
β
getSize()
int AbstractSplitView::getSize
(
)
β
getViewer()
View3DInventorViewer
* AbstractSplitView::getViewer
(
unsigned int
n
)
const
Referenced by
Gui::AlignmentView::AlignmentView()
.
β
OnChange()
void AbstractSplitView::OnChange
(
ParameterGrp::SubjectType
&
rCaller
,
ParameterGrp::MessageType
Reason
)
virtual
Observer message from the
ParameterGrp
.
References
ParameterGrp::GetASCII()
,
ParameterGrp::GetBool()
,
ParameterGrp::GetFloat()
,
ParameterGrp::GetInt()
, and
ParameterGrp::GetUnsigned()
.
Referenced by
setupSettings()
.
β
onHasMsg()
bool
AbstractSplitView::onHasMsg
(
const char *
pMsg
)
const
virtual
Message handler test.
Reimplemented from
Gui::MDIView
.
β
onMsg()
bool
AbstractSplitView::onMsg
(
const char *
pMsg
,
const char **
ppReturn
)
virtual
Message handler.
Reimplemented from
Gui::MDIView
.
References
Gui::Camera::Bottom
,
Gui::Camera::Front
,
Gui::Camera::Isometric
,
Gui::Camera::Left
,
Gui::Camera::Rear
,
Gui::Camera::Right
,
Gui::Camera::rotation()
, and
Gui::Camera::Top
.
β
onUpdate()
void AbstractSplitView::onUpdate
(
void
)
virtual
get called when the document is updated
Reimplemented from
Gui::BaseView
.
Referenced by
shipAreasCurve.TaskPanel.TaskPanel::initValues()
, and
shipAreasCurve.TaskPanel.TaskPanel::onData()
.
β
setOverrideCursor()
void AbstractSplitView::setOverrideCursor
(
const QCursor &
aCursor
)
virtual
Reimplemented from
Gui::MDIView
.
β
setPyObject()
void AbstractSplitView::setPyObject
(
PyObject
*
)
virtual
Reimplemented from
Base::BaseClass
.
β
setupSettings()
void AbstractSplitView::setupSettings
(
)
protected
References
Base::Subject< _MessageType >::Attach()
,
App::GetApplication()
,
App::Application::GetParameterGroupByPath()
,
hGrp
, and
OnChange()
.
Referenced by
Gui::AlignmentView::AlignmentView()
.
Member Data Documentation
β
hGrp
ParameterGrp::handle
Gui::AbstractSplitView::hGrp
protected
handle to the viewer parameter group
Referenced by
setupSettings()
, and
~AbstractSplitView()
.
The documentation for this class was generated from the following files:
src/Gui/SplitView3DInventor.h
src/Gui/SplitView3DInventor.cpp
1.8.17
|
=========================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
Dialog
DlgSettingsNavigation
Gui::Dialog::DlgSettingsNavigation Member List
This is the complete list of members for
Gui::Dialog::DlgSettingsNavigation
, including all inherited members.
changeEvent
(QEvent *e)
Gui::Dialog::DlgSettingsNavigation
protected
virtual
DlgSettingsNavigation
(QWidget *parent=nullptr)
Gui::Dialog::DlgSettingsNavigation
loadSettings
()
Gui::Dialog::DlgSettingsNavigation
virtual
PreferencePage
(QWidget *parent=0)
Gui::Dialog::PreferencePage
retranslate
()
Gui::Dialog::DlgSettingsNavigation
protected
saveSettings
()
Gui::Dialog::DlgSettingsNavigation
virtual
~DlgSettingsNavigation
()
Gui::Dialog::DlgSettingsNavigation
~PreferencePage
()
Gui::Dialog::PreferencePage
virtual
1.8.17
|
======================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
log_function
automotive_design.log_function Member List
This is the complete list of members for
automotive_design.log_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.unary_numeric_expression
unary_generic_expression_operand
()
automotive_design.unary_numeric_expression
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
femexamples
meshes
Namespaces
femexamples.meshes Namespace Reference
Namespaces
mesh_boxanalysis_tetra10
mesh_boxes_2_vertikal_tetra10
mesh_canticcx_hexa20
mesh_canticcx_tetra10
mesh_constraint_tie_tetra10
mesh_contact_box_halfcylinder_tetra10
mesh_contact_tube_tube_tria3
mesh_platewithhole_tetra10
mesh_rc_wall_2d_tria6
mesh_thermomech_bimetall_tetra10
mesh_thermomech_flow1d_seg3
mesh_thermomech_spine_tetra10
1.8.17
|
==========================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
SoFCSelectionRoot
SelContext
Gui::SoFCSelectionRoot::SelContext Member List
This is the complete list of members for
Gui::SoFCSelectionRoot::SelContext
, including all inherited members.
hideAll
Gui::SoFCSelectionRoot::SelContext
hlAll
Gui::SoFCSelectionRoot::SelContext
hlColor
Gui::SoFCSelectionRoot::SelContext
merge
Gui::SoFCSelectionRoot::SelContext
static
MergeFunc
typedef
Gui::SoFCSelectionContextBase
selAll
Gui::SoFCSelectionRoot::SelContext
selColor
Gui::SoFCSelectionRoot::SelContext
~SoFCSelectionContextBase
()
Gui::SoFCSelectionContextBase
virtual
1.8.17
|
===========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
App
ColorModelTriaTop
App::ColorModelTriaTop Member List
This is the complete list of members for
App::ColorModelTriaTop
, including all inherited members.
ColorModel
(unsigned short usCt)
App::ColorModel
ColorModel
(const ColorModel &rclM)
App::ColorModel
ColorModelTriaTop
(void)
App::ColorModelTriaTop
operator=
(const ColorModel &rclM)
App::ColorModel
~ColorModel
()
App::ColorModel
virtual
1.8.17
|
=======================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
OpenSCADCommands
ExpandPlacements
OpenSCADCommands.ExpandPlacements Member List
This is the complete list of members for
OpenSCADCommands.ExpandPlacements
, including all inherited members.
Activated
(self)
OpenSCADCommands.ExpandPlacements
GetResources
(self)
OpenSCADCommands.ExpandPlacements
IsActive
(self)
OpenSCADCommands.ExpandPlacements
1.8.17
|
===============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PartGui
FilletRadiusModel
PartGui::FilletRadiusModel Member List
This is the complete list of members for
PartGui::FilletRadiusModel
, including all inherited members.
data
(const QModelIndex &, int role=Qt::DisplayRole) const
PartGui::FilletRadiusModel
FilletRadiusModel
(QObject *parent=0)
PartGui::FilletRadiusModel
flags
(const QModelIndex &index) const
PartGui::FilletRadiusModel
setData
(const QModelIndex &index, const QVariant &value, int role=Qt::EditRole)
PartGui::FilletRadiusModel
toggleCheckState
(const QModelIndex &)
PartGui::FilletRadiusModel
signal
updateCheckStates
()
PartGui::FilletRadiusModel
1.8.17
|
=========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
variable
List of all members
automotive_design.variable Class Reference
Additional Inherited Members
Public Member Functions inherited from
automotive_design.generic_variable
def
interpretation
()
Public Member Functions inherited from
automotive_design.generic_expression
def
wr1
(self)
Detailed Description
Entity variable definition.
The documentation for this class was generated from the following file:
src/Mod/Import/App/automotive_design.py
1.8.17
|
================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcrelspaceboundary
ifc2x3.ifcrelspaceboundary Member List
This is the complete list of members for
ifc2x3.ifcrelspaceboundary
, including all inherited members.
connectiongeometry
ifc2x3.ifcrelspaceboundary
connectiongeometry
()
ifc2x3.ifcrelspaceboundary
description
ifc2x3.ifcroot
description
()
ifc2x3.ifcroot
globalid
ifc2x3.ifcroot
globalid
()
ifc2x3.ifcroot
internalorexternalboundary
ifc2x3.ifcrelspaceboundary
internalorexternalboundary
()
ifc2x3.ifcrelspaceboundary
name
ifc2x3.ifcroot
name
()
ifc2x3.ifcroot
ownerhistory
ifc2x3.ifcroot
ownerhistory
()
ifc2x3.ifcroot
physicalorvirtualboundary
ifc2x3.ifcrelspaceboundary
physicalorvirtualboundary
()
ifc2x3.ifcrelspaceboundary
relatedbuildingelement
ifc2x3.ifcrelspaceboundary
relatedbuildingelement
()
ifc2x3.ifcrelspaceboundary
relatingspace
ifc2x3.ifcrelspaceboundary
relatingspace
()
ifc2x3.ifcrelspaceboundary
wr1
(self)
ifc2x3.ifcrelspaceboundary
1.8.17
|
==============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifctextdecoration
ifc2x3.ifctextdecoration Member List
This is the complete list of members for
ifc2x3.ifctextdecoration
, including all inherited members.
wr1
(self)
ifc2x3.ifctextdecoration
1.8.17
|
==============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifclamptype
List of all members
|
Public Member Functions
|
Public Attributes
ifc4.ifclamptype Class Reference
Public Member Functions
def
correctpredefinedtype
(self)
def
predefinedtype
()
Public Member Functions inherited from
ifc4.ifcelementtype
def
elementtype
()
Public Member Functions inherited from
ifc4.ifctypeproduct
def
applicableoccurrence
(self)
def
referencedby
()
def
representationmaps
()
def
tag
()
Public Member Functions inherited from
ifc4.ifctypeobject
def
applicableoccurrence
()
def
haspropertysets
()
def
types
()
def
wr1
(self)
Public Member Functions inherited from
ifc4.ifcobjectdefinition
def
decomposes
()
def
hasassignments
()
def
hasassociations
()
def
hascontext
()
def
isdecomposedby
()
def
isnestedby
()
def
nests
()
Public Member Functions inherited from
ifc4.ifcroot
def
description
()
def
globalid
()
def
name
()
def
ownerhistory
()
Public Attributes
predefinedtype
Public Attributes inherited from
ifc4.ifcelementtype
elementtype
Public Attributes inherited from
ifc4.ifctypeproduct
representationmaps
tag
Public Attributes inherited from
ifc4.ifctypeobject
applicableoccurrence
haspropertysets
Public Attributes inherited from
ifc4.ifcroot
description
globalid
name
ownerhistory
Detailed Description
Entity ifclamptype definition.
:param predefinedtype
:type predefinedtype:ifclamptypeenum
Member Function Documentation
β
correctpredefinedtype()
def ifc4.ifclamptype.correctpredefinedtype
(
self
)
References
ifc4.ifcstructuralcurvereaction.predefinedtype
,
ifc4.ifclightfixture.predefinedtype
,
ifc2x3.ifccablesegmenttype.predefinedtype
,
ifc2x3.ifchumidifiertype.predefinedtype
,
ifc4.ifcinterceptor.predefinedtype
,
ifc2x3.ifctransportelementtype.predefinedtype
,
ifc4.ifccablesegmenttype.predefinedtype
,
ifc4.ifcconstructionproductresourcetype.predefinedtype
,
ifc4.ifchumidifiertype.predefinedtype
,
ifc4.ifctransportelementtype.predefinedtype
,
ifc2x3.ifcrailing.predefinedtype
,
ifc4.ifccostitem.predefinedtype
,
ifc4.ifcrailing.predefinedtype
,
ifc4.ifcshadingdevice.predefinedtype
,
ifc2x3.ifcservicelifefactor.predefinedtype
,
ifc4.ifcmember.predefinedtype
,
ifc4.ifcflowinstrument.predefinedtype
,
ifc2x3.ifcvalvetype.predefinedtype
,
ifc4.ifchumidifier.predefinedtype
,
ifc4.ifcworkcalendar.predefinedtype
,
ifc2x3.ifcairterminalboxtype.predefinedtype
,
ifc4.ifcbuildingelementparttype.predefinedtype
,
ifc4.ifcelectricmotor.predefinedtype
,
ifc2x3.ifcbuildingelementproxytype.predefinedtype
,
ifc4.ifcactuator.predefinedtype
,
ifc4.ifcstairtype.predefinedtype
,
ifc2x3.ifcspacetype.predefinedtype
,
ifc2x3.ifcelectricgeneratortype.predefinedtype
,
ifc2x3.ifcpipefittingtype.predefinedtype
,
ifc2x3.ifcwasteterminaltype.predefinedtype
,
ifc4.ifcstructuralsurfaceaction.predefinedtype
,
ifc2x3.ifclamptype.predefinedtype
,
ifc4.ifcvalvetype.predefinedtype
,
ifc4.ifcairterminalboxtype.predefinedtype
,
ifc4.ifcbuildingelementproxytype.predefinedtype
,
ifc2x3.ifcairtoairheatrecoverytype.predefinedtype
,
ifc4.ifcfurniture.predefinedtype
,
ifc2x3.ifcfooting.predefinedtype
,
ifc2x3.ifcactuatortype.predefinedtype
,
ifc4.ifcspacetype.predefinedtype
,
ifc4.ifccablecarrierfitting.predefinedtype
,
ifc4.ifcelectricgeneratortype.predefinedtype
,
ifc4.ifcpipefittingtype.predefinedtype
,
ifc2x3.ifcstructuralanalysismodel.predefinedtype
,
ifc4.ifcwasteterminaltype.predefinedtype
,
ifc4.ifcfastenertype.predefinedtype
,
ifc4.ifclamptype.predefinedtype
,
ifc2x3.ifcevaporatortype.predefinedtype
,
ifc2x3.ifcelectricappliancetype.predefinedtype
,
ifc2x3.ifcgasterminaltype.predefinedtype
,
ifc2x3.ifccablecarriersegmenttype.predefinedtype
,
ifc2x3.ifcductsilencertype.predefinedtype
,
ifc2x3.ifcelementassembly.predefinedtype
,
ifc2x3.ifccolumntype.predefinedtype
,
ifc2x3.ifcductsegmenttype.predefinedtype
,
ifc2x3.ifcdampertype.predefinedtype
,
ifc2x3.ifctubebundletype.predefinedtype
,
ifc2x3.ifcstructuralsurfacemember.predefinedtype
,
ifc2x3.ifclightfixturetype.predefinedtype
,
ifc2x3.ifcflowmetertype.predefinedtype
,
ifc2x3.ifcprojectorderrecord.predefinedtype
,
ifc2x3.ifcheatexchangertype.predefinedtype
,
ifc2x3.ifccondensertype.predefinedtype
,
ifc2x3.ifcslab.predefinedtype
,
ifc2x3.ifccoolingtowertype.predefinedtype
,
ifc2x3.ifccontrollertype.predefinedtype
,
ifc2x3.ifcelectricheatertype.predefinedtype
,
ifc2x3.ifcfantype.predefinedtype
,
ifc2x3.ifcprotectivedevicetype.predefinedtype
,
ifc2x3.ifcslabtype.predefinedtype
,
ifc2x3.ifcevaporativecoolertype.predefinedtype
,
ifc2x3.ifcalarmtype.predefinedtype
,
ifc2x3.ifcmembertype.predefinedtype
,
ifc2x3.ifcairterminaltype.predefinedtype
,
ifc2x3.ifctendon.predefinedtype
,
ifc2x3.ifcelectricflowstoragedevicetype.predefinedtype
,
ifc2x3.ifcelectrictimecontroltype.predefinedtype
,
ifc2x3.ifcstackterminaltype.predefinedtype
,
ifc2x3.ifcchillertype.predefinedtype
,
ifc2x3.ifccooledbeamtype.predefinedtype
,
ifc2x3.ifcoutlettype.predefinedtype
,
ifc2x3.ifccoiltype.predefinedtype
,
ifc2x3.ifcsanitaryterminaltype.predefinedtype
,
ifc2x3.ifcswitchingdevicetype.predefinedtype
,
ifc2x3.ifccostschedule.predefinedtype
,
ifc2x3.ifcplatetype.predefinedtype
,
ifc2x3.ifcrailingtype.predefinedtype
,
ifc2x3.ifcfiresuppressionterminaltype.predefinedtype
,
ifc2x3.ifcpile.predefinedtype
,
ifc2x3.ifccovering.predefinedtype
,
ifc2x3.ifcstructuralloadgroup.predefinedtype
,
ifc2x3.ifcwalltype.predefinedtype
,
ifc2x3.ifcspaceheatertype.predefinedtype
,
ifc2x3.ifcdistributionchamberelementtype.predefinedtype
,
ifc2x3.ifcstructuralcurvemember.predefinedtype
,
ifc2x3.ifcjunctionboxtype.predefinedtype
,
ifc2x3.ifcfiltertype.predefinedtype
,
ifc2x3.ifccurtainwalltype.predefinedtype
,
ifc2x3.ifcstairflighttype.predefinedtype
,
ifc2x3.ifcflowinstrumenttype.predefinedtype
,
ifc2x3.ifcmotorconnectiontype.predefinedtype
,
ifc2x3.ifcprojectorder.predefinedtype
,
ifc2x3.ifcrampflighttype.predefinedtype
,
ifc2x3.ifcboilertype.predefinedtype
,
ifc2x3.ifcoccupant.predefinedtype
,
ifc2x3.ifcvibrationisolatortype.predefinedtype
,
ifc2x3.ifctransformertype.predefinedtype
,
ifc2x3.ifccoveringtype.predefinedtype
,
ifc2x3.ifcelectricmotortype.predefinedtype
,
ifc2x3.ifcbeamtype.predefinedtype
,
ifc2x3.ifcsensortype.predefinedtype
,
ifc2x3.ifccablecarrierfittingtype.predefinedtype
,
ifc2x3.ifcductfittingtype.predefinedtype
,
ifc2x3.ifcunitaryequipmenttype.predefinedtype
,
ifc2x3.ifctanktype.predefinedtype
,
ifc2x3.ifccompressortype.predefinedtype
,
ifc2x3.ifcpipesegmenttype.predefinedtype
,
ifc2x3.ifcpumptype.predefinedtype
, Gui::AutoSaver.self, Py::PythonExtension< T >.self(), Gui::Dialog::DownloadManager.self, Py::PythonExtensionBase.self(), App::TransactionFactory.self, and Py::PythonClass< T >.self().
β
predefinedtype()
def ifc4.ifclamptype.predefinedtype
(
)
References ifc4.ifcstructuralcurvereaction._predefinedtype, ifc4.ifclightfixture._predefinedtype, ifc2x3.ifccablesegmenttype._predefinedtype, ifc2x3.ifchumidifiertype._predefinedtype, ifc4.ifcinterceptor._predefinedtype, ifc2x3.ifctransportelementtype._predefinedtype, ifc4.ifccablesegmenttype._predefinedtype, ifc4.ifcconstructionproductresourcetype._predefinedtype, ifc4.ifchumidifiertype._predefinedtype, ifc4.ifctransportelementtype._predefinedtype, ifc2x3.ifcrailing._predefinedtype, ifc4.ifccostitem._predefinedtype, ifc4.ifcrailing._predefinedtype, ifc4.ifcshadingdevice._predefinedtype, ifc2x3.ifcservicelifefactor._predefinedtype, ifc4.ifcmember._predefinedtype, ifc4.ifcflowinstrument._predefinedtype, ifc2x3.ifcvalvetype._predefinedtype, ifc4.ifchumidifier._predefinedtype, ifc4.ifcworkcalendar._predefinedtype, ifc2x3.ifcairterminalboxtype._predefinedtype, ifc4.ifcbuildingelementparttype._predefinedtype, ifc4.ifcelectricmotor._predefinedtype, ifc2x3.ifcbuildingelementproxytype._predefinedtype, ifc4.ifcactuator._predefinedtype, ifc4.ifcstairtype._predefinedtype, ifc2x3.ifcspacetype._predefinedtype, ifc2x3.ifcelectricgeneratortype._predefinedtype, ifc2x3.ifcpipefittingtype._predefinedtype, ifc2x3.ifcwasteterminaltype._predefinedtype, ifc2x3.ifclamptype._predefinedtype, ifc4.ifcstructuralsurfaceaction._predefinedtype, ifc4.ifcvalvetype._predefinedtype, ifc4.ifcairterminalboxtype._predefinedtype, ifc4.ifcbuildingelementproxytype._predefinedtype, ifc2x3.ifcairtoairheatrecoverytype._predefinedtype, ifc4.ifcfurniture._predefinedtype, ifc2x3.ifcfooting._predefinedtype, ifc2x3.ifcactuatortype._predefinedtype, ifc4.ifcspacetype._predefinedtype, ifc4.ifccablecarrierfitting._predefinedtype, ifc4.ifcelectricgeneratortype._predefinedtype, ifc4.ifcpipefittingtype._predefinedtype, ifc2x3.ifcstructuralanalysismodel._predefinedtype, ifc4.ifcwasteterminaltype._predefinedtype, ifc4.ifcfastenertype._predefinedtype, ifc4.ifclamptype._predefinedtype, ifc2x3.ifcevaporatortype._predefinedtype, ifc2x3.ifcelectricappliancetype._predefinedtype, ifc2x3.ifcgasterminaltype._predefinedtype, ifc2x3.ifccablecarriersegmenttype._predefinedtype, ifc2x3.ifcductsilencertype._predefinedtype, ifc2x3.ifcelementassembly._predefinedtype, ifc2x3.ifccolumntype._predefinedtype, ifc2x3.ifcductsegmenttype._predefinedtype, ifc2x3.ifcdampertype._predefinedtype, ifc2x3.ifctubebundletype._predefinedtype, ifc2x3.ifcstructuralsurfacemember._predefinedtype, ifc2x3.ifclightfixturetype._predefinedtype, ifc2x3.ifcflowmetertype._predefinedtype, ifc2x3.ifcprojectorderrecord._predefinedtype, ifc2x3.ifcheatexchangertype._predefinedtype, ifc2x3.ifccondensertype._predefinedtype, ifc2x3.ifcslab._predefinedtype, ifc2x3.ifccoolingtowertype._predefinedtype, ifc2x3.ifccontrollertype._predefinedtype, ifc2x3.ifcelectricheatertype._predefinedtype, ifc2x3.ifcfantype._predefinedtype, ifc2x3.ifcprotectivedevicetype._predefinedtype, ifc2x3.ifcslabtype._predefinedtype, ifc2x3.ifcevaporativecoolertype._predefinedtype, ifc2x3.ifcalarmtype._predefinedtype, ifc2x3.ifcmembertype._predefinedtype, ifc2x3.ifcairterminaltype._predefinedtype, ifc2x3.ifctendon._predefinedtype, ifc2x3.ifcelectricflowstoragedevicetype._predefinedtype, ifc2x3.ifcelectrictimecontroltype._predefinedtype, ifc2x3.ifcstackterminaltype._predefinedtype, ifc2x3.ifcchillertype._predefinedtype, ifc2x3.ifccooledbeamtype._predefinedtype, ifc2x3.ifcoutlettype._predefinedtype, ifc2x3.ifccoiltype._predefinedtype, ifc2x3.ifcsanitaryterminaltype._predefinedtype, ifc2x3.ifcswitchingdevicetype._predefinedtype, ifc2x3.ifccostschedule._predefinedtype, ifc2x3.ifcplatetype._predefinedtype, ifc2x3.ifcrailingtype._predefinedtype, ifc2x3.ifcfiresuppressionterminaltype._predefinedtype, ifc2x3.ifcpile._predefinedtype, ifc2x3.ifccovering._predefinedtype, ifc2x3.ifcstructuralloadgroup._predefinedtype, ifc2x3.ifcwalltype._predefinedtype, ifc2x3.ifcspaceheatertype._predefinedtype, ifc2x3.ifcdistributionchamberelementtype._predefinedtype, ifc2x3.ifcstructuralcurvemember._predefinedtype, ifc2x3.ifcjunctionboxtype._predefinedtype, ifc2x3.ifcfiltertype._predefinedtype, ifc2x3.ifccurtainwalltype._predefinedtype, ifc2x3.ifcstairflighttype._predefinedtype, ifc2x3.ifcflowinstrumenttype._predefinedtype, ifc2x3.ifcmotorconnectiontype._predefinedtype, ifc2x3.ifcprojectorder._predefinedtype, ifc2x3.ifcrampflighttype._predefinedtype, ifc2x3.ifcboilertype._predefinedtype, ifc2x3.ifcoccupant._predefinedtype, ifc2x3.ifcvibrationisolatortype._predefinedtype, ifc2x3.ifctransformertype._predefinedtype, ifc2x3.ifccoveringtype._predefinedtype, ifc2x3.ifcelectricmotortype._predefinedtype, ifc2x3.ifcbeamtype._predefinedtype, ifc2x3.ifcsensortype._predefinedtype, ifc2x3.ifccablecarrierfittingtype._predefinedtype, ifc2x3.ifcductfittingtype._predefinedtype, ifc2x3.ifcunitaryequipmenttype._predefinedtype, ifc2x3.ifctanktype._predefinedtype, ifc2x3.ifccompressortype._predefinedtype, ifc2x3.ifcpipesegmenttype._predefinedtype, ifc2x3.ifcpumptype._predefinedtype, and
ifc4.ifclamptype.predefinedtype
.
Member Data Documentation
β
predefinedtype
ifc4.ifclamptype.predefinedtype
Referenced by
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.ifcstructuralanalysismodel.hasobjecttype()
,
ifc4.ifcvoidingfeature.hasobjecttype()
,
ifc4.ifcstructuralcurveaction.hasobjecttype()
,
ifc4.ifcstructuralsurfacemember.hasobjecttype()
,
ifc4.ifcstructuralloadgroup.hasobjecttype()
,
ifc4.ifcsurfacefeature.hasobjecttype()
,
ifc4.ifcstructuralcurvemember.hasobjecttype()
,
ifc4.ifcstructuralsurfacereaction.haspredefinedtype()
,
ifc4.ifclamptype.predefinedtype()
,
ifc4.ifcstructuralcurveaction.suitablepredefinedtype()
, and
ifc4.ifcoccupant.wr31()
.
The documentation for this class was generated from the following file:
src/Mod/Import/App/ifc4.py
1.8.17
|
=============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
draftmake
make_shape2dview
Functions
|
Variables
draftmake.make_shape2dview Namespace Reference
Functions
def
make_shape2dview
(baseobj, projectionVector=None, facenumbers=[])
Variables
makeShape2DView
=
make_shape2dview
Function Documentation
β
make_shape2dview()
def draftmake.make_shape2dview.make_shape2dview
(
baseobj
,
projectionVector
=
None
,
facenumbers
=
[]
)
makeShape2DView(object, [projectionVector], [facenumbers])
Add a 2D shape to the document, which is a 2D projection of the given object.
Parameters
----------
object :
TODO: Describe
projectionVector : Base.Vector
Custom vector for the projection
facenumbers : [] TODO: Describe
A list of face numbers to be considered in individual faces mode.
Variable Documentation
β
makeShape2DView
draftmake.make_shape2dview.makeShape2DView =
make_shape2dview
1.8.17
|
================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifcstructuralactivity
ifc4.ifcstructuralactivity Member List
This is the complete list of members for
ifc4.ifcstructuralactivity
, including all inherited members.
appliedload
ifc4.ifcstructuralactivity
appliedload
()
ifc4.ifcstructuralactivity
assignedtostructuralitem
()
ifc4.ifcstructuralactivity
declares
()
ifc4.ifcobject
decomposes
()
ifc4.ifcobjectdefinition
description
ifc4.ifcroot
description
()
ifc4.ifcroot
globalid
ifc4.ifcroot
globalid
()
ifc4.ifcroot
globalorlocal
ifc4.ifcstructuralactivity
globalorlocal
()
ifc4.ifcstructuralactivity
hasassignments
()
ifc4.ifcobjectdefinition
hasassociations
()
ifc4.ifcobjectdefinition
hascontext
()
ifc4.ifcobjectdefinition
isdeclaredby
()
ifc4.ifcobject
isdecomposedby
()
ifc4.ifcobjectdefinition
isdefinedby
()
ifc4.ifcobject
isnestedby
()
ifc4.ifcobjectdefinition
istypedby
()
ifc4.ifcobject
name
ifc4.ifcroot
name
()
ifc4.ifcroot
nests
()
ifc4.ifcobjectdefinition
objectplacement
ifc4.ifcproduct
objectplacement
()
ifc4.ifcproduct
objecttype
ifc4.ifcobject
objecttype
()
ifc4.ifcobject
ownerhistory
ifc4.ifcroot
ownerhistory
()
ifc4.ifcroot
placementforshaperepresentation
(self)
ifc4.ifcproduct
referencedby
()
ifc4.ifcproduct
representation
ifc4.ifcproduct
representation
()
ifc4.ifcproduct
1.8.17
|
================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
App
PropertyListsT
List of all members
|
Public Types
|
Public Member Functions
|
Public Attributes
|
Protected Member Functions
App::PropertyListsT< T, ListT, ParentT > Class Template Reference
abstract
Helper class to implement
PropertyLists
.
More...
#include <Property.h>
Public Types
typedef
AtomicPropertyChangeInterface
<
PropertyListsT
< T, ListT, ParentT > >::AtomicPropertyChange
atomic_change
typedef ListT::const_reference
const_reference
typedef ListT
list_type
typedef ParentT
parent_type
Public Types inherited from
App::Property
enum
Status
{
Touched
= 0,
Immutable
= 1,
ReadOnly
= 2,
Hidden
= 3,
Transient
= 4,
MaterialEdit
= 5,
NoMaterialListEdit
= 6,
Output
= 7,
LockDynamic
= 8,
NoModify
= 9,
PartialTrigger
= 10,
NoRecompute
= 11,
Single
= 12,
Ordered
= 13,
EvalOnRestore
= 14,
PropStaticBegin
= 21,
PropDynamic
= 21,
PropNoPersist
= 22,
PropNoRecompute
= 23,
PropReadOnly
= 24,
PropTransient
= 25,
PropHidden
= 26,
PropOutput
= 27,
PropStaticEnd
= 28,
User1
= 28,
User2
= 29,
User3
= 30,
User4
= 31
}
Public Member Functions
virtual int
getSize
(void) const override
const ListT &
getValue
(void) const
const ListT &
getValues
(void) const
const_reference
operator[]
(int idx) const
virtual void
set1Value
(int index,
const_reference
value)
virtual void
setPyObject
(
PyObject
*value) override
virtual void
setSize
(int newSize) override
virtual void
setSize
(int newSize,
const_reference
def)
void
setValue
(const ListT &newValues=ListT())
void
setValue
(
const_reference
value)
virtual void
setValues
(const ListT &newValues=ListT())
Public Member Functions inherited from
App::PropertyLists
bool
isOrderRelevant
() const
void
setOrderRelevant
(
bool
on)
Public Member Functions inherited from
App::Property
virtual void
aboutToSetChildValue
(
Property
&)
Called before a child property changing value.
More...
virtual void
afterRestore
()
Called at the beginning of
Document::afterRestore()
More...
virtual
App::ObjectIdentifier
canonicalPath
(const
App::ObjectIdentifier
&p) const
Convert p to a canonical representation of it.
More...
virtual
Property
*
Copy
(void) const =0
Returns a new copy of the property (mainly for Undo/Redo and transactions)
More...
PropertyContainer
*
getContainer
(void) const
Get a pointer to the
PropertyContainer
derived class the property belongs to.
More...
const char *
getDocumentation
(void) const
Get the documentation of this property.
More...
virtual const char *
getEditorName
(void) const
Get the class name of the associated property editor item.
More...
std::string
getFullName
() const
const char *
getGroup
(void) const
Get the group of this property.
More...
virtual unsigned int
getMemSize
(void) const override
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? This method is defined in
Base::Persistence
.
More...
const char *
getName
(void) const
get the name of this property in the belonging container
More...
virtual void
getPaths
(std::vector<
App::ObjectIdentifier
> &paths) const
Get valid paths for this property; used by auto completer.
More...
virtual const boost::any
getPathValue
(const
App::ObjectIdentifier
&path) const
Get value of property.
More...
virtual
bool
getPyPathValue
(const
App::ObjectIdentifier
&, Py::Object &) const
Get Python value of property.
More...
unsigned long
getStatus
() const
return the status bits
More...
short
getType
(void) const
Get the type of the property in the container.
More...
virtual void
hasSetChildValue
(
Property
&)
Called when a child property has changed value.
More...
bool
isReadOnly
() const
bool
isSinglePrecision
() const
Gets precision of properties using floating point numbers.
More...
bool
isTouched
(void) const
Test if this property is touched.
More...
virtual void
onContainerRestored
()
Called before calling
DocumentObject::onDocumentRestored()
More...
virtual void
Paste
(const
Property
&from)=0
Paste the value from the property (mainly for Undo/Redo and transactions)
More...
Property
()
void
purgeTouched
(void)
Reset this property touched.
More...
void
setContainer
(
PropertyContainer
*Father)
Is called by the framework to set the father (container)
More...
virtual void
setPathValue
(const
App::ObjectIdentifier
&path, const boost::any &value)
Set value of property.
More...
void
setReadOnly
(
bool
readOnly)
Sets property editable/grayed out in property editor.
More...
void
setSinglePrecision
(
bool
single)
Sets precision of properties using floating point numbers to single, the default is double.
More...
void
setStatus
(
Status
pos,
bool
on)
void
setStatusValue
(unsigned long status)
bool
testStatus
(
Status
pos) const
void
touch
()
Property
status handling.
More...
virtual
~Property
()
Public Member Functions inherited from
Base::Persistence
void
dumpToStream
(std::ostream &stream, int compression)
virtual
Base::Type
getTypeId
(void) const
virtual void
Restore
(
XMLReader
&)=0
This method is used to restore properties from an XML document.
More...
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
Save
(
Writer
&) const =0
This method is used to save properties to an XML document.
More...
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...
virtual
PyObject
*
getPyObject
(void)
This method returns the Python wrapper for a C++ object.
More...
bool
isDerivedFrom
(const
Type
type
) const
virtual
~BaseClass
()
Destruction.
More...
Public Member Functions inherited from
App::PropertyListsBase
void
clearTouchList
()
const std::set< int > &
getTouchList
() const
Public Attributes
friend
atomic_change
Protected Member Functions
virtual T
getPyValue
(
PyObject
*item) const =0
void
setPyValues
(const std::vector<
PyObject
* > &vals, const std::vector< int > &indices) override
Protected Member Functions inherited from
App::Property
virtual void
aboutToSetValue
(void)
Gets called by all setValue() methods before the value has changed.
More...
virtual void
hasSetValue
(void)
Gets called by all setValue() methods after the value has changed.
More...
virtual void
verifyPath
(const
App::ObjectIdentifier
&p) const
Verify a path for the current property.
More...
Protected Member Functions inherited from
App::AtomicPropertyChangeInterface< PropertyListsT< T, std::vector< T >, PropertyLists > >
AtomicPropertyChangeInterface
()
Additional Inherited Members
Static Public Member Functions inherited from
App::Property
static void
destroy
(
Property
*p)
For safe deleting of a dynamic property.
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 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::Property
std::bitset< 32 >
StatusBits
Status bits of the property 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::AtomicPropertyChangeInterface< PropertyListsT< T, std::vector< T >, PropertyLists > >
bool
hasChanged
int
signalCounter
Counter for invoking transaction start/stop.
More...
Detailed Description
template<class T, class ListT = std::vector<T>, class ParentT = PropertyLists>
class App::PropertyListsT< T, ListT, ParentT >
Helper class to implement
PropertyLists
.
Member Typedef Documentation
β
atomic_change
template<class T , class ListT = std::vector<T>, class ParentT = PropertyLists>
typedef
AtomicPropertyChangeInterface
<
PropertyListsT
<T,ListT,ParentT> >::AtomicPropertyChange
App::PropertyListsT
< T, ListT, ParentT >::
atomic_change
β
const_reference
template<class T , class ListT = std::vector<T>, class ParentT = PropertyLists>
typedef ListT::const_reference
App::PropertyListsT
< T, ListT, ParentT >::
const_reference
β
list_type
template<class T , class ListT = std::vector<T>, class ParentT = PropertyLists>
typedef ListT
App::PropertyListsT
< T, ListT, ParentT >::
list_type
β
parent_type
template<class T , class ListT = std::vector<T>, class ParentT = PropertyLists>
typedef ParentT
App::PropertyListsT
< T, ListT, ParentT >::
parent_type
Member Function Documentation
β
getPyValue()
template<class T , class ListT = std::vector<T>, class ParentT = PropertyLists>
virtual T
App::PropertyListsT
< T, ListT, ParentT >::getPyValue
(
PyObject
*
item
)
const
protected
pure virtual
Implemented in
App::PropertyStringList
,
App::PropertyLinkList
,
App::PropertyFloatList
,
App::PropertyIntegerList
,
App::PropertyMaterialList
,
App::PropertyColorList
,
App::PropertyBoolList
,
App::PropertyPlacementList
, and
App::PropertyVectorList
.
Referenced by
App::PropertyListsT< Base::Placement >::setPyObject()
, and
App::PropertyListsT< Base::Placement >::setPyValues()
.
β
getSize()
template<class T , class ListT = std::vector<T>, class ParentT = PropertyLists>
virtual int
App::PropertyListsT
< T, ListT, ParentT >::getSize
(
void
)
const
override
virtual
Implements
App::PropertyListsBase
.
Referenced by
TechDraw::DrawViewCollection::addView()
,
Gui::ViewProviderLink::applyMaterial()
,
Part::Loft::execute()
,
Part::Sweep::execute()
,
Fem::FemVTKTools::exportFreeCADResult()
,
PartGui::ViewProviderPartExt::getElementColors()
,
Gui::ViewProviderLink::getElementColors()
,
Drawing::FeaturePage::onBeforeChange()
,
App::VRMLObject::onChanged()
,
Drawing::FeaturePage::onChanged()
,
MeshGui::ViewProviderMesh::removeFacets()
,
App::GroupExtension::removeObjectsFromDocument()
,
TechDraw::DrawViewCollection::removeView()
,
App::VRMLObject::Restore()
,
App::VRMLObject::RestoreDocFile()
,
App::VRMLObject::SaveDocFile()
,
App::PropertyListsT< Base::Placement >::set1Value()
,
PointsGui::ViewProviderPoints::setDisplayMode()
,
PartDesignGui::ViewProviderTransformed::startEditing()
,
MeshGui::ViewProviderMesh::tryColorPerVertexOrFace()
,
Gui::ViewProviderVRMLObject::updateData()
, and
Gui::ViewProviderLink::updateElementList()
.
β
getValue()
template<class T , class ListT = std::vector<T>, class ParentT = PropertyLists>
const ListT&
App::PropertyListsT
< T, ListT, ParentT >::getValue
(
void
)
const
Referenced by
App::GroupExtension::extensionOnChanged()
,
Gui::LinkViewPy::setChildren()
, and
Gui::LinkViewPy::setLink()
.
β
getValues()
template<class T , class ListT = std::vector<T>, class ParentT = PropertyLists>
const ListT&
App::PropertyListsT
< T, ListT, ParentT >::getValues
(
void
)
const
Referenced by
PartDesignGui::TaskDlgLoftParameters::accept()
,
PartDesignGui::TaskDlgPipeParameters::accept()
,
TechDrawGui::MDIViewPage::addChildrenToPage()
,
PartDesign::Body::addObject()
,
App::GroupExtension::addObjects()
,
App::GeoFeatureGroupExtension::addObjects()
,
TechDraw::DrawProjGroup::addProjection()
,
TechDraw::DrawViewCollection::addView()
,
TechDraw::DrawLeaderLine::adjustLastSegment()
,
TechDraw::DrawProjGroup::arrangeViewPointers()
,
TechDraw::DrawProjGroup::autoPositionChildren()
,
Gui::ViewProviderColorBuilder::buildNodes()
,
TechDrawGui::TaskRichAnno::calcTextStartPos()
,
TechDraw::DrawViewDimExtent::checkReferences2D()
,
PartDesignGui::ViewProviderMultiTransform::claimChildren()
,
FemGui::ViewProviderFemPostPipeline::claimChildren()
,
PartDesignGui::ViewProviderLoft::claimChildren()
,
PartDesignGui::ViewProviderPipe::claimChildren()
,
TechDrawGui::ViewProviderProjGroup::claimChildren()
,
TechDrawGui::ViewProviderViewClip::claimChildren()
,
PartGui::ViewProviderSweep::claimChildren()
,
TechDraw::DrawViewCollection::countChildren()
,
App::GroupExtension::countObjectsOfType()
,
PartGui::ViewProviderFace::dragObject()
,
PathGui::ViewProviderPathShape::dragObject()
,
PartGui::ViewProviderCompound::dragObject()
,
PartGui::ViewProviderMultiFuse::dragObject()
,
PathGui::ViewProviderArea::dragObject()
,
PartGui::ViewProviderMultiCommon::dragObject()
,
PartGui::ViewProviderFace::dropObject()
,
PartDesignGui::ViewProviderBody::dropObject()
,
PathGui::ViewProviderPathShape::dropObject()
,
PartGui::ViewProviderCompound::dropObject()
,
PartGui::ViewProviderMultiFuse::dropObject()
,
PathGui::ViewProviderArea::dropObject()
,
PartGui::ViewProviderMultiCommon::dropObject()
,
TechDraw::DrawProjGroup::dumpISO()
,
TechDraw::LandmarkDimension::execute()
,
Part::MultiCommon::execute()
,
Part::MultiFuse::execute()
,
Part::Face::execute()
,
Part::Compound::execute()
,
PartDesign::Loft::execute()
,
TechDraw::DrawViewDimExtent::execute()
,
PartDesign::Pipe::execute()
,
Path::FeatureArea::execute()
,
PartDesign::Boolean::execute()
,
Drawing::FeaturePage::execute()
,
Part::Loft::execute()
,
Path::FeatureShape::execute()
,
PartDesign::Transformed::execute()
,
Part::Sweep::execute()
,
Inspection::Feature::execute()
,
Fem::FemVTKTools::exportFreeCADResult()
,
Import::ExportOCAF::exportObject()
,
Gui::ViewProviderGeoFeatureGroupExtension::extensionClaimChildren()
,
App::GroupExtension::extensionGetSubObject()
,
App::GeoFeatureGroupExtension::extensionGetSubObject()
,
App::GroupExtension::extensionGetSubObjects()
,
App::GeoFeatureGroupExtension::extensionGetSubObjects()
,
App::GeoFeatureGroupExtension::extensionOnChanged()
,
App::GroupExtension::extensionOnChanged()
,
TechDrawGui::MDIViewPage::findMissingViews()
,
TechDrawGui::QGVPage::findParent()
,
App::GroupExtension::getAllChildren()
,
TechDraw::DrawProjGroup::getAllSources()
,
TechDraw::DrawViewPart::getAllSources()
,
TechDraw::DrawPage::getAllViews()
,
PartDesign::Transformed::getBaseObject()
,
TechDraw::DrawProjGroup::getBoundingBox()
,
TechDrawGui::QGEPath::getDeltasFromLeader()
,
TechDraw::DrawLeaderLine::getKinkPoint()
,
PartDesign::Body::getNextSolidFeature()
,
App::GroupExtension::getObjects()
,
App::GroupExtension::getObjectsOfType()
,
App::Origin::getOriginFeature()
,
TechDraw::DrawViewDimExtent::getPointsTwoVerts()
,
PartDesign::Body::getPrevSolidFeature()
,
TechDraw::DrawProjGroup::getProjObj()
,
TechDraw::DrawViewCollection::getRect()
,
TechDraw::ShapeExtractor::getShapes2d()
,
TechDraw::ShapeExtractor::getShapesFromObject()
,
PartDesign::Transformed::getSketchObject()
,
PartDesign::Body::getSubObject()
,
TechDraw::DrawLeaderLine::getTailPoint()
,
TechDraw::DrawLeaderLine::getTileOrigin()
,
PartDesign::MultiTransform::getTransformations()
,
PartDesignGui::TaskMultiTransformParameters::getTransformFeatures()
,
App::PropertyListsT< Base::Placement >::getValue()
,
TechDraw::DrawProjGroup::getViewsAsDPGI()
,
TechDrawGui::QGILeaderLine::getWayPointsFromFeature()
,
App::GroupExtension::hasObject()
,
App::Origin::hasObject()
,
TechDraw::DrawProjGroup::hasProjection()
,
PartDesignGui::ViewProviderDressUp::highlightReferences()
,
PartDesignGui::ViewProviderShapeBinder::highlightReferences()
,
PartDesignGui::ViewProviderPipe::highlightReferences()
,
PartDesign::Body::insertObject()
,
PartDesign::Body::isMemberOfMultiTransform()
,
TechDrawGui::TaskLinkDim::loadAvailDims()
,
TechDraw::DrawViewCollection::lockChildren()
,
PartDesignGui::ViewProvider::onChanged()
,
App::VRMLObject::onChanged()
,
PartDesign::Body::onChanged()
,
PartGui::ViewProviderPartExt::onChanged()
,
PartDesignGui::ViewProviderMultiTransform::onDelete()
,
PathGui::ViewProviderPathShape::onDelete()
,
PartGui::ViewProviderCompound::onDelete()
,
PathGui::ViewProviderArea::onDelete()
,
PartGui::ViewProviderMultiFuse::onDelete()
,
PartDesignGui::ViewProviderBoolean::onDelete()
,
Gui::ViewProviderOrigin::onDelete()
,
PartGui::ViewProviderMultiCommon::onDelete()
,
PartDesign::Body::onDocumentRestored()
,
PartDesignGui::TaskBooleanParameters::onSelectionChanged()
,
SurfaceGui::FillingUnboundPanel::onSelectionChanged()
,
SurfaceGui::FillingPanel::onSelectionChanged()
,
TechDrawGui::TaskLeaderLine::onTrackerClicked()
,
PartDesignGui::TaskTransformedParameters::originalSelected()
,
TechDrawGui::MDIViewPage::orphanExists()
,
PartDesign::MultiTransform::positionBySupport()
,
PartGui::FaceColors::Private::Private()
,
TechDraw::DrawProjGroup::purgeProjections()
,
TechDraw::DrawViewCollection::rebuildViewList()
,
TechDraw::DrawProjGroup::recomputeChildren()
,
PartDesignGui::TaskPipeParameters::referenceSelected()
,
PartDesignGui::relinkToBody()
,
MeshGui::ViewProviderMesh::removeFacets()
,
PartDesign::Body::removeObject()
,
App::GroupExtension::removeObjects()
,
App::GeoFeatureGroupExtension::removeObjects()
,
App::GroupExtension::removeObjectsFromDocument()
,
TechDraw::DrawProjGroup::removeProjection()
,
TechDraw::DrawViewCollection::removeView()
,
App::VRMLObject::Restore()
,
App::VRMLObject::Save()
,
TechDrawGui::TaskProjGroup::saveGroupState()
,
TechDrawGui::TaskLeaderLine::saveState()
,
MeshGui::ViewProviderMesh::setColorPerFace()
,
MeshGui::ViewProviderMesh::setColorPerVertex()
,
SurfaceGui::FillingUnboundPanel::setEditedObject()
,
SurfaceGui::FillingPanel::setEditedObject()
,
Gui::ViewProviderLink::setElementColors()
,
App::PropertyLinkSubList::setPyObject()
,
App::PropertyXLinkList::setPyObject()
,
PointsGui::ViewProviderPoints::setVertexColorMode()
,
PartDesignGui::ViewProviderBody::setVisualBodyMode()
,
PartDesignGui::TaskBooleanParameters::TaskBooleanParameters()
,
FemGui::TaskFemConstraintFluidBoundary::TaskFemConstraintFluidBoundary()
,
FemGui::TaskFemConstraintTransform::TaskFemConstraintTransform()
,
PartDesignGui::TaskLoftParameters::TaskLoftParameters()
,
PartDesignGui::TaskMultiTransformParameters::TaskMultiTransformParameters()
,
PartDesignGui::TaskPipeScaling::TaskPipeScaling()
,
PathGui::TaskWidgetPathCompound::TaskWidgetPathCompound()
,
PartDesignGui::ViewProviderBody::unifyVisualProperty()
,
TechDraw::LandmarkDimension::unsetupObject()
,
TechDraw::DrawViewDimExtent::unsetupObject()
,
TechDraw::DrawViewCollection::unsetupObject()
,
App::Origin::unsetupObject()
,
TechDraw::DrawProjGroup::updateChildrenEnforce()
,
TechDraw::DrawProjGroup::updateChildrenLock()
,
TechDraw::DrawProjGroup::updateChildrenScale()
,
TechDraw::DrawProjGroup::updateChildrenSource()
,
PartDesignGui::ViewProviderBody::updateData()
,
FemGui::ViewProviderFemConstraintPressure::updateData()
,
PartGui::ViewProviderMultiFuse::updateData()
,
FemGui::ViewProviderFemConstraintForce::updateData()
,
FemGui::ViewProviderFemConstraintFixed::updateData()
,
FemGui::ViewProviderFemConstraintFluidBoundary::updateData()
,
PartGui::ViewProviderBoolean::updateData()
,
FemGui::ViewProviderFemConstraintPlaneRotation::updateData()
,
FemGui::ViewProviderFemConstraintTemperature::updateData()
,
FemGui::ViewProviderFemConstraintContact::updateData()
,
FemGui::ViewProviderFemConstraintHeatflux::updateData()
,
FemGui::ViewProviderFemConstraintTransform::updateData()
,
PartGui::ViewProviderFillet::updateData()
,
PartGui::ViewProviderCompound::updateData()
,
PartGui::ViewProviderMultiCommon::updateData()
,
PartGui::ViewProviderChamfer::updateData()
,
TechDraw::DrawProjGroup::updateSecondaryDirs()
,
App::PropertyXLinkSubList::upgrade()
, and
Part::TopoShapePy::writeInventor()
.
β
operator[]()
template<class T , class ListT = std::vector<T>, class ParentT = PropertyLists>
const_reference
App::PropertyListsT
< T, ListT, ParentT >::operator[]
(
int
idx
)
const
β
set1Value()
template<class T , class ListT = std::vector<T>, class ParentT = PropertyLists>
virtual void
App::PropertyListsT
< T, ListT, ParentT >::set1Value
(
int
index
,
const_reference
value
)
virtual
Referenced by
App::VRMLObject::onChanged()
,
App::VRMLObject::RestoreDocFile()
, and
App::PropertyListsT< Base::Placement >::setPyValues()
.
β
setPyObject()
template<class T , class ListT = std::vector<T>, class ParentT = PropertyLists>
virtual void
App::PropertyListsT
< T, ListT, ParentT >::setPyObject
(
PyObject
*
value
)
override
virtual
Reimplemented from
App::PropertyLists
.
Reimplemented in
App::PropertyBoolList
.
Referenced by
Gui::LinkViewPy::setChildren()
,
Gui::LinkViewPy::setLink()
,
App::PropertyLinkSubList::setPyObject()
,
App::PropertyXLinkList::setPyObject()
, and
Part::TopoShapePy::writeInventor()
.
β
setPyValues()
template<class T , class ListT = std::vector<T>, class ParentT = PropertyLists>
void
App::PropertyListsT
< T, ListT, ParentT >::setPyValues
(
const std::vector<
PyObject
* > &
vals
,
const std::vector< int > &
indices
)
override
protected
virtual
Reimplemented from
App::PropertyListsBase
.
β
setSize()
[1/2]
template<class T , class ListT = std::vector<T>, class ParentT = PropertyLists>
virtual void
App::PropertyListsT
< T, ListT, ParentT >::setSize
(
int
newSize
)
override
virtual
Implements
App::PropertyListsBase
.
Reimplemented in
App::PropertyLinkList
.
β
setSize()
[2/2]
template<class T , class ListT = std::vector<T>, class ParentT = PropertyLists>
virtual void
App::PropertyListsT
< T, ListT, ParentT >::setSize
(
int
newSize
,
const_reference
def
)
virtual
Reimplemented in
App::PropertyLinkList
.
Referenced by
App::VRMLObject::onChanged()
,
App::VRMLObject::Restore()
,
App::PropertyListsT< Base::Placement >::set1Value()
, and
Gui::ViewProviderLink::updateElementList()
.
β
setValue()
[1/2]
template<class T , class ListT = std::vector<T>, class ParentT = PropertyLists>
void
App::PropertyListsT
< T, ListT, ParentT >::setValue
(
const ListT &
newValues
=
ListT()
)
β
setValue()
[2/2]
template<class T , class ListT = std::vector<T>, class ParentT = PropertyLists>
void
App::PropertyListsT
< T, ListT, ParentT >::setValue
(
const_reference
value
)
Referenced by
PartGui::ViewProviderPartExt::onChanged()
,
Import::ImpExpDxfRead::OnReadText()
,
DraftUtils::DraftDxfRead::OnReadText()
,
App::PropertyListsT< Base::Placement >::setPyObject()
, and
Gui::ViewProviderLink::updateDataPrivate()
.
β
setValues()
template<class T , class ListT = std::vector<T>, class ParentT = PropertyLists>
virtual void
App::PropertyListsT
< T, ListT, ParentT >::setValues
(
const ListT &
newValues
=
ListT()
)
virtual
Reimplemented in
App::PropertyLinkList
.
Referenced by
TechDraw::DrawLeaderLine::adjustLastSegment()
,
Fem::ConstraintFluidBoundary::ConstraintFluidBoundary()
,
Fem::ConstraintHeatflux::ConstraintHeatflux()
,
Fem::ConstraintTemperature::ConstraintTemperature()
,
Fem::ConstraintTransform::ConstraintTransform()
,
TechDrawGui::TaskLeaderLine::createLeaderFeature()
,
PartDesignGui::ViewProviderDressUp::highlightReferences()
,
PartDesignGui::ViewProviderShapeBinder::highlightReferences()
,
PartDesignGui::ViewProviderPipe::highlightReferences()
,
Fem::ConstraintPressure::onChanged()
,
Fem::ConstraintPlaneRotation::onChanged()
,
Fem::ConstraintFixed::onChanged()
,
Fem::ConstraintTransform::onChanged()
,
Fem::ConstraintHeatflux::onChanged()
,
Fem::ConstraintInitialTemperature::onChanged()
,
Fem::ConstraintTemperature::onChanged()
,
Fem::ConstraintContact::onChanged()
,
Fem::ConstraintFluidBoundary::onChanged()
,
Fem::ConstraintDisplacement::onChanged()
,
SurfaceGui::FillingUnboundPanel::onSelectionChanged()
,
SurfaceGui::FillingPanel::onSelectionChanged()
,
MeshGui::ViewProviderMesh::removeFacets()
,
TechDrawGui::TaskLeaderLine::restoreState()
,
Gui::ViewProviderLink::setElementColors()
,
App::PropertyListsT< Base::Placement >::setPyValues()
,
App::PropertyListsT< Base::Placement >::setValue()
,
PartGui::ViewProviderMultiFuse::updateData()
,
PartGui::ViewProviderBoolean::updateData()
,
PartGui::ViewProviderCompound::updateData()
,
PartGui::ViewProviderFillet::updateData()
,
PartGui::ViewProviderMultiCommon::updateData()
, and
PartGui::ViewProviderChamfer::updateData()
.
Member Data Documentation
β
atomic_change
template<class T , class ListT = std::vector<T>, class ParentT = PropertyLists>
friend
App::PropertyListsT
< T, ListT, ParentT >::
atomic_change
The documentation for this class was generated from the following file:
src/App/Property.h
1.8.17
|
==================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Reen
SampleConsensus
List of all members
|
Public Types
|
Public Member Functions
Reen::SampleConsensus Class Reference
#include <SampleConsensus.h>
Public Types
enum
SacModel
{
SACMODEL_PLANE
,
SACMODEL_LINE
,
SACMODEL_CIRCLE2D
,
SACMODEL_CIRCLE3D
,
SACMODEL_SPHERE
,
SACMODEL_CYLINDER
,
SACMODEL_CONE
,
SACMODEL_TORUS
}
Public Member Functions
double
perform
(std::vector< float > ¶meters, std::vector< int > &model)
SampleConsensus
(
SacModel
sac, const
Points::PointKernel
&, const std::vector<
Base::Vector3d
> &)
Member Enumeration Documentation
β
SacModel
enum
Reen::SampleConsensus::SacModel
Enumerator
SACMODEL_PLANE
SACMODEL_LINE
SACMODEL_CIRCLE2D
SACMODEL_CIRCLE3D
SACMODEL_SPHERE
SACMODEL_CYLINDER
SACMODEL_CONE
SACMODEL_TORUS
Constructor & Destructor Documentation
β
SampleConsensus()
Reen::SampleConsensus::SampleConsensus
(
SacModel
sac
,
const
Points::PointKernel
&
,
const std::vector<
Base::Vector3d
> &
)
Member Function Documentation
β
perform()
double Reen::SampleConsensus::perform
(
std::vector< float > &
parameters
,
std::vector< int > &
model
)
The documentation for this class was generated from the following file:
src/Mod/ReverseEngineering/App/SampleConsensus.h
1.8.17
|
===========================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
point_on_surface
automotive_design.point_on_surface Member List
This is the complete list of members for
automotive_design.point_on_surface
, including all inherited members.
basis_surface
automotive_design.point_on_surface
basis_surface
()
automotive_design.point_on_surface
dim
()
automotive_design.geometric_representation_item
name
automotive_design.representation_item
name
()
automotive_design.representation_item
point_parameter_u
automotive_design.point_on_surface
point_parameter_u
()
automotive_design.point_on_surface
point_parameter_v
automotive_design.point_on_surface
point_parameter_v
()
automotive_design.point_on_surface
wr1
(self)
automotive_design.geometric_representation_item
1.8.17
|
============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
MeshGui
TaskDecimating
MeshGui::TaskDecimating Member List
This is the complete list of members for
MeshGui::TaskDecimating
, including all inherited members.
aboutToBeDestroyed
()
Gui::TaskView::TaskDialog
signal
accept
()
MeshGui::TaskDecimating
virtual
buttonPosition
() const
Gui::TaskView::TaskDialog
ButtonPosition
enum name
Gui::TaskView::TaskDialog
canClose
() const
Gui::TaskView::TaskDialog
clicked
(int)
Gui::TaskView::TaskDialog
virtual
Content
Gui::TaskView::TaskDialog
protected
emitDestructionSignal
()
Gui::TaskView::TaskDialog
getDialogContent
(void) const
Gui::TaskView::TaskDialog
getDocumentName
() const
Gui::TaskView::TaskDialog
getStandardButtons
() const
MeshGui::TaskDecimating
virtual
helpRequested
()
Gui::TaskView::TaskDialog
virtual
isAllowedAlterDocument
(void) const
MeshGui::TaskDecimating
virtual
isAllowedAlterSelection
(void) const
Gui::TaskView::TaskDialog
virtual
isAllowedAlterView
(void) const
Gui::TaskView::TaskDialog
virtual
isEscapeButtonEnabled
() const
Gui::TaskView::TaskDialog
modifyStandardButtons
(QDialogButtonBox *)
Gui::TaskView::TaskDialog
virtual
needsFullSpace
() const
Gui::TaskView::TaskDialog
virtual
North
enum value
Gui::TaskView::TaskDialog
open
()
Gui::TaskView::TaskDialog
virtual
pos
Gui::TaskView::TaskDialog
protected
reject
()
Gui::TaskView::TaskDialog
virtual
setButtonPosition
(ButtonPosition p)
Gui::TaskView::TaskDialog
setDocumentName
(const std::string &doc)
Gui::TaskView::TaskDialog
setEscapeButtonEnabled
(bool on)
Gui::TaskView::TaskDialog
South
enum value
Gui::TaskView::TaskDialog
TaskDecimating
()
MeshGui::TaskDecimating
TaskDialog
()
Gui::TaskView::TaskDialog
~TaskDecimating
()
MeshGui::TaskDecimating
~TaskDialog
()
Gui::TaskView::TaskDialog
1.8.17
|
===================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Mod
Test
TestGui
TestAllTextCmd
List of all members
|
Public Member Functions
Mod.Test.TestGui.TestAllTextCmd Class Reference
Public Member Functions
def
Activated
(self)
def
GetResources
(self)
Member Function Documentation
β
Activated()
def Mod.Test.TestGui.TestAllTextCmd.Activated
(
self
)
β
GetResources()
def Mod.Test.TestGui.TestAllTextCmd.GetResources
(
self
)
The documentation for this class was generated from the following file:
src/Mod/Test/TestGui.py
1.8.17
|
=======================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
OpenSCADFeatures
ViewProviderTree
OpenSCADFeatures.ViewProviderTree Member List
This is the complete list of members for
OpenSCADFeatures.ViewProviderTree
, including all inherited members.
attach
(self, obj)
OpenSCADFeatures.ViewProviderTree
claimChildren
(self)
OpenSCADFeatures.ViewProviderTree
getDisplayModes
(self, obj)
OpenSCADFeatures.ViewProviderTree
getIcon
(self)
OpenSCADFeatures.ViewProviderTree
Object
OpenSCADFeatures.ViewProviderTree
onChanged
(self, vp, prop)
OpenSCADFeatures.ViewProviderTree
setDisplayMode
(self, mode)
OpenSCADFeatures.ViewProviderTree
updateData
(self, fp, prop)
OpenSCADFeatures.ViewProviderTree
1.8.17
|
======================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PartDesignGui
ReferenceSelection
PartDesignGui::ReferenceSelection Member List
This is the complete list of members for
PartDesignGui::ReferenceSelection
, including all inherited members.
allow
(App::Document *pDoc, App::DocumentObject *pObj, const char *sSubName)
PartDesignGui::ReferenceSelection
virtual
Filter
Gui::SelectionFilterGate
protected
notAllowedReason
Gui::SelectionGate
ReferenceSelection
(const App::DocumentObject *support_, const bool edge_, const bool plane_, const bool planar_, const bool point_=false, bool whole_=false)
PartDesignGui::ReferenceSelection
SelectionFilterGate
(const char *filter)
Gui::SelectionFilterGate
SelectionFilterGate
(SelectionFilter *filter)
Gui::SelectionFilterGate
SelectionFilterGate
()
Gui::SelectionFilterGate
protected
~SelectionFilterGate
()
Gui::SelectionFilterGate
~SelectionGate
()
Gui::SelectionGate
virtual
1.8.17
|
=====================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PathScripts
PathGui
Classes
|
Functions
|
Variables
PathScripts.PathGui Namespace Reference
Classes
class
QuantitySpinBox
Functions
def
translate
(context, text, disambig=None)
def
updateInputField
(obj, prop, widget, onBeforeChange=None)
Variables
LOGLEVEL
Function Documentation
β
translate()
def PathScripts.PathGui.translate
(
context
,
text
,
disambig
=
None
)
β
updateInputField()
def PathScripts.PathGui.updateInputField
(
obj
,
prop
,
widget
,
onBeforeChange
=
None
)
updateInputField(obj, prop, widget) ... update obj's property prop with the value of widget.
The property's value is only assigned if the new value differs from the current value.
This prevents onChanged notifications where the value didn't actually change.
Gui::InputField and Gui::QuantitySpinBox widgets are supported - and the property can
be of type Quantity or Float.
If onBeforeChange is specified it is called before a new value is assigned to the property.
Returns True if a new value was assigned, False otherwise (new value is the same as the current).
Referenced by
PathScripts.PathGui.QuantitySpinBox.updateProperty()
.
Variable Documentation
β
LOGLEVEL
PathScripts.PathGui.LOGLEVEL
1.8.17
|
============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Base
Placement
List of all members
|
Public Member Functions
|
Static Public Member Functions
Base::Placement Class Reference
The
Placement
class.
More...
#include <Placement.h>
Public Member Functions
void
fromMatrix
(const
Matrix4D
&m)
const
Vector3d
&
getPosition
(void) const
const
Rotation
&
getRotation
(void) const
Placement
inverse
() const
void
invert
()
bool
isIdentity
() const
void
move
(const
Vector3d
&MovVec)
void
multVec
(const
Vector3d
&src,
Vector3d
&dst) const
bool
operator!=
(const
Placement
&) const
Placement
operator*
(const
Placement
&p) const
Placement
&
operator*=
(const
Placement
&p)
Operators.
More...
Placement
&
operator=
(const
Placement
&)
bool
operator==
(const
Placement
&) const
Placement
(const
Base::Matrix4D
&matrix)
Placement
(const
Placement
&)
Placement
(const
Vector3d
&Pos, const
Rotation
&Rot)
Placement
(const
Vector3d
&Pos, const
Rotation
&Rot, const
Vector3d
&Cnt)
Placement
(void)
default constructor
More...
Placement
pow
(double t,
bool
shorten=true) const
void
setPosition
(const
Vector3d
&Pos)
void
setRotation
(const
Rotation
&Rot)
DualQuat
toDualQuaternion
() const
Matrix4D
toMatrix
(void) const
~Placement
()
Destruction.
More...
Static Public Member Functions
static
Placement
fromDualQuaternion
(
DualQuat
qq)
specialty constructors
More...
static
Placement
sclerp
(const
Placement
&p0, const
Placement
&p1, double t,
bool
shorten=true)
static
Placement
slerp
(const
Placement
&p0, const
Placement
&p1, double t)
Detailed Description
The
Placement
class.
Constructor & Destructor Documentation
β
Placement()
[1/5]
Placement::Placement
(
void
)
default constructor
Referenced by
PartDesign::Pocket::execute()
,
PartDesign::Pad::execute()
,
PartDesign::ShapeBinder::execute()
,
fromDualQuaternion()
,
PartDesign::ProfileBased::getProfileNormal()
,
PartDesign::ProfileBased::getReversedAngle()
, and
slerp()
.
β
Placement()
[2/5]
Placement::Placement
(
const
Placement
&
that
)
β
Placement()
[3/5]
Placement::Placement
(
const
Base::Matrix4D
&
matrix
)
References
fromMatrix()
.
β
Placement()
[4/5]
Placement::Placement
(
const
Vector3d
&
Pos
,
const
Rotation
&
Rot
)
β
Placement()
[5/5]
Placement::Placement
(
const
Vector3d
&
Pos
,
const
Rotation
&
Rot
,
const
Vector3d
&
Cnt
)
β
~Placement()
Base::Placement::~Placement
(
)
Destruction.
Member Function Documentation
β
fromDualQuaternion()
Placement
Placement::fromDualQuaternion
(
DualQuat
qq
)
static
specialty constructors
References
Base::DualQuat::conj()
,
Base::DualQuat::dual()
,
Placement()
,
Base::DualNumber::re
,
Base::DualQuat::real()
,
Base::DualQuat::w
,
Base::DualQuat::x
,
Base::DualQuat::y
, and
Base::DualQuat::z
.
Referenced by
pow()
.
β
fromMatrix()
void Placement::fromMatrix
(
const
Matrix4D
&
m
)
Referenced by
Mesh::Feature::onChanged()
,
Points::Feature::onChanged()
,
Part::Feature::onChanged()
,
Placement()
,
Base::PlacementPy::PyInit()
,
App::PropertyPlacement::setPyObject()
, and
Robot::Robot6AxisPy::setTcp()
.
β
getPosition()
const
Vector3d
& Base::Placement::getPosition
(
void
)
const
Referenced by
PartGui::TaskDlgAttacher::accept()
,
Attacher::AttachEngine3D::calculateAttachedPlacement()
,
Attacher::AttachEngineLine::calculateAttachedPlacement()
,
Import::ExportOCAF::createNode()
,
SketcherGui::ViewProviderSketch::doBoxSelection()
,
Robot::TrajectoryDressUpObject::execute()
,
PartDesign::Pad::execute()
,
PartDesignGui::fixSketchSupport()
,
PartDesign::ProfileBased::getAxis()
,
SketcherGui::ViewProviderSketch::getCoordsOnSketchPlane()
,
Part::Feature::getLocation()
,
Part::FeatureReference::getLocation()
,
Sketcher::SketchObject::isCarbonCopyAllowed()
,
Sketcher::SketchObject::rebuildExternalGeometry()
,
Path::Toolpath::recalculate()
,
Robot::Robot6AxisPy::representation()
,
Base::PlacementPy::representation()
,
Part::GeometryPy::rotate()
,
Robot::Robot6Axis::Save()
,
Robot::Waypoint::Save()
,
Import::ExportOCAF::saveShape()
,
RobotGui::ViewProviderRobotObject::setDragger()
,
SketcherGui::ViewProviderSketch::setEditViewer()
,
Path::Command::setFromPlacement()
,
Part::TopoShape::setPlacement()
,
Robot::Robot6Axis::setTo()
,
slerp()
,
Gui::View3DInventorViewer::toggleClippingPlane()
,
Path::Command::transform()
,
Point3D::UpdateCmd()
,
RobotGui::ViewProviderTrajectory::updateData()
,
RobotGui::ViewProviderRobotObject::updateData()
,
Gui::ViewProviderLink::updateDraggingPlacement()
,
Gui::ViewProviderDragger::updateTransform()
,
RobotGui::TaskTrajectoryDressUpParameter::viewPlacement()
,
Gui::View3DInventorPy::viewPosition()
,
Path::PathSegmentWalker::walk()
, and
Points::PcdWriter::write()
.
β
getRotation()
const
Rotation
& Base::Placement::getRotation
(
void
)
const
Referenced by
PartGui::TaskDlgAttacher::accept()
,
Attacher::AttachEngine3D::calculateAttachedPlacement()
,
Import::ExportOCAF::createNode()
,
Robot::TrajectoryDressUpObject::execute()
,
PartDesignGui::fixSketchSupport()
,
PartDesign::ProfileBased::getAxis()
,
SketcherGui::ViewProviderSketch::getCoordsOnSketchPlane()
,
Part::Feature::getLocation()
,
Part::FeatureReference::getLocation()
,
PartDesign::ProfileBased::getProfileNormal()
,
PartDesign::ProfileBased::getReversedAngle()
,
PartDesign::LinearPattern::getTransformations()
,
PartDesign::PolarPattern::getTransformations()
,
Sketcher::SketchObject::isCarbonCopyAllowed()
,
Attacher::AttachEngine::placementFactory()
,
Attacher::AttachEngine::readLinks()
,
SketcherGui::ViewProviderSketch::rebuildConstraintsVisual()
,
Sketcher::SketchObject::rebuildExternalGeometry()
,
Base::PlacementPy::representation()
,
Part::GeometryPy::rotate()
,
Robot::Robot6Axis::Save()
,
Robot::Waypoint::Save()
,
Import::ExportOCAF::saveShape()
,
RobotGui::ViewProviderRobotObject::setDragger()
,
SketcherGui::ViewProviderSketch::setEditViewer()
,
Path::Command::setFromPlacement()
,
Part::TopoShape::setPlacement()
,
Robot::Robot6Axis::setTo()
,
slerp()
,
Gui::View3DInventorViewer::toggleClippingPlane()
,
Path::Command::transform()
,
Gui::ViewProviderVRMLObject::updateData()
,
RobotGui::ViewProviderRobotObject::updateData()
,
Gui::ViewProviderInventorObject::updateData()
,
Gui::ViewProviderLink::updateDraggingPlacement()
,
Gui::ViewProviderDragger::updateTransform()
,
RobotGui::TaskTrajectoryDressUpParameter::viewPlacement()
,
Gui::View3DInventorPy::viewPosition()
,
Points::PlyWriter::write()
, and
Points::PcdWriter::write()
.
β
inverse()
Placement
Placement::inverse
(
)
const
Referenced by
Mesh::MergeExporter::addPartFeat()
,
Gui::TreeWidget::dropEvent()
,
PartDesign::ShapeBinder::execute()
,
Sketcher::SketchAnalysis::getOpenVertices()
,
Gui::ViewProviderLink::initDraggingPlacement()
,
Base::PlacementPy::inverse()
,
Sketcher::SketchObject::rebuildExternalGeometry()
,
Robot::Simulation::reset()
,
sclerp()
,
RobotGui::ViewProviderRobotObject::setAxisTo()
,
PartDesignGui::ViewProviderDatumLine::setExtents()
,
PartDesignGui::ViewProviderDatumPlane::setExtents()
,
Robot::Simulation::setToTime()
,
PartDesign::SubShapeBinder::update()
, and
RobotGui::ViewProviderRobotObject::updateData()
.
β
invert()
void Placement::invert
(
)
Referenced by
PathScripts.PathDressupLeadInOut.ObjectDressup::getLeadEnd()
,
PathScripts.PathDressupLeadInOut.ObjectDressup::getLeadStart()
,
MeshGui::ViewProviderMesh::partMeshCallback()
,
MeshGui::ViewProviderMesh::segmMeshCallback()
, and
PartGui::ViewProvider2DObject::updateData()
.
β
isIdentity()
bool
Placement::isIdentity
(
)
const
Referenced by
ArchComponent.Component::applyShape()
,
ArchComponent.Component::getExtrusionData()
,
Base::PlacementPy::isIdentity()
,
ArchComponent.Component::processSubShapes()
,
Points::AscWriter::write()
,
Points::PlyWriter::write()
, and
Points::PcdWriter::write()
.
β
move()
void Placement::move
(
const
Vector3d
&
MovVec
)
Referenced by
draftguitools.gui_circulararray.CircularArray::Activated()
,
draftguitools.gui_polararray.PolarArray::Activated()
, and
Base::PlacementPy::move()
.
β
multVec()
void Placement::multVec
(
const
Vector3d
&
src
,
Vector3d
&
dst
)
const
Referenced by
Mesh::MergeExporter::addPartFeat()
,
SketcherGui::ViewProviderSketch::doBoxSelection()
,
PartDesign::ProfileBased::getAxis()
,
Sketcher::SketchAnalysis::getOpenVertices()
,
Base::PlacementPy::multVec()
,
Attacher::AttachEngine::readLinks()
,
Sketcher::SketchObject::rebuildExternalGeometry()
,
PathGui::ViewProviderPath::recomputeBoundingBox()
,
Points::PlyWriter::write()
, and
Points::PcdWriter::write()
.
β
operator!=()
bool
Placement::operator!=
(
const
Placement
&
that
)
const
β
operator*()
Placement
Placement::operator*
(
const
Placement
&
p
)
const
β
operator*=()
Placement
& Placement::operator*=
(
const
Placement
&
p
)
Operators.
β
operator=()
Placement
& Placement::operator=
(
const
Placement
&
New
)
β
operator==()
bool
Placement::operator==
(
const
Placement
&
that
)
const
β
pow()
Placement
Placement::pow
(
double
t
,
bool
shorten
=
true
)
const
References
fromDualQuaternion()
, and
toDualQuaternion()
.
Referenced by
sclerp()
.
β
sclerp()
Placement
Placement::sclerp
(
const
Placement
&
p0
,
const
Placement
&
p1
,
double
t
,
bool
shorten
=
true
)
static
References
inverse()
, and
pow()
.
β
setPosition()
void Base::Placement::setPosition
(
const
Vector3d
&
Pos
)
Referenced by
PathSimulator::PathSim::ApplyCommand()
,
Attacher::AttachEngine3D::calculateAttachedPlacement()
,
Gui::ManualAlignment::computeAlignment()
,
Robot::TrajectoryDressUpObject::execute()
,
Base::PlacementPy::PyInit()
,
Part::Box::Restore()
, and
Base::PlacementPy::setBase()
.
β
setRotation()
void Base::Placement::setRotation
(
const
Rotation
&
Rot
)
Referenced by
Attacher::AttachEngine3D::calculateAttachedPlacement()
,
Attacher::AttachEngineLine::calculateAttachedPlacement()
,
Robot::TrajectoryDressUpObject::execute()
,
SketcherGui::ViewProviderSketch::getCoordsOnSketchPlane()
,
Base::PlacementPy::PyInit()
,
SketcherGui::ViewProviderSketch::rebuildConstraintsVisual()
,
Part::Box::Restore()
, and
Base::PlacementPy::setRotation()
.
β
slerp()
Placement
Placement::slerp
(
const
Placement
&
p0
,
const
Placement
&
p1
,
double
t
)
static
References
getPosition()
,
getRotation()
,
Placement()
, and
Base::Rotation::slerp()
.
β
toDualQuaternion()
DualQuat
Placement::toDualQuaternion
(
)
const
References
Base::DualNumber::re
,
Base::DualQuat::w
,
Base::DualQuat::x
,
Base::DualQuat::y
, and
Base::DualQuat::z
.
Referenced by
pow()
.
β
toMatrix()
Base::Matrix4D
Placement::toMatrix
(
void
)
const
Referenced by
Gui::Dialog::TransformStrategy::acceptDataTransform()
,
Mesh::MergeExporter::addMeshFeat()
,
Gui::Dialog::TransformStrategy::applyViewTransform()
,
Gui::TreeWidget::dropEvent()
,
PartDesign::Hole::execute()
,
App::OriginGroupExtension::extensionGetSubObject()
,
App::GeoFeatureGroupExtension::extensionGetSubObject()
,
Part::Feature::getSubObject()
,
PartDesign::Body::getSubObject()
,
PartDesign::SubShapeBinder::getSubObject()
,
Gui::ViewProviderLink::initDraggingPlacement()
,
Gui::Dialog::Transform::on_applyButton_clicked()
,
Mesh::Feature::onChanged()
,
Points::Feature::onChanged()
,
Part::Feature::onChanged()
,
MeshGui::ViewProviderMesh::partMeshCallback()
,
Sketcher::SketchObject::rebuildExternalGeometry()
,
Gui::Dialog::TransformStrategy::resetViewTransform()
,
MeshGui::ViewProviderMesh::segmMeshCallback()
,
Gui::ViewProviderDragger::setEditViewer()
,
PartDesignGui::ViewProviderDatumLine::setExtents()
,
PartDesignGui::ViewProviderDatumPlane::setExtents()
,
Data::ComplexGeoData::setPlacement()
,
Fem::PropertyFemMesh::setPyObject()
,
Fem::FemMeshPy::setTransform()
,
Gui::ViewProviderPy::setTransformation()
,
Base::PlacementPy::toMatrix()
,
PartDesign::SubShapeBinder::update()
,
PartGui::ViewProvider2DObject::updateData()
,
Gui::ViewProviderLink::updateDraggingPlacement()
, and
Points::AscWriter::write()
.
The documentation for this class was generated from the following files:
src/Base/Placement.h
src/Base/Placement.cpp
1.8.17
|
==================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ImportSubNamesExpressionVisitor Member List
This is the complete list of members for
ImportSubNamesExpressionVisitor
, including all inherited members.
aboutToChange
()
App::ExpressionVisitor
virtual
adjustLinks
(Expression &e, const std::set< App::DocumentObject * > &inList)
App::ExpressionVisitor
protected
changed
() const
App::ExpressionVisitor
virtual
collectReplacement
(Expression &e, std::map< ObjectIdentifier, ObjectIdentifier > &, const App::DocumentObject *parent, App::DocumentObject *oldObj, App::DocumentObject *newObj) const
App::ExpressionVisitor
protected
getDepObjects
(Expression &e, std::set< App::DocumentObject * > &, std::vector< std::string > *)
App::ExpressionVisitor
protected
getDeps
(Expression &e, ExpressionDeps &)
App::ExpressionVisitor
protected
getIdentifiers
(Expression &e, std::set< App::ObjectIdentifier > &)
App::ExpressionVisitor
protected
getPropertyLink
()
App::ExpressionVisitor
virtual
importSubNames
(Expression &e, const ObjectIdentifier::SubNameMap &subNameMap)
App::ExpressionVisitor
protected
ImportSubNamesExpressionVisitor
(const ObjectIdentifier::SubNameMap &subNameMap)
ImportSubNamesExpressionVisitor
moveCells
(Expression &e, const CellAddress &address, int rowCount, int colCount)
App::ExpressionVisitor
protected
offsetCells
(Expression &e, int rowOffset, int colOffset)
App::ExpressionVisitor
protected
relabeledDocument
(Expression &e, const std::string &oldName, const std::string &newName)
App::ExpressionVisitor
protected
renameObjectIdentifier
(Expression &e, const std::map< ObjectIdentifier, ObjectIdentifier > &, const ObjectIdentifier &)
App::ExpressionVisitor
protected
reset
()
App::ExpressionVisitor
virtual
subNameMap
ImportSubNamesExpressionVisitor
updateElementReference
(Expression &e, App::DocumentObject *feature, bool reverse)
App::ExpressionVisitor
protected
updateLabelReference
(Expression &e, App::DocumentObject *obj, const std::string &ref, const char *newLabel)
App::ExpressionVisitor
protected
visit
(Expression &e)
ImportSubNamesExpressionVisitor
virtual
~ExpressionVisitor
()
App::ExpressionVisitor
virtual
1.8.17
|
==============================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
config_control_design
product_definition_effectivity
config_control_design.product_definition_effectivity Member List
This is the complete list of members for
config_control_design.product_definition_effectivity
, including all inherited members.
id
config_control_design.effectivity
id
()
config_control_design.effectivity
usage
config_control_design.product_definition_effectivity
usage
()
config_control_design.product_definition_effectivity
1.8.17
|
============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcmonetaryunit
ifc2x3.ifcmonetaryunit Member List
This is the complete list of members for
ifc2x3.ifcmonetaryunit
, including all inherited members.
currency
ifc2x3.ifcmonetaryunit
currency
()
ifc2x3.ifcmonetaryunit
1.8.17
|
===============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
List of all members
|
Public Member Functions
|
Protected Member Functions
CmdTestConsoleOutput Class Reference
Public Member Functions
virtual const char *
className
() const
The C++ class name is needed as context for the translation framework.
More...
CmdTestConsoleOutput
()
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 *)
virtual
bool
isActive
(void)
Override this method if your Cmd is not always active.
More...
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...
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
β
CmdTestConsoleOutput()
CmdTestConsoleOutput::CmdTestConsoleOutput
(
)
Member Function Documentation
β
activated()
void CmdTestConsoleOutput::activated
(
int
iMsg
)
protected
virtual
Methods which gets called when activated, needs to be reimplemented!
Implements
Gui::Command
.
References
Base::ConsoleSingleton::AttachObserver()
,
Base::Console()
,
Base::ConsoleSingleton::DetachObserver()
,
Base::ConsoleSingleton::Error()
,
Gui::TestConsoleObserver::matchErr
,
Gui::TestConsoleObserver::matchLog
,
Gui::TestConsoleObserver::matchMsg
, and
Gui::TestConsoleObserver::matchWrn
.
β
className()
virtual const char* CmdTestConsoleOutput::className
(
)
const
virtual
The C++ class name is needed as context for the translation framework.
Implements
Gui::CommandBase
.
The documentation for this class was generated from the following file:
src/Gui/CommandTest.cpp
1.8.17
|
=======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
SMESH
Controls
Functor
List of all members
|
Public Member Functions
SMESH::Controls::Functor Class Reference
abstract
#include <SMESH_Controls.hxx>
Public Member Functions
virtual SMDSAbs_ElementType
GetType
() const =0
virtual void
SetMesh
(const
SMDS_Mesh
*theMesh)=0
~Functor
()
Constructor & Destructor Documentation
β
~Functor()
SMESH::Controls::Functor::~Functor
(
)
Member Function Documentation
β
GetType()
virtual SMDSAbs_ElementType SMESH::Controls::Functor::GetType
(
)
const
pure virtual
Implemented in
SMESH::Controls::NumericalFunctor
,
SMESH::Controls::Predicate
,
SMESH::Controls::ConnectedElements
,
SMESH::Controls::CoplanarFaces
,
SMESH::Controls::ElemGeomType
,
SMESH::Controls::GroupColor
,
SMESH::Controls::LinearOrQuadratic
,
SMESH::Controls::FreeFaces
,
SMESH::Controls::LyingOnGeom
,
SMESH::Controls::BelongToGeom
,
SMESH::Controls::ElementsOnShape
,
SMESH::Controls::ElementsOnSurface
,
SMESH::Controls::BelongToMeshGroup
,
SMESH::Controls::ManifoldPart
,
SMESH::Controls::LogicalBinary
,
SMESH::Controls::LogicalNOT
,
SMESH::Controls::Comparator
,
SMESH::Controls::RangeOfIds
,
SMESH::Controls::FreeNodes
,
SMESH::Controls::FreeEdges
,
SMESH::Controls::OverConstrainedFace
,
SMESH::Controls::OverConstrainedVolume
,
SMESH::Controls::BareBorderFace
,
SMESH::Controls::BareBorderVolume
,
SMESH::Controls::ElemEntityType
,
SMESH::Controls::BadOrientedVolume
,
SMESH::Controls::FreeBorders
,
SMESH::Controls::CoincidentElements3D
,
SMESH::Controls::CoincidentElements2D
,
SMESH::Controls::CoincidentElements1D
,
SMESH::Controls::CoincidentNodes
,
SMESH::Controls::BallDiameter
,
SMESH::Controls::MultiConnection2D
,
SMESH::Controls::MultiConnection
,
SMESH::Controls::Length2D
,
SMESH::Controls::Length
,
SMESH::Controls::Area
,
SMESH::Controls::Skew
,
SMESH::Controls::Taper
,
SMESH::Controls::Warping
,
SMESH::Controls::AspectRatio3D
,
SMESH::Controls::AspectRatio
,
SMESH::Controls::MinimumAngle
,
SMESH::Controls::MaxElementLength3D
,
SMESH::Controls::MaxElementLength2D
, and
SMESH::Controls::Volume
.
β
SetMesh()
virtual void SMESH::Controls::Functor::SetMesh
(
const
SMDS_Mesh
*
theMesh
)
pure virtual
Implemented in
SMESH::Controls::ConnectedElements
,
SMESH::Controls::CoplanarFaces
,
SMESH::Controls::ElemGeomType
,
SMESH::Controls::GroupColor
,
SMESH::Controls::LinearOrQuadratic
,
SMESH::Controls::FreeFaces
,
SMESH::Controls::LyingOnGeom
,
SMESH::Controls::BelongToGeom
,
SMESH::Controls::ElementsOnShape
,
SMESH::Controls::ElementsOnSurface
,
SMESH::Controls::BelongToMeshGroup
,
SMESH::Controls::ManifoldPart
,
SMESH::Controls::LogicalBinary
,
SMESH::Controls::LogicalNOT
,
SMESH::Controls::Comparator
,
SMESH::Controls::RangeOfIds
,
SMESH::Controls::FreeNodes
,
SMESH::Controls::FreeEdges
,
SMESH::Controls::OverConstrainedFace
,
SMESH::Controls::OverConstrainedVolume
,
SMESH::Controls::BareBorderFace
,
SMESH::Controls::BareBorderVolume
,
SMESH::Controls::ElemEntityType
,
SMESH::Controls::BadOrientedVolume
,
SMESH::Controls::FreeBorders
,
SMESH::Controls::CoincidentElements
,
SMESH::Controls::CoincidentNodes
, and
SMESH::Controls::NumericalFunctor
.
The documentation for this class was generated from the following file:
src/3rdParty/salomesmesh/inc/SMESH_Controls.hxx
1.8.17
|
============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
SMESH
Controls
ManifoldPart
List of all members
|
Classes
|
Public Types
|
Public Member Functions
SMESH::Controls::ManifoldPart Class Reference
#include <SMESH_ControlsDef.hxx>
Classes
class
Link
Public Types
typedef std::map<
SMDS_MeshFace
*, int >
TDataMapFacePtrInt
typedef std::map<
ManifoldPart::Link
,
SMDS_MeshFace
* >
TDataMapOfLinkFacePtr
typedef std::set<
ManifoldPart::Link
>
TMapOfLink
typedef std::vector<
SMDS_MeshFace
* >
TVectorOfFacePtr
typedef std::vector<
ManifoldPart::Link
>
TVectorOfLink
Public Member Functions
double
GetAngleTolerance
() const
virtual SMDSAbs_ElementType
GetType
() const
bool
IsEqual
(const
ManifoldPart::Link
&theLink1, const
ManifoldPart::Link
&theLink2)
virtual
bool
IsSatisfy
(long theElementId)
ManifoldPart
()
void
SetAngleTolerance
(const double theAngToler)
void
SetIsOnlyManifold
(const
bool
theIsOnly)
virtual void
SetMesh
(const
SMDS_Mesh
*theMesh)
void
SetStartElem
(const long theStartElemId)
~ManifoldPart
()
Public Member Functions inherited from
SMESH::Controls::Functor
~Functor
()
Member Typedef Documentation
β
TDataMapFacePtrInt
typedef std::map<
SMDS_MeshFace
*,int>
SMESH::Controls::ManifoldPart::TDataMapFacePtrInt
β
TDataMapOfLinkFacePtr
typedef std::map<
ManifoldPart::Link
,
SMDS_MeshFace
*>
SMESH::Controls::ManifoldPart::TDataMapOfLinkFacePtr
β
TMapOfLink
typedef std::set<
ManifoldPart::Link
>
SMESH::Controls::ManifoldPart::TMapOfLink
β
TVectorOfFacePtr
typedef std::vector<
SMDS_MeshFace
*>
SMESH::Controls::ManifoldPart::TVectorOfFacePtr
β
TVectorOfLink
typedef std::vector<
ManifoldPart::Link
>
SMESH::Controls::ManifoldPart::TVectorOfLink
Constructor & Destructor Documentation
β
ManifoldPart()
ManifoldPart::ManifoldPart
(
)
β
~ManifoldPart()
ManifoldPart::~ManifoldPart
(
)
Member Function Documentation
β
GetAngleTolerance()
double ManifoldPart::GetAngleTolerance
(
)
const
β
GetType()
SMDSAbs_ElementType ManifoldPart::GetType
(
)
const
virtual
Implements
SMESH::Controls::Predicate
.
β
IsEqual()
bool
ManifoldPart::IsEqual
(
const
ManifoldPart::Link
&
theLink1
,
const
ManifoldPart::Link
&
theLink2
)
References
SMESH::Controls::ManifoldPart::Link::IsEqual()
.
β
IsSatisfy()
bool
ManifoldPart::IsSatisfy
(
long
theElementId
)
virtual
Implements
SMESH::Controls::Predicate
.
β
SetAngleTolerance()
void ManifoldPart::SetAngleTolerance
(
const double
theAngToler
)
β
SetIsOnlyManifold()
void ManifoldPart::SetIsOnlyManifold
(
const
bool
theIsOnly
)
β
SetMesh()
void ManifoldPart::SetMesh
(
const
SMDS_Mesh
*
theMesh
)
virtual
Implements
SMESH::Controls::Functor
.
β
SetStartElem()
void ManifoldPart::SetStartElem
(
const long
theStartElemId
)
The documentation for this class was generated from the following files:
src/3rdParty/salomesmesh/inc/SMESH_ControlsDef.hxx
src/3rdParty/salomesmesh/src/Controls/SMESH_Controls.cpp
1.8.17
|
===================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
femtaskpanels
task_result_mechanical
_TaskPanel
List of all members
|
Public Member Functions
|
Public Attributes
femtaskpanels.task_result_mechanical._TaskPanel Class Reference
Public Member Functions
def
abs_displacement_selected
(self, state)
def
calculate
(self)
def
disable_empty_result_buttons
(self)
def
get_result_stats
(self, type_name)
def
get_scalar_disp_list
(self, vector_list, axis)
def
getStandardButtons
(self)
def
hsb_disp_factor_changed
(self, value)
def
massflowrate_selected
(self, state)
def
max_prin_selected
(self, state)
def
max_shear_selected
(self, state)
def
min_prin_selected
(self, state)
def
networkpressure_selected
(self, state)
def
none_selected
(self, state)
def
peeq_selected
(self, state)
def
reject
(self)
def
reset_mesh_color
(self)
def
reset_result_mesh
(self)
def
restore_initial_result_dialog
(self)
def
restore_result_dialog
(self)
def
result_selected
(self, res_type, res_values, res_unit)
def
sb_disp_factor_changed
(self, value)
def
sb_disp_factor_max_changed
(self, value)
def
set_result_stats
(self, unit, minm, maxm)
def
show_displacement
(self, checked)
def
show_histogram_clicked
(self)
def
temperature_selected
(self, state)
def
update
(self)
def
update_colors_stats
(self, res_values, res_unit, minm, maxm)
def
update_displacement
(self, factor=None)
def
user_defined_text
(self, equation)
def
vm_stress_selected
(self, state)
def
x_displacement_selected
(self, state)
def
y_displacement_selected
(self, state)
def
z_displacement_selected
(self, state)
Public Attributes
fem_prefs
form
info_widget
mesh_obj
restore_result_settings_in_dialog
result_obj
result_widget
suitable_results
Detailed Description
The task panel for the post-processing
Member Function Documentation
β
abs_displacement_selected()
def femtaskpanels.task_result_mechanical._TaskPanel.abs_displacement_selected
(
self
,
state
)
References
femtaskpanels.task_result_mechanical._TaskPanel.none_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
,
femcommands.manager.CommandManager.result_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.restore_result_dialog()
.
β
calculate()
def femtaskpanels.task_result_mechanical._TaskPanel.calculate
(
self
)
References
femtaskpanels.task_result_mechanical._TaskPanel.restore_result_dialog()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
,
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
,
Gui::ViewProviderDocumentObjectPy.update()
,
Gui::ViewProviderDocumentObject.update()
, SMESHDS_GroupOnFilter.update(),
Gui::DocumentPy.update()
,
ArchNesting.Nester.update()
,
femtaskpanels.task_mesh_gmsh._TaskPanel.update()
,
AddonManager.CommandAddonManager.update()
,
draftguitools.gui_trackers.rectangleTracker.update()
,
ArchPanel.CommandPanel.update()
, ArchWindow._CommandWindow.update(),
App::LinkBaseExtension.update()
,
draftguitools.gui_trackers.dimTracker.update()
,
Gui::ViewProvider.update()
,
draftguitools.gui_trackers.bsplineTracker.update()
, ArchWall._CommandWall.update(),
Gui::LinkInfo.update()
,
draftguitools.gui_trackers.bezcurveTracker.update()
, ArchStructure._CommandStructure.update(),
femtaskpanels.task_result_mechanical._TaskPanel.update()
,
draftguitools.gui_trackers.ghostTracker.update()
, ArchAxis._AxisTaskPanel.update(), ArchRoof._RoofTaskPanel.update(),
draftguitools.gui_trackers.wireTracker.update()
,
ArchAxis.AxisSystemTaskPanel.update()
,
draftguitools.gui_edit.Edit.update()
,
draftguitools.gui_trackers.gridTracker.update()
,
ArchCommands.SurveyTaskPanel.update()
,
draftguitools.gui_trackers.boxTracker.update()
,
draftguitools.gui_trackers.radiusTracker.update()
,
ArchSectionPlane.SectionPlaneTaskPanel.update()
, ArchWindow._ArchWindowTaskPanel.update(),
ArchAxis.ArchGridTaskPanel.update()
,
ArchComponent.ComponentTaskPanel.update()
,
DraftGui.FacebinderTaskPanel.update()
, and
femtaskpanels.task_result_mechanical._TaskPanel.update_colors_stats()
.
β
disable_empty_result_buttons()
def femtaskpanels.task_result_mechanical._TaskPanel.disable_empty_result_buttons
(
self
)
disable radio buttons if result does not exists in result object
assignments
DisplacementLengths --> rb_abs_displacement
DisplacementVectors --> rb_x_displacement, rb_y_displacement, rb_z_displacement
Temperature --> rb_temperature
vonMises --> rb_vm_stress
PrincipalMax --> rb_maxprin
PrincipalMin --> rb_minprin
MaxShear --> rb_max_shear_stress
MassFlowRate --> rb_massflowrate
NetworkPressure --> rb_networkpressure
Peeq --> rb_peeq
References
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
, and
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
β
get_result_stats()
def femtaskpanels.task_result_mechanical._TaskPanel.get_result_stats
(
self
,
type_name
)
References
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.result_selected()
.
β
get_scalar_disp_list()
def femtaskpanels.task_result_mechanical._TaskPanel.get_scalar_disp_list
(
self
,
vector_list
,
axis
)
References
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.x_displacement_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.y_displacement_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.z_displacement_selected()
.
β
getStandardButtons()
def femtaskpanels.task_result_mechanical._TaskPanel.getStandardButtons
(
self
)
β
hsb_disp_factor_changed()
def femtaskpanels.task_result_mechanical._TaskPanel.hsb_disp_factor_changed
(
self
,
value
)
References
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
, and
femtaskpanels.task_result_mechanical._TaskPanel.update_displacement()
.
β
massflowrate_selected()
def femtaskpanels.task_result_mechanical._TaskPanel.massflowrate_selected
(
self
,
state
)
References
femtaskpanels.task_result_mechanical._TaskPanel.none_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
,
femcommands.manager.CommandManager.result_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.restore_result_dialog()
.
β
max_prin_selected()
def femtaskpanels.task_result_mechanical._TaskPanel.max_prin_selected
(
self
,
state
)
References
femtaskpanels.task_result_mechanical._TaskPanel.none_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
,
femcommands.manager.CommandManager.result_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.restore_result_dialog()
.
β
max_shear_selected()
def femtaskpanels.task_result_mechanical._TaskPanel.max_shear_selected
(
self
,
state
)
References
femtaskpanels.task_result_mechanical._TaskPanel.none_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
,
femcommands.manager.CommandManager.result_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.restore_result_dialog()
.
β
min_prin_selected()
def femtaskpanels.task_result_mechanical._TaskPanel.min_prin_selected
(
self
,
state
)
References
femtaskpanels.task_result_mechanical._TaskPanel.none_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
,
femcommands.manager.CommandManager.result_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.restore_result_dialog()
.
β
networkpressure_selected()
def femtaskpanels.task_result_mechanical._TaskPanel.networkpressure_selected
(
self
,
state
)
References
femtaskpanels.task_result_mechanical._TaskPanel.none_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
,
femcommands.manager.CommandManager.result_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.restore_result_dialog()
.
β
none_selected()
def femtaskpanels.task_result_mechanical._TaskPanel.none_selected
(
self
,
state
)
References
femtaskpanels.task_result_mechanical._TaskPanel.reset_mesh_color()
, and
femtaskpanels.task_result_mechanical._TaskPanel.set_result_stats()
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.abs_displacement_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.massflowrate_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.max_prin_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.max_shear_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.min_prin_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.networkpressure_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.peeq_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.restore_result_dialog()
,
femtaskpanels.task_result_mechanical._TaskPanel.temperature_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.vm_stress_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.x_displacement_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.y_displacement_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.z_displacement_selected()
.
β
peeq_selected()
def femtaskpanels.task_result_mechanical._TaskPanel.peeq_selected
(
self
,
state
)
References
femtaskpanels.task_result_mechanical._TaskPanel.none_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
,
femcommands.manager.CommandManager.result_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.restore_result_dialog()
.
β
reject()
def femtaskpanels.task_result_mechanical._TaskPanel.reject
(
self
)
References
femtaskpanels.task_result_mechanical._TaskPanel.reset_result_mesh()
.
β
reset_mesh_color()
def femtaskpanels.task_result_mechanical._TaskPanel.reset_mesh_color
(
self
)
References
femmesh.gmshtools.GmshTools.mesh_obj
,
femtaskpanels.task_result_mechanical._TaskPanel.mesh_obj
, and
femtaskpanels.task_mesh_gmsh._TaskPanel.mesh_obj
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.none_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.reset_result_mesh()
.
β
reset_result_mesh()
def femtaskpanels.task_result_mechanical._TaskPanel.reset_result_mesh
(
self
)
References
femmesh.gmshtools.GmshTools.mesh_obj
,
femtaskpanels.task_result_mechanical._TaskPanel.mesh_obj
,
femtaskpanels.task_mesh_gmsh._TaskPanel.mesh_obj
, and
femtaskpanels.task_result_mechanical._TaskPanel.reset_mesh_color()
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.reject()
, and
femtaskpanels.task_result_mechanical._TaskPanel.update()
.
β
restore_initial_result_dialog()
def femtaskpanels.task_result_mechanical._TaskPanel.restore_initial_result_dialog
(
self
)
References
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.restore_result_dialog()
.
β
restore_result_dialog()
def femtaskpanels.task_result_mechanical._TaskPanel.restore_result_dialog
(
self
)
References
femtaskpanels.task_result_mechanical._TaskPanel.abs_displacement_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.massflowrate_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.max_prin_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.max_shear_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.min_prin_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.networkpressure_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.none_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.peeq_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.restore_initial_result_dialog()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
,
femtaskpanels.task_result_mechanical._TaskPanel.show_displacement()
,
femtaskpanels.task_result_mechanical._TaskPanel.temperature_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.vm_stress_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.x_displacement_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.y_displacement_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.z_displacement_selected()
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.calculate()
.
β
result_selected()
def femtaskpanels.task_result_mechanical._TaskPanel.result_selected
(
self
,
res_type
,
res_values
,
res_unit
)
References
femtaskpanels.task_result_mechanical._TaskPanel.get_result_stats()
, and
femtaskpanels.task_result_mechanical._TaskPanel.update_colors_stats()
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.abs_displacement_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.massflowrate_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.max_prin_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.max_shear_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.min_prin_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.networkpressure_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.peeq_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.temperature_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.vm_stress_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.x_displacement_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.y_displacement_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.z_displacement_selected()
.
β
sb_disp_factor_changed()
def femtaskpanels.task_result_mechanical._TaskPanel.sb_disp_factor_changed
(
self
,
value
)
References
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
β
sb_disp_factor_max_changed()
def femtaskpanels.task_result_mechanical._TaskPanel.sb_disp_factor_max_changed
(
self
,
value
)
References
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
β
set_result_stats()
def femtaskpanels.task_result_mechanical._TaskPanel.set_result_stats
(
self
,
unit
,
minm
,
maxm
)
References
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.none_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.update_colors_stats()
.
β
show_displacement()
def femtaskpanels.task_result_mechanical._TaskPanel.show_displacement
(
self
,
checked
)
References
femmesh.gmshtools.GmshTools.mesh_obj
,
femtaskpanels.task_result_mechanical._TaskPanel.mesh_obj
,
femtaskpanels.task_mesh_gmsh._TaskPanel.mesh_obj
,
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
,
femtaskpanels.task_result_mechanical._TaskPanel.suitable_results
, and
femtaskpanels.task_result_mechanical._TaskPanel.update_displacement()
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.restore_result_dialog()
.
β
show_histogram_clicked()
def femtaskpanels.task_result_mechanical._TaskPanel.show_histogram_clicked
(
self
)
References
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
.
β
temperature_selected()
def femtaskpanels.task_result_mechanical._TaskPanel.temperature_selected
(
self
,
state
)
References
femtaskpanels.task_result_mechanical._TaskPanel.none_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
,
femcommands.manager.CommandManager.result_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.restore_result_dialog()
.
β
update()
def femtaskpanels.task_result_mechanical._TaskPanel.update
(
self
)
References
femtaskpanels.task_result_mechanical._TaskPanel.reset_result_mesh()
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.calculate()
,
Spreadsheet_legacy.SpreadsheetView.changeCell()
,
ArchAxis.CommandArchGrid.IsActive()
,
Plot.Plot.plot()
, and
Spreadsheet_legacy.SpreadsheetView.recompute()
.
β
update_colors_stats()
def femtaskpanels.task_result_mechanical._TaskPanel.update_colors_stats
(
self
,
res_values
,
res_unit
,
minm
,
maxm
)
References
femmesh.gmshtools.GmshTools.mesh_obj
,
femtaskpanels.task_result_mechanical._TaskPanel.mesh_obj
,
femtaskpanels.task_mesh_gmsh._TaskPanel.mesh_obj
,
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
,
femtaskpanels.task_result_mechanical._TaskPanel.set_result_stats()
, and
femtaskpanels.task_result_mechanical._TaskPanel.suitable_results
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.calculate()
, and
femtaskpanels.task_result_mechanical._TaskPanel.result_selected()
.
β
update_displacement()
def femtaskpanels.task_result_mechanical._TaskPanel.update_displacement
(
self
,
factor
=
None
)
References
femmesh.gmshtools.GmshTools.mesh_obj
,
femtaskpanels.task_result_mechanical._TaskPanel.mesh_obj
,
femtaskpanels.task_mesh_gmsh._TaskPanel.mesh_obj
, and
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.hsb_disp_factor_changed()
, and
femtaskpanels.task_result_mechanical._TaskPanel.show_displacement()
.
β
user_defined_text()
def femtaskpanels.task_result_mechanical._TaskPanel.user_defined_text
(
self
,
equation
)
References
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
β
vm_stress_selected()
def femtaskpanels.task_result_mechanical._TaskPanel.vm_stress_selected
(
self
,
state
)
References
femtaskpanels.task_result_mechanical._TaskPanel.none_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
,
femcommands.manager.CommandManager.result_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.restore_result_dialog()
.
β
x_displacement_selected()
def femtaskpanels.task_result_mechanical._TaskPanel.x_displacement_selected
(
self
,
state
)
References
femtaskpanels.task_result_mechanical._TaskPanel.get_scalar_disp_list()
,
femtaskpanels.task_result_mechanical._TaskPanel.none_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
,
femcommands.manager.CommandManager.result_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.restore_result_dialog()
.
β
y_displacement_selected()
def femtaskpanels.task_result_mechanical._TaskPanel.y_displacement_selected
(
self
,
state
)
References
femtaskpanels.task_result_mechanical._TaskPanel.get_scalar_disp_list()
,
femtaskpanels.task_result_mechanical._TaskPanel.none_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
,
femcommands.manager.CommandManager.result_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.restore_result_dialog()
.
β
z_displacement_selected()
def femtaskpanels.task_result_mechanical._TaskPanel.z_displacement_selected
(
self
,
state
)
References
femtaskpanels.task_result_mechanical._TaskPanel.get_scalar_disp_list()
,
femtaskpanels.task_result_mechanical._TaskPanel.none_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
,
femcommands.manager.CommandManager.result_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.result_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
.
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.restore_result_dialog()
.
Member Data Documentation
β
fem_prefs
femtaskpanels.task_result_mechanical._TaskPanel.fem_prefs
β
form
femtaskpanels.task_result_mechanical._TaskPanel.form
Referenced by
Mod.PartDesign.WizardShaft.WizardShaft.TaskWizardShaft.accept()
,
PathScripts.PathJobGui.StockEdit.activate()
,
TaskPanel.TaskPanel.addElement()
,
OpenSCADCommands.AddSCADTask.addelement()
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.addSelection()
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel.ANSISizeChanged()
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.attachmentOffsetChanged()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.bestGuessForFilePath()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.browseDefaultFilePath()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.browseDefaultJobTemplate()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.browseOutputFile()
,
femtaskpanels.task_solver_ccxtools._TaskPanel.calculixFinished()
,
femtaskpanels.task_solver_ccxtools._TaskPanel.calculixStarted()
,
femtaskpanels.task_solver_ccxtools._TaskPanel.check_prerequisites_helper()
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.checkBoxFlipClicked()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCustom()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCustomThreadLength()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.checkedChanged()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.checkXpos()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.checkYpos()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.checkZpos()
,
femtaskpanels.task_solver_ccxtools._TaskPanel.choose_working_dir()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboFinishNorm()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNorm()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNormBoltWasher()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNormDia()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboThreadDia()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboThreadNorm()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboTolerance()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.copyNewTags()
,
PathScripts.PathToolLibraryEditor.EditorPanel.copyTools()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.createItemForBaseModel()
,
PathScripts.PathToolBitGui.ToolBitSelector.createTool()
,
PathScripts.PathToolLibraryEditor.EditorPanel.delete()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.deleteBase()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.deleteBase()
,
OpenSCADCommands.OpenSCADMeshBooleanTask.doboolean()
,
PathScripts.PathToolLibraryEditor.EditorPanel.duplicate()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.editorFrame()
,
PathScripts.PathJobGui.StockCreateBoxEdit.editorFrame()
,
PathScripts.PathJobGui.StockCreateCylinderEdit.editorFrame()
,
PathScripts.PathJobGui.StockFromExistingEdit.editorFrame()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.editSelectedTag()
,
PathScripts.PathToolLibraryEditor.EditorPanel.editTool()
,
PathScripts.PathToolLibraryEditor.EditorPanel.exportFile()
,
femtaskpanels.task_solver_ccxtools._TaskPanel.femConsoleMessage()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.generateNewTags()
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.getCurrentMode()
,
PathScripts.PathProbeGui.TaskPanelOpPage.getFields()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.getFields()
,
PathScripts.PathHelixGui.TaskPanelOpPage.getFields()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.getFields()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.getFields()
,
PathScripts.PathProfileGui.TaskPanelOpPage.getFields()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.getFields()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.getFields()
,
PathScripts.PathEngraveGui.TaskPanelOpPage.getFields()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.getFields()
,
PathScripts.PathAdaptiveGui.TaskPanelOpPage.getFields()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.getFields()
,
PathScripts.PathSetupSheetGui.GlobalEditor.getFields()
,
PathScripts.PathJobGui.StockCreateBoxEdit.getFields()
,
PathScripts.PathJobGui.StockCreateCylinderEdit.getFields()
,
PathScripts.PathJobGui.StockFromExistingEdit.getFields()
,
PathScripts.PathJobGui.TaskPanel.getFields()
,
PathScripts.PathDressupDogbone.TaskPanel.getFields()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.getFieldsStock()
,
PathScripts.PathProbeGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathHelixGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathProfileGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathEngraveGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathAdaptiveGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.getSignalsForUpdate()
,
PathScripts.PathOpGui.TaskPanelHeightsPage.getSignalsForUpdate()
,
PathScripts.PathOpGui.TaskPanelDepthsPage.getSignalsForUpdate()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.getTags()
,
femsolver.elmer.equations.equation.ViewProxy.getTaskWidget()
,
PathScripts.PathToolBitGui.ToolBitSelector.getTool()
,
PathScripts.PathToolLibraryEditor.EditorPanel.getToolTableByName()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.importBaseGeometry()
,
PathScripts.PathToolLibraryEditor.EditorPanel.importFile()
,
PathScripts.PathOpGui.TaskPanelHeightsPage.initPage()
,
PathScripts.PathOpGui.TaskPanelDepthsPage.initPage()
,
ArchAxis.CommandArchGrid.IsActive()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.itemActivated()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.itemActivated()
,
PathScripts.PathOpGui.TaskPanelBaseLocationPage.itemActivated()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryCancel()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryDelete()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryLoad()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryOpen()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.librarySaveAs()
,
PathScripts.PathDressupTagPreferences.HoldingTagPreferences.loadSettings()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.loadSettings()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.loadStockSettings()
,
PathScripts.PathToolLibraryEditor.EditorPanel.loadTable()
,
PathScripts.PathToolBitGui.ToolBitSelector.loadTool()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.loadToolSettings()
,
PathScripts.PathToolLibraryEditor.EditorPanel.loadToolTables()
,
PathScripts.PathJobGui.TaskPanel.modelMove()
,
PathScripts.PathJobGui.TaskPanel.modelRotate()
,
PathScripts.PathJobGui.TaskPanel.modelSet0()
,
PathScripts.PathToolLibraryEditor.EditorPanel.moveDown()
,
PathScripts.PathToolLibraryEditor.EditorPanel.moveUp()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.open()
,
PathScripts.PathJobGui.TaskPanel.operationDelete()
,
PathScripts.PathJobGui.TaskPanel.operationMoveDown()
,
PathScripts.PathJobGui.TaskPanel.operationMoveUp()
,
PathScripts.PathJobGui.TaskPanel.operationSelect()
,
PathScripts.PathToolEdit.ToolEditorImage.quantityCuttingEdgeAngle()
,
PathScripts.PathToolEdit.ToolEditorDrill.quantityCuttingEdgeAngle()
,
PathScripts.PathToolEdit.ToolEditorImage.quantityCuttingEdgeHeight()
,
PathScripts.PathToolEdit.ToolEditorImage.quantityDiameter()
,
PathScripts.PathToolEdit.ToolEditorImage.quantityFlatRadius()
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.readParameters()
,
PathScripts.PathToolBitEdit.ToolBitEditor.refresh()
,
PathScripts.PathToolControllerGui.ToolControllerEditor.refresh()
,
PathScripts.PathToolEdit.ToolEditor.refresh()
,
PathScripts.PathJobGui.TaskPanel.refreshStock()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.registerSignalHandlers()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.registerSignalHandlers()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.registerSignalHandlers()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.registerSignalHandlers()
,
PathScripts.PathProfileGui.TaskPanelOpPage.registerSignalHandlers()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.registerSignalHandlers()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.registerSignalHandlers()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.registerSignalHandlers()
,
PathScripts.PathOpGui.TaskPanelBaseLocationPage.registerSignalHandlers()
,
PathScripts.PathOpGui.TaskPanelDepthsPage.registerSignalHandlers()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.renameLibrary()
,
PathScripts.PathToolLibraryEditor.EditorPanel.renameTable()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.restoreSelection()
,
shipLoadExample.TaskPanel.TaskPanel.retranslateUi()
,
plotPositions.TaskPanel.TaskPanel.retranslateUi()
,
plotSave.TaskPanel.TaskPanel.retranslateUi()
,
plotLabels.TaskPanel.TaskPanel.retranslateUi()
,
plotSeries.TaskPanel.TaskPanel.retranslateUi()
,
shipCreateTank.TaskPanel.TaskPanel.retranslateUi()
,
plotAxes.TaskPanel.TaskPanel.retranslateUi()
,
shipCreateWeight.TaskPanel.TaskPanel.retranslateUi()
,
shipCreateShip.TaskPanel.TaskPanel.retranslateUi()
,
shipOutlineDraw.TaskPanel.TaskPanel.retranslateUi()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.saveSettings()
,
PathScripts.PathDressupTagPreferences.HoldingTagPreferences.saveSettings()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.saveStockSettings()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.saveToolsSettings()
,
femtaskpanels.task_solver_ccxtools._TaskPanel.select_analysis_type()
,
PathScripts.PathToolBitEdit.ToolBitEditor.selectShape()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.selectTagWithId()
,
PathScripts.PathToolLibraryEditor.EditorPanel.setCurrentToolTableByName()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.setExtensions()
,
PathScripts.PathProbeGui.TaskPanelOpPage.setFields()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.setFields()
,
PathScripts.PathHelixGui.TaskPanelOpPage.setFields()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.setFields()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.setFields()
,
PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage.setFields()
,
PathScripts.PathProfileGui.TaskPanelOpPage.setFields()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.setFields()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.setFields()
,
PathScripts.PathEngraveGui.TaskPanelOpPage.setFields()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.setFields()
,
PathScripts.PathAdaptiveGui.TaskPanelOpPage.setFields()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.setFields()
,
PathScripts.PathDressupZCorrect.TaskPanel.setFields()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.setFields()
,
PathScripts.PathJobGui.StockFromExistingEdit.setFields()
,
PathScripts.PathJobGui.TaskPanel.setFields()
,
PathScripts.PathDressupDogbone.TaskPanel.setFields()
,
ArchMaterial.MultiMaterialDelegate.setModelData()
,
PathScripts.PathProbeGui.TaskPanelOpPage.SetOutputFileName()
,
PathScripts.PathJobGui.TaskPanel.setPostProcessorOutputFile()
,
PathScripts.PathDressupZCorrect.TaskPanel.SetProbePointFileName()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.setProcessorListTooltip()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.setupStock()
,
PathScripts.PathToolBitEdit.ToolBitEditor.setupTool()
,
PathScripts.PathToolEdit.ToolEditorDefault.setupUI()
,
PathScripts.PathToolEdit.ToolEditorImage.setupUI()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
,
PathScripts.PathSetupSheetGui.OpTaskPanel.setupUi()
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel.setupUi()
,
PathScripts.PathToolBitEdit.ToolBitEditor.setupUI()
,
PathScripts.PathToolControllerGui.ToolControllerEditor.setupUi()
,
PathScripts.PathToolBitGui.ToolBitSelector.setupUI()
,
PathScripts.PathToolEdit.ToolEditor.setupUI()
,
PathScripts.PathSetupSheetGui.OpsDefaultEditor.setupUi()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.setupUi()
,
PathScripts.PathSetupSheetGui.GlobalEditor.setupUi()
,
PathScripts.PathToolLibraryEditor.EditorPanel.setupUi()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.setupUi()
,
PathScripts.PathJobGui.StockCreateBoxEdit.setupUi()
,
PathScripts.PathJobGui.StockCreateCylinderEdit.setupUi()
,
PathScripts.PathJobGui.StockFromExistingEdit.setupUi()
,
PathScripts.PathDressupDogbone.TaskPanel.setupUi()
,
PathScripts.PathJobGui.TaskPanel.setupUi()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.showHideExtension()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.tableSelected()
,
PathScripts.PathToolLibraryEditor.EditorPanel.tableSelected()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.toolAdd()
,
PathScripts.PathJobGui.TaskPanel.toolControllerDelete()
,
PathScripts.PathJobGui.TaskPanel.toolControllerEdit()
,
PathScripts.PathJobGui.TaskPanel.toolControllerSelect()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.toolSelect()
,
PathScripts.PathToolLibraryEditor.EditorPanel.toolSelectionChanged()
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel.transferFrom()
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel.transferTo()
,
femtaskpanels.task_solver_ccxtools._TaskPanel.update()
,
PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage.updateBase()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.updateBase()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.updateBase()
,
PathScripts.PathDressupDogbone.TaskPanel.updateBoneList()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.updateDefaultPostProcessorToolTip()
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel.updateDressup()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.updateExtraDepth()
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.updateListOfModes()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateMinTravel()
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.updatePreview()
,
PathScripts.PathToolLibraryEditor.EditorPanel.updateSelection()
,
PathScripts.PathToolBitGui.ToolBitSelector.updateSelection()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.updateSelection()
,
PathScripts.PathOpGui.TaskPanelDepthsPage.updateSelection()
,
PathScripts.PathJobGui.TaskPanel.updateSelection()
,
PathScripts.PathToolBitEdit.ToolBitEditor.updateShape()
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel.updateStockEditor()
,
PathScripts.PathJobGui.TaskPanel.updateStockEditor()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.updateTagsView()
,
femtaskpanels.task_solver_ccxtools._TaskPanel.UpdateText()
,
PathScripts.PathToolEdit.ToolEditorDefault.updateTool()
,
PathScripts.PathToolBitEdit.ToolBitEditor.updateTool()
,
PathScripts.PathToolEdit.ToolEditor.updateTool()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.updateToolbar()
,
PathScripts.PathToolControllerGui.ToolControllerEditor.updateToolController()
,
PathScripts.PathJobGui.TaskPanel.updateToolController()
,
PathScripts.PathToolBitGui.ToolBitSelector.updateTools()
,
PathScripts.PathJobGui.TaskPanel.updateTooltips()
,
PathScripts.PathToolEdit.ToolEditor.updateToolType()
,
PathScripts.PathToolEdit.ToolEditorDefault.updateUI()
,
PathScripts.PathToolEdit.ToolEditorImage.updateUI()
,
PathScripts.PathToolBitEdit.ToolBitEditor.updateUI()
,
PathScripts.PathToolControllerGui.ToolControllerEditor.updateUi()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
,
PathScripts.PathToolEdit.ToolEditor.updateUI()
,
PathScripts.PathSetupSheetGui.GlobalEditor.updateUI()
,
PathScripts.PathDressupDogbone.TaskPanel.updateUI()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.updateVisibility()
,
PathScripts.PathProfileGui.TaskPanelOpPage.updateVisibility()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.updateVisibility()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.updateWidth()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.updateXpos()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.updateYpos()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateZigZagAngle()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.updateZpos()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.verifyAndUpdateDefaultPostProcessor()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.verifyAndUpdateDefaultPostProcessorWith()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.whenCountChanged()
, and
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.whenTagSelectionChanged()
.
β
info_widget
femtaskpanels.task_result_mechanical._TaskPanel.info_widget
β
mesh_obj
femtaskpanels.task_result_mechanical._TaskPanel.mesh_obj
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.reset_mesh_color()
,
femtaskpanels.task_result_mechanical._TaskPanel.reset_result_mesh()
,
femtaskpanels.task_result_mechanical._TaskPanel.show_displacement()
,
femtaskpanels.task_result_mechanical._TaskPanel.update_colors_stats()
, and
femtaskpanels.task_result_mechanical._TaskPanel.update_displacement()
.
β
restore_result_settings_in_dialog
femtaskpanels.task_result_mechanical._TaskPanel.restore_result_settings_in_dialog
β
result_obj
femtaskpanels.task_result_mechanical._TaskPanel.result_obj
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.abs_displacement_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.calculate()
,
femtaskpanels.task_result_mechanical._TaskPanel.disable_empty_result_buttons()
,
femtaskpanels.task_result_mechanical._TaskPanel.get_result_stats()
,
femtaskpanels.task_result_mechanical._TaskPanel.get_scalar_disp_list()
,
femtaskpanels.task_result_mechanical._TaskPanel.massflowrate_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.max_prin_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.max_shear_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.min_prin_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.networkpressure_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.peeq_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.show_displacement()
,
femtaskpanels.task_result_mechanical._TaskPanel.show_histogram_clicked()
,
femtaskpanels.task_result_mechanical._TaskPanel.temperature_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.update_colors_stats()
,
femtaskpanels.task_result_mechanical._TaskPanel.vm_stress_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.x_displacement_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.y_displacement_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.z_displacement_selected()
.
β
result_widget
femtaskpanels.task_result_mechanical._TaskPanel.result_widget
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.abs_displacement_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.calculate()
,
femtaskpanels.task_result_mechanical._TaskPanel.disable_empty_result_buttons()
,
femtaskpanels.task_result_mechanical._TaskPanel.hsb_disp_factor_changed()
,
femtaskpanels.task_result_mechanical._TaskPanel.massflowrate_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.max_prin_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.max_shear_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.min_prin_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.networkpressure_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.peeq_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.restore_initial_result_dialog()
,
femtaskpanels.task_result_mechanical._TaskPanel.restore_result_dialog()
,
femtaskpanels.task_result_mechanical._TaskPanel.sb_disp_factor_changed()
,
femtaskpanels.task_result_mechanical._TaskPanel.sb_disp_factor_max_changed()
,
femtaskpanels.task_result_mechanical._TaskPanel.set_result_stats()
,
femtaskpanels.task_result_mechanical._TaskPanel.temperature_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.update_displacement()
,
femtaskpanels.task_result_mechanical._TaskPanel.user_defined_text()
,
femtaskpanels.task_result_mechanical._TaskPanel.vm_stress_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.x_displacement_selected()
,
femtaskpanels.task_result_mechanical._TaskPanel.y_displacement_selected()
, and
femtaskpanels.task_result_mechanical._TaskPanel.z_displacement_selected()
.
β
suitable_results
femtaskpanels.task_result_mechanical._TaskPanel.suitable_results
Referenced by
femtaskpanels.task_result_mechanical._TaskPanel.show_displacement()
, and
femtaskpanels.task_result_mechanical._TaskPanel.update_colors_stats()
.
The documentation for this class was generated from the following file:
src/Mod/Fem/femtaskpanels/task_result_mechanical.py
1.8.17
|
===============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcinteger
ifc2x3.ifcinteger 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
ifc4
ifcelectricdistributionboard
ifc4.ifcelectricdistributionboard Member List
This is the complete list of members for
ifc4.ifcelectricdistributionboard
, including all inherited members.
connectedfrom
()
ifc4.ifcelement
connectedto
()
ifc4.ifcelement
containedinstructure
()
ifc4.ifcelement
correctpredefinedtype
(self)
ifc4.ifcelectricdistributionboard
correcttypeassigned
(self)
ifc4.ifcelectricdistributionboard
declares
()
ifc4.ifcobject
decomposes
()
ifc4.ifcobjectdefinition
description
ifc4.ifcroot
description
()
ifc4.ifcroot
fillsvoids
()
ifc4.ifcelement
globalid
ifc4.ifcroot
globalid
()
ifc4.ifcroot
hasassignments
()
ifc4.ifcobjectdefinition
hasassociations
()
ifc4.ifcobjectdefinition
hascontext
()
ifc4.ifcobjectdefinition
hascontrolelements
()
ifc4.ifcdistributionflowelement
hasopenings
()
ifc4.ifcelement
hasports
()
ifc4.ifcdistributionelement
hasprojections
()
ifc4.ifcelement
interfereselements
()
ifc4.ifcelement
isconnectionrealization
()
ifc4.ifcelement
isdeclaredby
()
ifc4.ifcobject
isdecomposedby
()
ifc4.ifcobjectdefinition
isdefinedby
()
ifc4.ifcobject
isinterferedbyelements
()
ifc4.ifcelement
isnestedby
()
ifc4.ifcobjectdefinition
istypedby
()
ifc4.ifcobject
name
ifc4.ifcroot
name
()
ifc4.ifcroot
nests
()
ifc4.ifcobjectdefinition
objectplacement
ifc4.ifcproduct
objectplacement
()
ifc4.ifcproduct
objecttype
ifc4.ifcobject
objecttype
()
ifc4.ifcobject
ownerhistory
ifc4.ifcroot
ownerhistory
()
ifc4.ifcroot
placementforshaperepresentation
(self)
ifc4.ifcproduct
predefinedtype
ifc4.ifcelectricdistributionboard
predefinedtype
()
ifc4.ifcelectricdistributionboard
providesboundaries
()
ifc4.ifcelement
referencedby
()
ifc4.ifcproduct
referencedinstructures
()
ifc4.ifcelement
representation
ifc4.ifcproduct
representation
()
ifc4.ifcproduct
tag
ifc4.ifcelement
tag
()
ifc4.ifcelement
1.8.17
|
=========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifcinterceptor
ifc4.ifcinterceptor Member List
This is the complete list of members for
ifc4.ifcinterceptor
, including all inherited members.
connectedfrom
()
ifc4.ifcelement
connectedto
()
ifc4.ifcelement
containedinstructure
()
ifc4.ifcelement
correctpredefinedtype
(self)
ifc4.ifcinterceptor
correcttypeassigned
(self)
ifc4.ifcinterceptor
declares
()
ifc4.ifcobject
decomposes
()
ifc4.ifcobjectdefinition
description
ifc4.ifcroot
description
()
ifc4.ifcroot
fillsvoids
()
ifc4.ifcelement
globalid
ifc4.ifcroot
globalid
()
ifc4.ifcroot
hasassignments
()
ifc4.ifcobjectdefinition
hasassociations
()
ifc4.ifcobjectdefinition
hascontext
()
ifc4.ifcobjectdefinition
hascontrolelements
()
ifc4.ifcdistributionflowelement
hasopenings
()
ifc4.ifcelement
hasports
()
ifc4.ifcdistributionelement
hasprojections
()
ifc4.ifcelement
interfereselements
()
ifc4.ifcelement
isconnectionrealization
()
ifc4.ifcelement
isdeclaredby
()
ifc4.ifcobject
isdecomposedby
()
ifc4.ifcobjectdefinition
isdefinedby
()
ifc4.ifcobject
isinterferedbyelements
()
ifc4.ifcelement
isnestedby
()
ifc4.ifcobjectdefinition
istypedby
()
ifc4.ifcobject
name
ifc4.ifcroot
name
()
ifc4.ifcroot
nests
()
ifc4.ifcobjectdefinition
objectplacement
ifc4.ifcproduct
objectplacement
()
ifc4.ifcproduct
objecttype
ifc4.ifcobject
objecttype
()
ifc4.ifcobject
ownerhistory
ifc4.ifcroot
ownerhistory
()
ifc4.ifcroot
placementforshaperepresentation
(self)
ifc4.ifcproduct
predefinedtype
ifc4.ifcinterceptor
predefinedtype
()
ifc4.ifcinterceptor
providesboundaries
()
ifc4.ifcelement
referencedby
()
ifc4.ifcproduct
referencedinstructures
()
ifc4.ifcelement
representation
ifc4.ifcproduct
representation
()
ifc4.ifcproduct
tag
ifc4.ifcelement
tag
()
ifc4.ifcelement
1.8.17
|
====================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
PropertyEditor
Material
Gui::PropertyEditor::Material Member List
This is the complete list of members for
Gui::PropertyEditor::Material
, including all inherited members.
ambientColor
Gui::PropertyEditor::Material
diffuseColor
Gui::PropertyEditor::Material
emissiveColor
Gui::PropertyEditor::Material
shininess
Gui::PropertyEditor::Material
specularColor
Gui::PropertyEditor::Material
transparency
Gui::PropertyEditor::Material
1.8.17
|
=========================================================================================================================
Index
Modules Hierarchy
Alphabetical list
List of all members
|
Public Member Functions
SMDS_Iterator< VALUE > Class Template Reference
abstract
Abstract class for iterators.
More...
#include <SMDS_Iterator.hxx>
Public Member Functions
virtual
bool
more
()=0
Return true if and only if there are other object in this iterator.
More...
virtual VALUE
next
()=0
Return the current object and step to the next one.
More...
virtual void
remove
()
Delete the current element and step to the next one.
More...
virtual
~SMDS_Iterator
()
Provide virtual destructor just for case if some derived iterator must have a destructor.
More...
Detailed Description
template<typename VALUE>
class SMDS_Iterator< VALUE >
Abstract class for iterators.
Author
Jerome Robert
Constructor & Destructor Documentation
β
~SMDS_Iterator()
template<typename VALUE >
virtual
SMDS_Iterator
< VALUE >::~
SMDS_Iterator
(
)
virtual
Provide virtual destructor just for case if some derived iterator must have a destructor.
Member Function Documentation
β
more()
template<typename VALUE >
virtual
bool
SMDS_Iterator
< VALUE >::more
(
)
pure virtual
Return true if and only if there are other object in this iterator.
Implemented in
MyIterator< VALUE >
,
MyIterator< const SMDS_MeshElement * >
,
MyIterator< const SMDS_MeshNode * >
,
MySetIterator< ELEM, TSET >
,
SMDS_MeshNode_MyIterator
,
SMDS_MeshNode_MyInvIterator
,
MyGroupIterator
,
SMDS_MeshElement_MyIterator
,
SMESHDS_TSubMeshHolder< SUBMESH >::Iterator
,
SMDS_SetIterator< VALUE, VALUE_SET_ITERATOR, ACCESOR, VALUE_FILTER >
,
SMDS_SetIterator< M::mapped_type, M::const_reverse_iterator, SMDS::ValueAccessor< M::mapped_type, M::const_reverse_iterator > >
,
SMDS_SetIterator< M::key_type, M::const_iterator, SMDS::KeyAccessor< M::key_type, M::const_iterator > >
,
SMDS_SetIterator< M::mapped_type, M::const_iterator, SMDS::ValueAccessor< M::mapped_type, M::const_iterator > >
,
SMDS_Mesh0DElement_MyNodeIterator
,
SMDS_FaceOfEdges_MyIterator
,
SMDS_LinearEdge_MyNodeIterator
,
MyIterator< VALUE >
,
MyIterator< const SMDS_MeshElement * >
,
MyIterator< const SMDS_MeshNode * >
,
SMDS_VtkCellIteratorPolyH
,
SMDS_VolumeOfFaces_MyIterator
,
SMDS_VtkCellIteratorToUNV
,
SMDS_IteratorOnIterators< VALUE, CONTAINER_OF_ITERATORS >
,
SMDS_IteratorOfElements
, and
SMDS_VtkCellIterator
.
β
next()
template<typename VALUE >
virtual VALUE
SMDS_Iterator
< VALUE >::next
(
)
pure virtual
Return the current object and step to the next one.
Implemented in
MyIterator< VALUE >
,
MyIterator< const SMDS_MeshElement * >
,
MyIterator< const SMDS_MeshNode * >
,
MySetIterator< ELEM, TSET >
,
SMDS_MeshNode_MyIterator
,
SMDS_MeshNode_MyInvIterator
,
MyGroupIterator
,
SMDS_MeshElement_MyIterator
,
SMESHDS_TSubMeshHolder< SUBMESH >::Iterator
,
SMDS_SetIterator< VALUE, VALUE_SET_ITERATOR, ACCESOR, VALUE_FILTER >
,
SMDS_SetIterator< M::mapped_type, M::const_reverse_iterator, SMDS::ValueAccessor< M::mapped_type, M::const_reverse_iterator > >
,
SMDS_SetIterator< M::key_type, M::const_iterator, SMDS::KeyAccessor< M::key_type, M::const_iterator > >
,
SMDS_SetIterator< M::mapped_type, M::const_iterator, SMDS::ValueAccessor< M::mapped_type, M::const_iterator > >
,
SMDS_Mesh0DElement_MyNodeIterator
,
SMDS_FaceOfEdges_MyIterator
,
SMDS_LinearEdge_MyNodeIterator
,
MyIterator< VALUE >
,
MyIterator< const SMDS_MeshElement * >
,
MyIterator< const SMDS_MeshNode * >
,
SMDS_VolumeOfFaces_MyIterator
,
SMDS_VtkCellIteratorToUNV
,
SMDS_IteratorOnIterators< VALUE, CONTAINER_OF_ITERATORS >
,
SMDS_IteratorOfElements
, and
SMDS_VtkCellIterator
.
β
remove()
template<typename VALUE >
virtual void
SMDS_Iterator
< VALUE >::remove
(
)
virtual
Delete the current element and step to the next one.
The documentation for this class was generated from the following file:
src/3rdParty/salomesmesh/inc/SMDS_Iterator.hxx
1.8.17
|
============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
SMESH
Controls
Area
SMESH::Controls::Area Member List
This is the complete list of members for
SMESH::Controls::Area
, including all inherited members.
GetBadRate
(double Value, int nbNodes) const
SMESH::Controls::Area
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::Area
virtual
GetValue
(const TSequenceOfXYZ &thePoints)
SMESH::Controls::Area
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
TechDraw
DrawLeaderLine
TechDraw::DrawLeaderLine Member List
This is the complete list of members for
TechDraw::DrawLeaderLine
, 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
adjustLastSegment
(void)
TechDraw::DrawLeaderLine
adjustRelativeLinks
(const std::set< App::DocumentObject * > &inList, std::set< App::DocumentObject * > *visited=0)
App::DocumentObject
virtual
allowDuplicateLabel
() const
App::DocumentObject
virtual
AutoHorizontal
TechDraw::DrawLeaderLine
autoPos
TechDraw::DrawView
protected
autoScale
(void) const
TechDraw::DrawView
virtual
autoScale
(double w, double h) const
TechDraw::DrawView
virtual
BaseClass
()
Base::BaseClass
canLinkProperties
() const
App::DocumentObject
virtual
canLoadPartial
() const
App::DocumentObject
virtual
Caption
TechDraw::DrawView
checkFit
(void) const
TechDraw::DrawView
virtual
checkFit
(DrawPage *) const
TechDraw::DrawView
virtual
checkScale
(void)
TechDraw::DrawView
clearOutListCache
() const
App::DocumentObject
create
(void)
Base::Persistence
static
detachFromDocument
() override
App::DocumentObject
virtual
DocumentObject
(void)
App::DocumentObject
DrawLeaderLine
()
TechDraw::DrawLeaderLine
DrawView
(void)
TechDraw::DrawView
dumpToStream
(std::ostream &stream, int compression)
Base::Persistence
dynamicProps
App::PropertyContainer
protected
encodeAttribute
(const std::string &)
Base::Persistence
static
EndSymbol
TechDraw::DrawLeaderLine
enforceRecompute
()
App::DocumentObject
execute
(void) override
TechDraw::DrawLeaderLine
virtual
ExpressionEngine
App::DocumentObject
extensionBegin
()
App::ExtensionContainer
ExtensionContainer
()
App::ExtensionContainer
extensionEnd
()
App::ExtensionContainer
ExtensionIterator
typedef
App::ExtensionContainer
findParentPage
() const
TechDraw::DrawView
virtual
getAttachPoint
(void)
TechDraw::DrawLeaderLine
getBaseObject
(void) const
TechDraw::DrawLeaderLine
virtual
getBaseScale
(void) const
TechDraw::DrawLeaderLine
getBaseView
(void) const
TechDraw::DrawLeaderLine
getClassTypeId
(void)
Base::Persistence
static
getClipGroup
(void)
TechDraw::DrawView
getDefAuto
(void) const
TechDraw::DrawLeaderLine
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
getKinkPoint
(void) const
TechDraw::DrawLeaderLine
getLeaders
(void) const
TechDraw::DrawView
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
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
TechDraw::DrawLeaderLine
virtual
getRect
() const override
TechDraw::DrawLeaderLine
virtual
getScale
(void) const override
TechDraw::DrawLeaderLine
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
getTailPoint
(void) const
TechDraw::DrawLeaderLine
getTileOrigin
(void) const
TechDraw::DrawLeaderLine
getTypeId
(void) const
Base::Persistence
virtual
getViewProviderName
(void) const override
TechDraw::DrawLeaderLine
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, App::Property *prop) override
TechDraw::DrawView
virtual
handleXYLock
(void)
TechDraw::DrawView
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
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
isInClip
()
TechDraw::DrawView
isInInList
(DocumentObject *objToTest) const
App::DocumentObject
isInInListRecursive
(DocumentObject *objToTest) const
App::DocumentObject
isInOutList
(DocumentObject *objToTest) const
App::DocumentObject
isInOutListRecursive
(DocumentObject *objToTest) const
App::DocumentObject
isLocked
(void) const
TechDraw::DrawView
virtual
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
keepUpdated
(void) override
TechDraw::DrawLeaderLine
virtual
Label
App::DocumentObject
Label2
App::DocumentObject
LeaderParent
TechDraw::DrawLeaderLine
LockPosition
TechDraw::DrawView
mouseMove
TechDraw::DrawView
protected
mustExecute
() const override
TechDraw::DrawLeaderLine
virtual
mustRecompute
(void) const
App::DocumentObject
oldLabel
App::DocumentObject
protected
onBeforeChange
(const Property *prop) override
App::DocumentObject
protected
virtual
onBeforeChangeLabel
(std::string &newLabel)
App::DocumentObject
virtual
onBeforeChangeProperty
(Document *doc, const Property *prop)
App::TransactionalObject
protected
onChanged
(const App::Property *prop) override
TechDraw::DrawLeaderLine
protected
virtual
onDocumentRestored
() override
TechDraw::DrawView
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
pageFeatName
TechDraw::DrawView
protected
pcNameInDocument
App::DocumentObject
protected
prefScale
(void)
TechDraw::DrawView
protected
prefScaleType
(void)
TechDraw::DrawView
protected
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
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
requestPaint
(void)
TechDraw::DrawView
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
Rotation
TechDraw::DrawView
Save
(Base::Writer &writer) const override
App::DocumentObject
virtual
SaveDocFile
(Writer &) const
Base::Persistence
virtual
saveExtensions
(Base::Writer &writer) const
App::ExtensionContainer
Scalable
TechDraw::DrawLeaderLine
Scale
TechDraw::DrawView
ScaleType
TechDraw::DrawView
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
setPosition
(double x, double y, bool force=false)
TechDraw::DrawView
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
showLock
(void) const
TechDraw::DrawView
virtual
signalBeforeChange
App::DocumentObject
signalChanged
App::DocumentObject
signalGuiPaint
TechDraw::DrawView
StartSymbol
TechDraw::DrawLeaderLine
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
unsetupObject
()
App::DocumentObject
protected
virtual
Visibility
App::DocumentObject
WayPoints
TechDraw::DrawLeaderLine
X
TechDraw::DrawView
Y
TechDraw::DrawView
~BaseClass
()
Base::BaseClass
virtual
~DocumentObject
()
App::DocumentObject
virtual
~DrawLeaderLine
()
TechDraw::DrawLeaderLine
virtual
~DrawView
()
TechDraw::DrawView
virtual
~ExtensionContainer
()
App::ExtensionContainer
virtual
~PropertyContainer
()
App::PropertyContainer
virtual
~TransactionalObject
()
App::TransactionalObject
virtual
1.8.17
|
================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
femsolver
elmer
solver
Proxy
List of all members
|
Public Member Functions
|
Static Public Attributes
femsolver.elmer.solver.Proxy Class Reference
Workbenches
Β»
Python workbenches
Β»
Fem
Public Member Functions
def
createEquation
(self, doc, eqId)
def
createMachine
(self, obj, directory, testmode=False)
def
isSupported
(self, eqId)
Public Member Functions inherited from
femsolver.solverbase.Proxy
def
addEquation
(self, obj, eqId)
def
edit
(self, directory)
def
editSupported
(self)
def
execute
(self, obj)
Static Public Attributes
Type
Static Public Attributes inherited from
femsolver.solverbase.Proxy
string
BaseType
= "Fem::FemSolverObjectPython"
Detailed Description
Proxy for FemSolverElmers Document Object.
Member Function Documentation
β
createEquation()
def femsolver.elmer.solver.Proxy.createEquation
(
self
,
doc
,
eqId
)
Reimplemented from
femsolver.solverbase.Proxy
.
References femsolver.elmer.solver.Proxy._EQUATIONS, and
femsolver.elmer.solver.create()
.
Referenced by
femsolver.solverbase.Proxy.addEquation()
.
β
createMachine()
def femsolver.elmer.solver.Proxy.createMachine
(
self
,
obj
,
directory
,
testmode
=
False
)
Reimplemented from
femsolver.solverbase.Proxy
.
β
isSupported()
def femsolver.elmer.solver.Proxy.isSupported
(
self
,
eqId
)
Reimplemented from
femsolver.solverbase.Proxy
.
References femsolver.elmer.solver.Proxy._EQUATIONS.
Member Data Documentation
β
Type
femsolver.elmer.solver.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/solver.py
1.8.17
|
==============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifcbeamstandardcase
ifc4.ifcbeamstandardcase Member List
This is the complete list of members for
ifc4.ifcbeamstandardcase
, including all inherited members.
connectedfrom
()
ifc4.ifcelement
connectedto
()
ifc4.ifcelement
containedinstructure
()
ifc4.ifcelement
correctpredefinedtype
(self)
ifc4.ifcbeam
correcttypeassigned
(self)
ifc4.ifcbeam
declares
()
ifc4.ifcobject
decomposes
()
ifc4.ifcobjectdefinition
description
ifc4.ifcroot
description
()
ifc4.ifcroot
fillsvoids
()
ifc4.ifcelement
globalid
ifc4.ifcroot
globalid
()
ifc4.ifcroot
hasassignments
()
ifc4.ifcobjectdefinition
hasassociations
()
ifc4.ifcobjectdefinition
hascontext
()
ifc4.ifcobjectdefinition
hascoverings
()
ifc4.ifcbuildingelement
hasmaterialprofilesetusage
(self)
ifc4.ifcbeamstandardcase
hasopenings
()
ifc4.ifcelement
hasprojections
()
ifc4.ifcelement
interfereselements
()
ifc4.ifcelement
isconnectionrealization
()
ifc4.ifcelement
isdeclaredby
()
ifc4.ifcobject
isdecomposedby
()
ifc4.ifcobjectdefinition
isdefinedby
()
ifc4.ifcobject
isinterferedbyelements
()
ifc4.ifcelement
isnestedby
()
ifc4.ifcobjectdefinition
istypedby
()
ifc4.ifcobject
maxonematerialassociation
(self)
ifc4.ifcbuildingelement
name
ifc4.ifcroot
name
()
ifc4.ifcroot
nests
()
ifc4.ifcobjectdefinition
objectplacement
ifc4.ifcproduct
objectplacement
()
ifc4.ifcproduct
objecttype
ifc4.ifcobject
objecttype
()
ifc4.ifcobject
ownerhistory
ifc4.ifcroot
ownerhistory
()
ifc4.ifcroot
placementforshaperepresentation
(self)
ifc4.ifcproduct
predefinedtype
ifc4.ifcbeam
predefinedtype
()
ifc4.ifcbeam
providesboundaries
()
ifc4.ifcelement
referencedby
()
ifc4.ifcproduct
referencedinstructures
()
ifc4.ifcelement
representation
ifc4.ifcproduct
representation
()
ifc4.ifcproduct
tag
ifc4.ifcelement
tag
()
ifc4.ifcelement
1.8.17
|
================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifcsystemfurnitureelementtype
List of all members
|
Public Member Functions
|
Public Attributes
ifc4.ifcsystemfurnitureelementtype Class Reference
Public Member Functions
def
correctpredefinedtype
(self)
def
predefinedtype
()
Public Member Functions inherited from
ifc4.ifcelementtype
def
elementtype
()
Public Member Functions inherited from
ifc4.ifctypeproduct
def
applicableoccurrence
(self)
def
referencedby
()
def
representationmaps
()
def
tag
()
Public Member Functions inherited from
ifc4.ifctypeobject
def
applicableoccurrence
()
def
haspropertysets
()
def
types
()
def
wr1
(self)
Public Member Functions inherited from
ifc4.ifcobjectdefinition
def
decomposes
()
def
hasassignments
()
def
hasassociations
()
def
hascontext
()
def
isdecomposedby
()
def
isnestedby
()
def
nests
()
Public Member Functions inherited from
ifc4.ifcroot
def
description
()
def
globalid
()
def
name
()
def
ownerhistory
()
Public Attributes
predefinedtype
Public Attributes inherited from
ifc4.ifcelementtype
elementtype
Public Attributes inherited from
ifc4.ifctypeproduct
representationmaps
tag
Public Attributes inherited from
ifc4.ifctypeobject
applicableoccurrence
haspropertysets
Public Attributes inherited from
ifc4.ifcroot
description
globalid
name
ownerhistory
Detailed Description
Entity ifcsystemfurnitureelementtype definition.
:param predefinedtype
:type predefinedtype:ifcsystemfurnitureelementtypeenum
Member Function Documentation
β
correctpredefinedtype()
def ifc4.ifcsystemfurnitureelementtype.correctpredefinedtype
(
self
)
References
ifc4.ifcstructuralcurvereaction.predefinedtype
,
ifc4.ifclightfixture.predefinedtype
,
ifc2x3.ifccablesegmenttype.predefinedtype
,
ifc2x3.ifchumidifiertype.predefinedtype
,
ifc4.ifcinterceptor.predefinedtype
,
ifc2x3.ifctransportelementtype.predefinedtype
,
ifc4.ifccablesegmenttype.predefinedtype
,
ifc4.ifcconstructionproductresourcetype.predefinedtype
,
ifc4.ifchumidifiertype.predefinedtype
,
ifc4.ifctransportelementtype.predefinedtype
,
ifc2x3.ifcrailing.predefinedtype
,
ifc4.ifccostitem.predefinedtype
,
ifc4.ifcrailing.predefinedtype
,
ifc4.ifcshadingdevice.predefinedtype
,
ifc2x3.ifcservicelifefactor.predefinedtype
,
ifc4.ifcmember.predefinedtype
,
ifc4.ifcflowinstrument.predefinedtype
,
ifc2x3.ifcvalvetype.predefinedtype
,
ifc4.ifchumidifier.predefinedtype
,
ifc4.ifcworkcalendar.predefinedtype
,
ifc2x3.ifcairterminalboxtype.predefinedtype
,
ifc4.ifcbuildingelementparttype.predefinedtype
,
ifc4.ifcelectricmotor.predefinedtype
,
ifc2x3.ifcbuildingelementproxytype.predefinedtype
,
ifc4.ifcactuator.predefinedtype
,
ifc4.ifcstairtype.predefinedtype
,
ifc2x3.ifcspacetype.predefinedtype
,
ifc2x3.ifcelectricgeneratortype.predefinedtype
,
ifc2x3.ifcpipefittingtype.predefinedtype
,
ifc2x3.ifcwasteterminaltype.predefinedtype
,
ifc4.ifcstructuralsurfaceaction.predefinedtype
,
ifc2x3.ifclamptype.predefinedtype
,
ifc4.ifcvalvetype.predefinedtype
,
ifc4.ifcairterminalboxtype.predefinedtype
,
ifc4.ifcbuildingelementproxytype.predefinedtype
,
ifc2x3.ifcairtoairheatrecoverytype.predefinedtype
,
ifc4.ifcfurniture.predefinedtype
,
ifc2x3.ifcfooting.predefinedtype
,
ifc2x3.ifcactuatortype.predefinedtype
,
ifc4.ifcspacetype.predefinedtype
,
ifc4.ifccablecarrierfitting.predefinedtype
,
ifc4.ifcelectricgeneratortype.predefinedtype
,
ifc4.ifcpipefittingtype.predefinedtype
,
ifc2x3.ifcstructuralanalysismodel.predefinedtype
,
ifc4.ifcwasteterminaltype.predefinedtype
,
ifc4.ifcfastenertype.predefinedtype
,
ifc4.ifclamptype.predefinedtype
,
ifc4.ifclaborresourcetype.predefinedtype
,
ifc4.ifcairtoairheatrecoverytype.predefinedtype
,
ifc4.ifctendontype.predefinedtype
,
ifc4.ifcfooting.predefinedtype
,
ifc4.ifcwall.predefinedtype
,
ifc4.ifcactuatortype.predefinedtype
,
ifc4.ifccablecarriersegment.predefinedtype
,
ifc4.ifcdamper.predefinedtype
,
ifc4.ifcstructuralanalysismodel.predefinedtype
,
ifc2x3.ifcevaporatortype.predefinedtype
,
ifc4.ifcaudiovisualappliancetype.predefinedtype
,
ifc2x3.ifcelectricappliancetype.predefinedtype
,
ifc2x3.ifcgasterminaltype.predefinedtype
,
ifc4.ifcdoortype.predefinedtype
,
ifc4.ifcroof.predefinedtype
,
ifc4.ifcburner.predefinedtype
,
ifc4.ifceventtype.predefinedtype
,
ifc2x3.ifccablecarriersegmenttype.predefinedtype
,
ifc4.ifcfilter.predefinedtype
,
ifc4.ifcjunctionbox.predefinedtype
,
ifc2x3.ifcductsilencertype.predefinedtype
,
ifc4.ifcenginetype.predefinedtype
,
ifc2x3.ifcelementassembly.predefinedtype
,
ifc4.ifcelectricdistributionboard.predefinedtype
,
ifc2x3.ifccolumntype.predefinedtype
,
ifc4.ifcelectricflowstoragedevice.predefinedtype
,
ifc4.ifcevaporatortype.predefinedtype
,
ifc4.ifcconstructionequipmentresourcetype.predefinedtype
,
ifc4.ifcelectricappliancetype.predefinedtype
,
ifc4.ifcsystemfurnitureelement.predefinedtype
,
ifc4.ifccondenser.predefinedtype
,
ifc4.ifcgeographicelement.predefinedtype
,
ifc2x3.ifcductsegmenttype.predefinedtype
,
ifc2x3.ifcdampertype.predefinedtype
,
ifc4.ifcreinforcingbartype.predefinedtype
,
ifc4.ifccoolingtower.predefinedtype
,
ifc4.ifcswitchingdevice.predefinedtype
,
ifc4.ifcvoidingfeature.predefinedtype
,
ifc4.ifccablecarriersegmenttype.predefinedtype
,
ifc4.ifcaudiovisualappliance.predefinedtype
,
ifc4.ifcductsilencertype.predefinedtype
,
ifc4.ifcstructuralcurveaction.predefinedtype
,
ifc4.ifcelementassembly.predefinedtype
,
ifc4.ifcexternalspatialelement.predefinedtype
,
ifc2x3.ifctubebundletype.predefinedtype
,
ifc4.ifccolumntype.predefinedtype
,
ifc2x3.ifcstructuralsurfacemember.predefinedtype
,
ifc4.ifcperformancehistory.predefinedtype
,
ifc4.ifcductsegmenttype.predefinedtype
,
ifc2x3.ifclightfixturetype.predefinedtype
,
ifc2x3.ifcflowmetertype.predefinedtype
,
ifc4.ifcdampertype.predefinedtype
,
ifc2x3.ifcprojectorderrecord.predefinedtype
,
ifc4.ifcwindow.predefinedtype
,
ifc4.ifcboiler.predefinedtype
,
ifc4.ifcspaceheater.predefinedtype
,
ifc2x3.ifcheatexchangertype.predefinedtype
,
ifc4.ifcdoor.predefinedtype
,
ifc2x3.ifccondensertype.predefinedtype
,
ifc2x3.ifcslab.predefinedtype
,
ifc2x3.ifccoolingtowertype.predefinedtype
,
ifc4.ifccolumn.predefinedtype
,
ifc4.ifcsystemfurnitureelementtype.predefinedtype
,
ifc2x3.ifccontrollertype.predefinedtype
,
ifc2x3.ifcelectricheatertype.predefinedtype
,
ifc2x3.ifcfantype.predefinedtype
,
ifc2x3.ifcprotectivedevicetype.predefinedtype
,
ifc2x3.ifcslabtype.predefinedtype
,
ifc2x3.ifcevaporativecoolertype.predefinedtype
,
ifc2x3.ifcalarmtype.predefinedtype
,
ifc2x3.ifcmembertype.predefinedtype
,
ifc2x3.ifcairterminaltype.predefinedtype
,
ifc2x3.ifctendon.predefinedtype
,
ifc2x3.ifcelectricflowstoragedevicetype.predefinedtype
,
ifc2x3.ifcelectrictimecontroltype.predefinedtype
,
ifc2x3.ifcstackterminaltype.predefinedtype
,
ifc2x3.ifcchillertype.predefinedtype
,
ifc2x3.ifccooledbeamtype.predefinedtype
,
ifc2x3.ifcoutlettype.predefinedtype
,
ifc2x3.ifccoiltype.predefinedtype
,
ifc2x3.ifcsanitaryterminaltype.predefinedtype
,
ifc2x3.ifcswitchingdevicetype.predefinedtype
,
ifc2x3.ifccostschedule.predefinedtype
,
ifc2x3.ifcplatetype.predefinedtype
,
ifc2x3.ifcrailingtype.predefinedtype
,
ifc2x3.ifcfiresuppressionterminaltype.predefinedtype
,
ifc2x3.ifcpile.predefinedtype
,
ifc2x3.ifccovering.predefinedtype
,
ifc2x3.ifcstructuralloadgroup.predefinedtype
,
ifc2x3.ifcwalltype.predefinedtype
,
ifc2x3.ifcspaceheatertype.predefinedtype
,
ifc2x3.ifcdistributionchamberelementtype.predefinedtype
,
ifc2x3.ifcstructuralcurvemember.predefinedtype
,
ifc2x3.ifcjunctionboxtype.predefinedtype
,
ifc2x3.ifcfiltertype.predefinedtype
,
ifc2x3.ifccurtainwalltype.predefinedtype
,
ifc2x3.ifcstairflighttype.predefinedtype
,
ifc2x3.ifcflowinstrumenttype.predefinedtype
,
ifc2x3.ifcmotorconnectiontype.predefinedtype
,
ifc2x3.ifcprojectorder.predefinedtype
,
ifc2x3.ifcrampflighttype.predefinedtype
,
ifc2x3.ifcboilertype.predefinedtype
,
ifc2x3.ifcoccupant.predefinedtype
,
ifc2x3.ifcvibrationisolatortype.predefinedtype
,
ifc2x3.ifctransformertype.predefinedtype
,
ifc2x3.ifccoveringtype.predefinedtype
,
ifc2x3.ifcelectricmotortype.predefinedtype
,
ifc2x3.ifcbeamtype.predefinedtype
,
ifc2x3.ifcsensortype.predefinedtype
,
ifc2x3.ifccablecarrierfittingtype.predefinedtype
,
ifc2x3.ifcductfittingtype.predefinedtype
,
ifc2x3.ifcunitaryequipmenttype.predefinedtype
,
ifc2x3.ifctanktype.predefinedtype
,
ifc2x3.ifccompressortype.predefinedtype
,
ifc2x3.ifcpipesegmenttype.predefinedtype
,
ifc2x3.ifcpumptype.predefinedtype
, Gui::AutoSaver.self, Py::PythonExtension< T >.self(), Gui::Dialog::DownloadManager.self, Py::PythonExtensionBase.self(), App::TransactionFactory.self, and Py::PythonClass< T >.self().
β
predefinedtype()
def ifc4.ifcsystemfurnitureelementtype.predefinedtype
(
)
References ifc4.ifcstructuralcurvereaction._predefinedtype, ifc4.ifclightfixture._predefinedtype, ifc2x3.ifccablesegmenttype._predefinedtype, ifc2x3.ifchumidifiertype._predefinedtype, ifc4.ifcinterceptor._predefinedtype, ifc2x3.ifctransportelementtype._predefinedtype, ifc4.ifccablesegmenttype._predefinedtype, ifc4.ifcconstructionproductresourcetype._predefinedtype, ifc4.ifchumidifiertype._predefinedtype, ifc4.ifctransportelementtype._predefinedtype, ifc2x3.ifcrailing._predefinedtype, ifc4.ifccostitem._predefinedtype, ifc4.ifcrailing._predefinedtype, ifc4.ifcshadingdevice._predefinedtype, ifc2x3.ifcservicelifefactor._predefinedtype, ifc4.ifcmember._predefinedtype, ifc4.ifcflowinstrument._predefinedtype, ifc2x3.ifcvalvetype._predefinedtype, ifc4.ifchumidifier._predefinedtype, ifc4.ifcworkcalendar._predefinedtype, ifc2x3.ifcairterminalboxtype._predefinedtype, ifc4.ifcbuildingelementparttype._predefinedtype, ifc4.ifcelectricmotor._predefinedtype, ifc2x3.ifcbuildingelementproxytype._predefinedtype, ifc4.ifcactuator._predefinedtype, ifc4.ifcstairtype._predefinedtype, ifc2x3.ifcspacetype._predefinedtype, ifc2x3.ifcelectricgeneratortype._predefinedtype, ifc2x3.ifcpipefittingtype._predefinedtype, ifc2x3.ifcwasteterminaltype._predefinedtype, ifc2x3.ifclamptype._predefinedtype, ifc4.ifcstructuralsurfaceaction._predefinedtype, ifc4.ifcvalvetype._predefinedtype, ifc4.ifcairterminalboxtype._predefinedtype, ifc4.ifcbuildingelementproxytype._predefinedtype, ifc2x3.ifcairtoairheatrecoverytype._predefinedtype, ifc4.ifcfurniture._predefinedtype, ifc2x3.ifcfooting._predefinedtype, ifc2x3.ifcactuatortype._predefinedtype, ifc4.ifcspacetype._predefinedtype, ifc4.ifccablecarrierfitting._predefinedtype, ifc4.ifcelectricgeneratortype._predefinedtype, ifc4.ifcpipefittingtype._predefinedtype, ifc2x3.ifcstructuralanalysismodel._predefinedtype, ifc4.ifcwasteterminaltype._predefinedtype, ifc4.ifcfastenertype._predefinedtype, ifc4.ifclamptype._predefinedtype, ifc4.ifclaborresourcetype._predefinedtype, ifc4.ifcairtoairheatrecoverytype._predefinedtype, ifc4.ifctendontype._predefinedtype, ifc4.ifcfooting._predefinedtype, ifc4.ifcwall._predefinedtype, ifc4.ifcactuatortype._predefinedtype, ifc4.ifccablecarriersegment._predefinedtype, ifc4.ifcdamper._predefinedtype, ifc4.ifcstructuralanalysismodel._predefinedtype, ifc2x3.ifcevaporatortype._predefinedtype, ifc4.ifcaudiovisualappliancetype._predefinedtype, ifc2x3.ifcelectricappliancetype._predefinedtype, ifc2x3.ifcgasterminaltype._predefinedtype, ifc4.ifcdoortype._predefinedtype, ifc4.ifcroof._predefinedtype, ifc4.ifcburner._predefinedtype, ifc4.ifceventtype._predefinedtype, ifc2x3.ifccablecarriersegmenttype._predefinedtype, ifc4.ifcfilter._predefinedtype, ifc4.ifcjunctionbox._predefinedtype, ifc2x3.ifcductsilencertype._predefinedtype, ifc4.ifcenginetype._predefinedtype, ifc2x3.ifcelementassembly._predefinedtype, ifc4.ifcelectricdistributionboard._predefinedtype, ifc2x3.ifccolumntype._predefinedtype, ifc4.ifcelectricflowstoragedevice._predefinedtype, ifc4.ifcevaporatortype._predefinedtype, ifc4.ifcconstructionequipmentresourcetype._predefinedtype, ifc4.ifcelectricappliancetype._predefinedtype, ifc4.ifcsystemfurnitureelement._predefinedtype, ifc4.ifccondenser._predefinedtype, ifc4.ifcgeographicelement._predefinedtype, ifc2x3.ifcductsegmenttype._predefinedtype, ifc2x3.ifcdampertype._predefinedtype, ifc4.ifcreinforcingbartype._predefinedtype, ifc4.ifccoolingtower._predefinedtype, ifc4.ifcswitchingdevice._predefinedtype, ifc4.ifcvoidingfeature._predefinedtype, ifc4.ifccablecarriersegmenttype._predefinedtype, ifc4.ifcaudiovisualappliance._predefinedtype, ifc4.ifcductsilencertype._predefinedtype, ifc4.ifcstructuralcurveaction._predefinedtype, ifc4.ifcelementassembly._predefinedtype, ifc4.ifcexternalspatialelement._predefinedtype, ifc2x3.ifctubebundletype._predefinedtype, ifc4.ifccolumntype._predefinedtype, ifc2x3.ifcstructuralsurfacemember._predefinedtype, ifc4.ifcperformancehistory._predefinedtype, ifc4.ifcductsegmenttype._predefinedtype, ifc2x3.ifclightfixturetype._predefinedtype, ifc2x3.ifcflowmetertype._predefinedtype, ifc4.ifcdampertype._predefinedtype, ifc2x3.ifcprojectorderrecord._predefinedtype, ifc4.ifcwindow._predefinedtype, ifc4.ifcboiler._predefinedtype, ifc4.ifcspaceheater._predefinedtype, ifc2x3.ifcheatexchangertype._predefinedtype, ifc2x3.ifccondensertype._predefinedtype, ifc4.ifcdoor._predefinedtype, ifc2x3.ifcslab._predefinedtype, ifc2x3.ifccoolingtowertype._predefinedtype, ifc4.ifccolumn._predefinedtype, ifc4.ifcsystemfurnitureelementtype._predefinedtype, ifc2x3.ifccontrollertype._predefinedtype, ifc2x3.ifcelectricheatertype._predefinedtype, ifc2x3.ifcfantype._predefinedtype, ifc2x3.ifcprotectivedevicetype._predefinedtype, ifc2x3.ifcslabtype._predefinedtype, ifc2x3.ifcevaporativecoolertype._predefinedtype, ifc2x3.ifcalarmtype._predefinedtype, ifc2x3.ifcmembertype._predefinedtype, ifc2x3.ifcairterminaltype._predefinedtype, ifc2x3.ifctendon._predefinedtype, ifc2x3.ifcelectricflowstoragedevicetype._predefinedtype, ifc2x3.ifcelectrictimecontroltype._predefinedtype, ifc2x3.ifcstackterminaltype._predefinedtype, ifc2x3.ifcchillertype._predefinedtype, ifc2x3.ifccooledbeamtype._predefinedtype, ifc2x3.ifcoutlettype._predefinedtype, ifc2x3.ifccoiltype._predefinedtype, ifc2x3.ifcsanitaryterminaltype._predefinedtype, ifc2x3.ifcswitchingdevicetype._predefinedtype, ifc2x3.ifccostschedule._predefinedtype, ifc2x3.ifcplatetype._predefinedtype, ifc2x3.ifcrailingtype._predefinedtype, ifc2x3.ifcfiresuppressionterminaltype._predefinedtype, ifc2x3.ifcpile._predefinedtype, ifc2x3.ifccovering._predefinedtype, ifc2x3.ifcstructuralloadgroup._predefinedtype, ifc2x3.ifcwalltype._predefinedtype, ifc2x3.ifcspaceheatertype._predefinedtype, ifc2x3.ifcdistributionchamberelementtype._predefinedtype, ifc2x3.ifcstructuralcurvemember._predefinedtype, ifc2x3.ifcjunctionboxtype._predefinedtype, ifc2x3.ifcfiltertype._predefinedtype, ifc2x3.ifccurtainwalltype._predefinedtype, ifc2x3.ifcstairflighttype._predefinedtype, ifc2x3.ifcflowinstrumenttype._predefinedtype, ifc2x3.ifcmotorconnectiontype._predefinedtype, ifc2x3.ifcprojectorder._predefinedtype, ifc2x3.ifcrampflighttype._predefinedtype, ifc2x3.ifcboilertype._predefinedtype, ifc2x3.ifcoccupant._predefinedtype, ifc2x3.ifcvibrationisolatortype._predefinedtype, ifc2x3.ifctransformertype._predefinedtype, ifc2x3.ifccoveringtype._predefinedtype, ifc2x3.ifcelectricmotortype._predefinedtype, ifc2x3.ifcbeamtype._predefinedtype, ifc2x3.ifcsensortype._predefinedtype, ifc2x3.ifccablecarrierfittingtype._predefinedtype, ifc2x3.ifcductfittingtype._predefinedtype, ifc2x3.ifcunitaryequipmenttype._predefinedtype, ifc2x3.ifctanktype._predefinedtype, ifc2x3.ifccompressortype._predefinedtype, ifc2x3.ifcpipesegmenttype._predefinedtype, ifc2x3.ifcpumptype._predefinedtype, and
ifc4.ifcsystemfurnitureelementtype.predefinedtype
.
Member Data Documentation
β
predefinedtype
ifc4.ifcsystemfurnitureelementtype.predefinedtype
Referenced by
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.ifcstructuralsurfacemember.hasobjecttype()
,
ifc4.ifcstructuralloadgroup.hasobjecttype()
,
ifc4.ifcsurfacefeature.hasobjecttype()
,
ifc4.ifcstructuralcurvemember.hasobjecttype()
,
ifc4.ifcstructuralsurfacereaction.haspredefinedtype()
,
ifc4.ifcsystemfurnitureelementtype.predefinedtype()
, and
ifc4.ifcoccupant.wr31()
.
The documentation for this class was generated from the following file:
src/Mod/Import/App/ifc4.py
1.8.17
|
==========================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Base
Vector3
List of all members
|
Public Types
|
Static Public Member Functions
Base::Vector3< _Precision > Class Template Reference
The Vector
Base
class.
More...
#include <Vector3D.h>
Public Types
typedef _Precision
num_type
typedef
float_traits
<
num_type
>
traits_type
Public Member Functions
Operator
_Precision &
operator[]
(unsigned short usIndex)
Returns a reference to a coordinate.
usIndex
must be in the range [0,2].
More...
const _Precision &
operator[]
(unsigned short usIndex) const
Returns a const reference to a coordinate.
usIndex
must be in the range [0,2].
More...
Vector3
operator+
(const
Vector3
< _Precision > &rcVct) const
Vector addition.
More...
Vector3
operator&
(const
Vector3
< _Precision > &rcVct) const
Vector3
operator-
(const
Vector3
< _Precision > &rcVct) const
Vector subtraction.
More...
Vector3
operator-
(void) const
Negative vector.
More...
Vector3
&
operator+=
(const
Vector3
< _Precision > &rcVct)
Vector summation.
More...
Vector3
&
operator-=
(const
Vector3
< _Precision > &rcVct)
Vector subtraction.
More...
Vector3
operator*
(_Precision fScale) const
Vector scaling.
More...
Vector3
operator/
(_Precision fDiv) const
Vector3
&
operator*=
(_Precision fScale)
Vector3
&
operator/=
(_Precision fDiv)
Vector3
&
operator=
(const
Vector3
< _Precision > &rcVct)
Assignment.
More...
_Precision
operator*
(const
Vector3
< _Precision > &rcVct) const
Scalar product.
More...
_Precision
Dot
(const
Vector3
< _Precision > &rcVct) const
Scalar product.
More...
Vector3
operator%
(const
Vector3
< _Precision > &rcVct) const
Cross product.
More...
Vector3
Cross
(const
Vector3
< _Precision > &rcVct) const
Cross product.
More...
bool
operator!=
(const
Vector3
< _Precision > &rcVct) const
Comparing for inequality.
More...
bool
operator==
(const
Vector3
< _Precision > &rcVct) const
Comparing for equality.
More...
bool
IsOnLineSegment
(const
Vector3
< _Precision > &startVct, const
Vector3
< _Precision > &endVct) const
Check if Vector is on a line segment.
More...
Modification
void
ScaleX
(_Precision f)
void
ScaleY
(_Precision f)
void
ScaleZ
(_Precision f)
void
Scale
(_Precision fX, _Precision fY, _Precision fZ)
void
MoveX
(_Precision f)
void
MoveY
(_Precision f)
void
MoveZ
(_Precision f)
void
Move
(_Precision fX, _Precision fY, _Precision fZ)
void
RotateX
(_Precision f)
void
RotateY
(_Precision f)
void
RotateZ
(_Precision f)
void
Set
(_Precision fX, _Precision fY, _Precision fZ)
Mathematics
_Precision
Length
(void) const
Length of the vector.
More...
_Precision
Sqr
(void) const
Squared length of the vector.
More...
Vector3
&
Normalize
(void)
Set length to 1.
More...
_Precision
GetAngle
(const
Vector3
&rcVect) const
Get angle between both vectors. The returned value lies in the interval [0,pi].
More...
void
TransformToCoordinateSystem
(const
Vector3
&rclBase, const
Vector3
&rclDirX, const
Vector3
&rclDirY)
Transforms this point to the coordinate system defined by origin
rclBase
, vector
vector
rclDirX and vector
vector
rclDirY.
More...
bool
IsEqual
(const
Vector3
&rclPnt, _Precision tol) const
IsEqual.
More...
Vector3
&
ProjectToPlane
(const
Vector3
&rclBase, const
Vector3
&rclNorm)
Projects this point onto the plane given by the base
rclBase
and the normal
rclNorm
.
More...
void
ProjectToPlane
(const
Vector3
&rclBase, const
Vector3
&rclNorm,
Vector3
&rclProj) const
Projects this point onto the plane given by the base
rclBase
and the normal
rclNorm
and stores the result in rclProj.
More...
Vector3
&
ProjectToLine
(const
Vector3
&rclPoint, const
Vector3
&rclLine)
Projects this point onto the line given by the base
rclPoint
and the direction
rclLine
.
More...
Vector3
Perpendicular
(const
Vector3
&rclBase, const
Vector3
&rclDir) const
Get the perpendicular of this point to the line defined by rclBase and rclDir.
More...
_Precision
DistanceToPlane
(const
Vector3
&rclBase, const
Vector3
&rclNorm) const
Computes the distance to the given plane.
More...
_Precision
DistanceToLine
(const
Vector3
&rclBase, const
Vector3
&rclDirect) const
Computes the distance from this point to the line given by
rclBase
and
rclDirect
.
More...
Vector3
DistanceToLineSegment
(const
Vector3
&rclP1, const
Vector3
&rclP2) const
Computes the vector from this point to the point on the line segment with the shortest distance.
More...
Static Public Member Functions
static
num_type
epsilon
()
Public data members
_Precision
x
x-coordinate
More...
_Precision
y
y-coordinate
More...
_Precision
z
z-coordinate
More...
Vector3
(_Precision fx=0.0, _Precision fy=0.0, _Precision fz=0.0)
Construction.
More...
Vector3
(const
Vector3
< _Precision > &rcVct)
Construction.
More...
Detailed Description
template<class _Precision>
class Base::Vector3< _Precision >
The Vector
Base
class.
Member Typedef Documentation
β
num_type
template<class _Precision >
typedef _Precision
Base::Vector3
< _Precision >::
num_type
β
traits_type
template<class _Precision >
typedef
float_traits
<
num_type
>
Base::Vector3
< _Precision >::
traits_type
Constructor & Destructor Documentation
β
Vector3()
[1/2]
template<class _Precision >
Vector3::Vector3
(
_Precision
fx
=
0.0
,
_Precision
fy
=
0.0
,
_Precision
fz
=
0.0
)
explicit
Construction.
β
Vector3()
[2/2]
template<class _Precision >
Vector3::Vector3
(
const
Vector3
< _Precision > &
rcVct
)
Construction.
Member Function Documentation
β
Cross()
template<class _Precision >
Vector3
< _Precision > Vector3::Cross
(
const
Vector3
< _Precision > &
rcVct
)
const
Cross product.
Referenced by
MeshCore::MeshGeomEdge::ClosestPointsToLine()
,
Sketcher::SketchObject::fillet()
,
MeshPart::MeshProjection::findIntersection()
,
TechDrawGui::DrawGuiUtil::get3DDirAndRot()
,
TechDrawGui::DrawGuiUtil::getProjDirFromFace()
,
TechDraw::DrawProjGroupItem::getRotateAngle()
,
TechDraw::getViewAxis()
,
MeshCore::MeshGeomEdge::IntersectWithLine()
,
Part::Geom2dConic::isReversed()
,
Part::Geom2dArcOfConic::isReversed()
,
TechDraw::legacyViewAxis1()
,
Base::Rotation::makeRotationByAxes()
, and
TechDraw::DrawViewSection::sectionLineEnds()
.
β
DistanceToLine()
template<class _Precision >
_Precision Vector3::DistanceToLine
(
const
Vector3
< _Precision > &
rclBase
,
const
Vector3
< _Precision > &
rclDirect
)
const
Computes the distance from this point to the line given by
rclBase
and
rclDirect
.
Referenced by
MeshCoreFit::CylinderFit::ComputeApproximationsLine()
,
Base::VectorPy::distanceToLine()
,
MeshCoreFit::CylinderFit::GetDistanceToCylinder()
,
MeshCore::CylinderFit::GetDistanceToCylinder()
,
MeshCore::CylinderSurfaceFit::GetDistanceToSurface()
,
MeshCore::MeshGeomFacet::IsPointOf()
,
MeshCoreFit::CylinderFit::ProjectToCylinder()
,
MeshCore::CylinderFit::ProjectToCylinder()
,
MeshCoreFit::CylinderFit::SetApproximations()
, and
MeshCore::MeshTopoAlgorithm::SplitFacet()
.
β
DistanceToLineSegment()
template<class _Precision >
Vector3
< _Precision > Vector3::DistanceToLineSegment
(
const
Vector3
< _Precision > &
rclP1
,
const
Vector3
< _Precision > &
rclP2
)
const
Computes the vector from this point to the point on the line segment with the shortest distance.
The line segment is defined by
rclP1
and
rclP2
. Note: If the projection of this point is outside the segment then the shortest distance to
rclP1
or
rclP2
is computed.
Referenced by
Base::VectorPy::distanceToLineSegment()
, and
CDxfWrite::writeLinearDimBlock()
.
β
DistanceToPlane()
template<class _Precision >
_Precision Vector3::DistanceToPlane
(
const
Vector3
< _Precision > &
rclBase
,
const
Vector3
< _Precision > &
rclNorm
)
const
Computes the distance to the given plane.
Depending on the side this point is located the distance can also be negative. The distance is positive if the point is at the same side the plane normal points to, negative otherwise.
Referenced by
MeshCore::MeshProjection::bboxInsideRectangle()
,
Base::VectorPy::distanceToPlane()
,
Mesh::SegmentByMesh::execute()
,
MeshCore::PlaneSurfaceFit::GetDistanceToSurface()
,
MeshCore::MeshAlgorithm::GetFacetsFromPlane()
,
MeshCore::MeshGeomEdge::IntersectWithLine()
, and
MeshCore::MeshPoint::operator==()
.
β
Dot()
template<class _Precision >
_Precision Vector3::Dot
(
const
Vector3
< _Precision > &
rcVct
)
const
Scalar product.
Referenced by
Sketcher::SketchObject::fillet()
,
MeshPart::MeshProjection::findIntersection()
,
MeshCore::MeshFixCaps::Fixup()
,
TechDraw::DrawProjGroupItem::getViewAxis()
,
MeshCore::MeshGeomEdge::IntersectWithPlane()
,
MeshCore::TriangulationVerifier::MustFlip()
,
MeshCore::TriangulationVerifierV2::MustFlip()
, and
MeshCore::CylinderSurfaceFit::TestTriangle()
.
β
epsilon()
template<class _Precision >
static
num_type
Base::Vector3
< _Precision >::epsilon
(
)
static
Referenced by
MeshCore::MeshAlgorithm::GetFacetsFromToolMesh()
, and
MeshCore::MeshAlgorithm::Surround()
.
β
GetAngle()
template<class _Precision >
_Precision Vector3::GetAngle
(
const
Vector3
< _Precision > &
rcVect
)
const
Get angle between both vectors. The returned value lies in the interval [0,pi].
Referenced by
Base::Builder3D::addSingleArrow()
,
Base::InventorBuilder::addSingleArrow()
,
TechDraw::DrawUtil::closestBasis()
,
MeshCore::MeshGeomEdge::ClosestPointsToLine()
,
MeshCore::MeshGeomFacet::Enlarge()
,
TechDrawGui::QGIViewDimension::findIsoDir()
,
PartDesignGui::fixSketchSupport()
,
MeshCore::MeshGeomFacet::Foraminate()
,
Base::VectorPy::getAngle()
,
TechDraw::DrawViewDimension::getDimValue()
,
TechDraw::DrawProjGroupItem::getRotateAngle()
,
MeshCore::MeshGeomEdge::IntersectWithLine()
,
MeshCore::MeshGeomFacet::MaximumAngle()
,
MeshCore::MeshGeomFacet::MinimumAngle()
,
DrawSketchHandlerFillet::releaseButton()
,
MeshCore::MeshTopoAlgorithm::ShouldSwapEdge()
,
FemGui::ViewProviderFemConstraintFluidBoundary::updateData()
,
FemGui::ViewProviderFemConstraintForce::updateData()
, and
CDxfWrite::writeLinearDimBlock()
.
β
IsEqual()
template<class _Precision >
bool
Vector3::IsEqual
(
const
Vector3
< _Precision > &
rclPnt
,
_Precision
tol
)
const
IsEqual.
Parameters
rclPnt
tol
Returns
true or false If the distance to point
rclPnt
is within the tolerance
tol
both points are considered equal.
Referenced by
TechDraw::BSpline::asCircle()
,
TechDraw::DrawUtil::boxIntersect2d()
,
TechDrawGui::QGIViewDimension::findIsoExt()
,
TechDraw::getViewAxis()
,
TechDraw::legacyViewAxis1()
,
TechDrawGui::QGIFace::lineSetToFillItems()
, and
TechDraw::CenterLine::scaledGeometry()
.
β
IsOnLineSegment()
template<class _Precision >
bool
Vector3::IsOnLineSegment
(
const
Vector3
< _Precision > &
startVct
,
const
Vector3
< _Precision > &
endVct
)
const
Check if Vector is on a line segment.
β
Length()
template<class _Precision >
_Precision Vector3::Length
(
void
)
const
Length of the vector.
Referenced by
CmdSketcherConstrainDistance::activated()
,
CmdSketcherConstrainAngle::activated()
,
Sketcher::SketchObject::addCopy()
,
CmdSketcherConstrainDistance::applyConstraint()
,
CmdSketcherConstrainAngle::applyConstraint()
,
TechDraw::CenterLine::calcEndPoints2Points()
,
TechDraw::DrawViewPart::checkXDirection()
,
Part::Extrusion::computeFinalParameters()
,
TechDraw::DrawViewDetail::detailExec()
,
Gui::LocationUi< Ui >::directionActivated()
,
Gui::LocationImpUi< Ui >::directionActivated()
,
Base::Vector3< float >::DistanceToPlane()
,
MeshCore::MeshEigensystem::Evaluate()
,
Mesh::SegmentByMesh::execute()
,
Sketcher::SketchObject::extend()
,
Sketcher::SketchObject::fillet()
,
MeshCore::QuadraticFit::GetCurvatureInfo()
,
MeshCore::SurfaceFit::GetCurvatureInfo()
,
TechDraw::DrawViewDimension::getDimValue()
,
MeshCoreFit::SphereFit::GetDistanceToSphere()
,
MeshCore::SphereFit::GetDistanceToSphere()
,
Reen::ParameterCorrection::GetGravityPoint()
,
Base::VectorPy::getLength()
,
Robot::Trajectory::getVelocity()
,
TechDraw::DrawProjGroupItem::getXDirection()
,
TechDraw::DrawViewSection::getXDirection()
,
TechDraw::DrawViewPart::getXDirection()
,
MeshCore::MeshAlgorithm::IsVertexVisible()
,
Base::Rotation::makeRotationByAxes()
,
Base::VectorPy::normalize()
,
MeshPart::MeshAlgos::offsetSpecial2()
,
Mesh::MeshObject::offsetSpecial2()
,
Fem::ConstraintForce::onChanged()
,
Fem::ConstraintGear::onChanged()
,
Fem::ConstraintFluidBoundary::onChanged()
,
Part::ParabolaPy::PyInit()
,
DrawSketchHandlerFillet::releaseButton()
,
SketcherGui::DrawSketchHandler::seekAutoConstraint()
,
Gui::LocationWidget::setDirection()
,
Gui::LocationUi< Ui >::setDirection()
,
Gui::LocationImpUi< Ui >::setDirection()
,
Base::VectorPy::setLength()
,
Part::GeomEllipse::setMajorAxisDir()
,
Part::GeomArcOfEllipse::setMajorAxisDir()
,
Part::GeomArcOfHyperbola::setMajorAxisDir()
,
Base::Rotation::setValue()
,
Part::GeomArcOfConic::setXAxisDir()
,
MeshCore::MeshTopoAlgorithm::SnapVertex()
,
MeshCore::MeshGeomFacet::SubSample()
,
PartDesign::Groove::updateAxis()
,
FemGui::ViewProviderFemConstraintGear::updateData()
,
FemGui::ViewProviderFemConstraintForce::updateData()
,
FemGui::ViewProviderFemConstraintFluidBoundary::updateData()
, and
FemGui::ViewProviderFemPostPlaneFunction::updateData()
.
β
Move()
template<class _Precision >
void Vector3::Move
(
_Precision
fX
,
_Precision
fY
,
_Precision
fZ
)
Referenced by
MeshCoreFit::CylinderFit::ProjectToCylinder()
, and
MeshCore::CylinderFit::ProjectToCylinder()
.
β
MoveX()
template<class _Precision >
void Vector3::MoveX
(
_Precision
f
)
β
MoveY()
template<class _Precision >
void Vector3::MoveY
(
_Precision
f
)
β
MoveZ()
template<class _Precision >
void Vector3::MoveZ
(
_Precision
f
)
β
Normalize()
template<class _Precision >
Vector3
< _Precision > & Vector3::Normalize
(
void
)
Set length to 1.
Referenced by
Base::Builder3D::addSingleArrow()
,
Base::InventorBuilder::addSingleArrow()
,
MeshCore::MeshTopoAlgorithm::AdjustEdgesToCurvatureDirection()
,
Sketcher::SketchAnalysis::analyseMissingPointOnPointCoincident()
,
MeshCore::MeshProjection::bboxInsideRectangle()
,
TechDraw::DrawUtil::boxIntersect2d()
,
TechDraw::CenterLine::calcEndPoints()
,
TechDraw::CenterLine::calcEndPoints2Lines()
,
TechDraw::CenterLine::calcEndPoints2Points()
,
Gui::ManualAlignment::computeAlignment()
,
Fem::ConstraintGear::ConstraintGear()
,
TechDrawGui::QGIFace::dashedPPath()
,
MeshCore::MeshGeomFacet::DistancePlaneToPoint()
,
SketcherGui::ViewProviderSketch::draw()
,
TechDrawGui::QGIViewPart::drawSectionLine()
,
MeshCore::MeshGeomFacet::Enlarge()
,
Sketcher::SketchObject::extend()
,
MeshCoreFit::CylinderFit::findBestSolDirection()
,
Part::findFilletCenter()
,
MeshCore::MeshFixCaps::Fixup()
,
MeshCore::MeshFixDeformedFacets::Fixup()
,
MeshCore::MeshKernel::GetFacetNormals()
,
MeshCore::MeshAlgorithm::GetFacetsFromPlane()
,
MeshCore::CylinderFit::GetInitialAxisFromNormals()
,
MeshCore::MeshRefPointToFacets::GetNormal()
,
MeshCore::MeshKernel::GetNormal()
,
MeshCore::MeshRefPointToPoints::GetNormal()
,
Mesh::MeshObject::getPointNormal()
,
Mesh::MeshObject::getPointNormals()
,
TechDraw::DrawProjGroupItem::getRotateAngle()
,
Base::Rotation::getValue()
,
TechDraw::getViewAxis()
,
MeshCore::MeshGeomFacet::IsDeformed()
,
TechDraw::legacyViewAxis1()
,
MeshPart::MeshAlgos::LoftOnCurve()
,
TechDrawGui::QGIArrow::makeFilledTriangle()
,
TechDrawGui::QGIArrow::makeForkArrow()
,
TechDrawGui::QGIArrow::makeHashMark()
,
TechDrawGui::QGIArrow::makeOpenArrow()
,
TechDrawGui::QGIArrow::makePyramid()
,
Base::Rotation::makeRotationByAxes()
,
MeshPart::CurveProjectorWithToolMesh::makeToolMesh()
,
Base::VectorPy::normalize()
,
MeshPart::MeshAlgos::offsetSpecial()
,
Mesh::MeshObject::offsetSpecial()
,
MeshPart::MeshAlgos::offsetSpecial2()
,
Mesh::MeshObject::offsetSpecial2()
,
MeshCore::MeshProjection::projectLineOnMesh()
,
Base::Matrix4D::rotLine()
,
TechDraw::DrawViewSection::sectionLineEnds()
,
SketcherGui::DrawSketchHandler::seekAutoConstraint()
,
MeshCoreFit::CylinderFit::SetApproximations()
,
Base::CoordinateSystem::setAxes()
,
TechDrawGui::QGISectionLine::setDirection()
,
Base::Rotation::setValue()
,
Base::CoordinateSystem::setXDirection()
,
Base::CoordinateSystem::setYDirection()
,
MeshCore::PlaneFitSmoothing::Smooth()
,
MeshCore::PlaneFitSmoothing::SmoothPoints()
,
MeshCore::MeshGeomFacet::SubSample()
,
Part::suggestFilletRadius()
,
Base::Matrix4D::toAxisAngle()
,
Base::Vector3< float >::TransformToCoordinateSystem()
,
DrawSketchHandlerLineSet::updateTransitionData()
,
CDxfWrite::writeAngularDimBlock()
,
CDxfWrite::writeDiametricDimBlock()
,
CDxfWrite::writeLinearDimBlock()
, and
CDxfWrite::writeRadialDimBlock()
.
β
operator!=()
template<class _Precision >
bool
Vector3::operator!=
(
const
Vector3
< _Precision > &
rcVct
)
const
Comparing for inequality.
β
operator%()
template<class _Precision >
Vector3
< _Precision > Vector3::operator%
(
const
Vector3
< _Precision > &
rcVct
)
const
Cross product.
β
operator&()
template<class _Precision >
Vector3
< _Precision > Vector3::operator&
(
const
Vector3
< _Precision > &
rcVct
)
const
β
operator*()
[1/2]
template<class _Precision >
Vector3
< _Precision > Vector3::operator*
(
_Precision
fScale
)
const
Vector scaling.
β
operator*()
[2/2]
template<class _Precision >
_Precision Vector3::operator*
(
const
Vector3
< _Precision > &
rcVct
)
const
Scalar product.
β
operator*=()
template<class _Precision >
Vector3
< _Precision > & Vector3::operator*=
(
_Precision
fScale
)
β
operator+()
template<class _Precision >
Vector3
< _Precision > Vector3::operator+
(
const
Vector3
< _Precision > &
rcVct
)
const
Vector addition.
β
operator+=()
template<class _Precision >
Vector3
< _Precision > & Vector3::operator+=
(
const
Vector3
< _Precision > &
rcVct
)
Vector summation.
β
operator-()
[1/2]
template<class _Precision >
Vector3
< _Precision > Vector3::operator-
(
const
Vector3
< _Precision > &
rcVct
)
const
Vector subtraction.
β
operator-()
[2/2]
template<class _Precision >
Vector3
< _Precision > Vector3::operator-
(
void
)
const
Negative vector.
β
operator-=()
template<class _Precision >
Vector3
< _Precision > & Vector3::operator-=
(
const
Vector3
< _Precision > &
rcVct
)
Vector subtraction.
β
operator/()
template<class _Precision >
Vector3
< _Precision > Vector3::operator/
(
_Precision
fDiv
)
const
β
operator/=()
template<class _Precision >
Vector3
< _Precision > & Vector3::operator/=
(
_Precision
fDiv
)
β
operator=()
template<class _Precision >
Vector3
< _Precision > & Vector3::operator=
(
const
Vector3
< _Precision > &
rcVct
)
Assignment.
β
operator==()
template<class _Precision >
bool
Vector3::operator==
(
const
Vector3
< _Precision > &
rcVct
)
const
Comparing for equality.
β
operator[]()
[1/2]
template<class _Precision >
_Precision & Vector3::operator[]
(
unsigned short
usIndex
)
Returns a reference to a coordinate.
usIndex
must be in the range [0,2].
β
operator[]()
[2/2]
template<class _Precision >
const _Precision & Vector3::operator[]
(
unsigned short
usIndex
)
const
Returns a const reference to a coordinate.
usIndex
must be in the range [0,2].
β
Perpendicular()
template<class _Precision >
Vector3
< _Precision > Vector3::Perpendicular
(
const
Vector3
< _Precision > &
rclBase
,
const
Vector3
< _Precision > &
rclDir
)
const
Get the perpendicular of this point to the line defined by rclBase and rclDir.
Note: Do not mix up this method with ProjectToLine.
Referenced by
Sketcher::SketchObject::addSymmetric()
,
MeshCore::MeshFixCaps::Fixup()
, and
PartDesign::ProfileBased::getReversedAngle()
.
β
ProjectToLine()
template<class _Precision >
Vector3
< _Precision > & Vector3::ProjectToLine
(
const
Vector3
< _Precision > &
rclPoint
,
const
Vector3
< _Precision > &
rclLine
)
Projects this point onto the line given by the base
rclPoint
and the direction
rclLine
.
Projects a point
rclPoint
onto the line defined by the origin and the direction
rclLine
. The result is a vector from
rclPoint
to the point on the line. The length of this vector is the distance from
rclPoint
to the line. Note: The resulting vector does not depend on the current vector.
Referenced by
Part::createFilletGeometry()
,
SketcherGui::ViewProviderSketch::draw()
,
MeshCore::MeshEigensystem::Evaluate()
,
Sketcher::SketchObject::fillet()
,
Part::findFilletCenter()
,
MeshCore::MeshProjection::isPointInsideDistance()
,
SketcherGui::ViewProviderSketch::moveConstraint()
,
Base::VectorPy::projectToLine()
,
SketcherGui::DrawSketchHandler::seekAutoConstraint()
, and
Part::suggestFilletRadius()
.
β
ProjectToPlane()
[1/2]
template<class _Precision >
Vector3
< _Precision > & Vector3::ProjectToPlane
(
const
Vector3
< _Precision > &
rclBase
,
const
Vector3
< _Precision > &
rclNorm
)
Projects this point onto the plane given by the base
rclBase
and the normal
rclNorm
.
Referenced by
Reen::ParameterCorrection::ProjectControlPointsOnPlane()
,
MeshCore::MeshGeomFacet::ProjectPointToPlane()
,
MeshCoreFit::CylinderFit::ProjectToCylinder()
,
MeshCore::CylinderFit::ProjectToCylinder()
,
Base::VectorPy::projectToPlane()
, and
PartGui::ViewProviderMirror::setEdit()
.
β
ProjectToPlane()
[2/2]
template<class _Precision >
void Vector3::ProjectToPlane
(
const
Vector3
< _Precision > &
rclBase
,
const
Vector3
< _Precision > &
rclNorm
,
Vector3
< _Precision > &
rclProj
)
const
Projects this point onto the plane given by the base
rclBase
and the normal
rclNorm
and stores the result in rclProj.
β
RotateX()
template<class _Precision >
void Vector3::RotateX
(
_Precision
f
)
β
RotateY()
template<class _Precision >
void Vector3::RotateY
(
_Precision
f
)
β
RotateZ()
template<class _Precision >
void Vector3::RotateZ
(
_Precision
f
)
Referenced by
SketcherGui::ViewProviderSketch::draw()
, and
SketcherGui::ViewProviderSketch::moveConstraint()
.
β
Scale()
template<class _Precision >
void Vector3::Scale
(
_Precision
fX
,
_Precision
fY
,
_Precision
fZ
)
Referenced by
Base::Builder3D::addSingleArrow()
,
Base::InventorBuilder::addSingleArrow()
,
MeshCore::MeshGeomFacet::Enlarge()
,
Sketcher::SketchObject::extend()
,
Base::VectorPy::multiply()
, and
Base::VectorPy::scale()
.
β
ScaleX()
template<class _Precision >
void Vector3::ScaleX
(
_Precision
f
)
β
ScaleY()
template<class _Precision >
void Vector3::ScaleY
(
_Precision
f
)
β
ScaleZ()
template<class _Precision >
void Vector3::ScaleZ
(
_Precision
f
)
β
Set()
template<class _Precision >
void Vector3::Set
(
_Precision
fX
,
_Precision
fY
,
_Precision
fZ
)
Referenced by
StdCmdAlignment::activated()
,
Base::InventorBuilder::addBoundingBox()
,
MeshCore::MeshAlgorithm::CheckFacets()
,
MeshPart::Mesher::createMesh()
,
MeshCore::CylinderSurfaceFit::CylinderSurfaceFit()
,
MeshCore::MeshGeomFacet::DistanceToPoint()
,
Part::Revolution::fetchAxisLink()
,
Part::Extrusion::fetchAxisLink()
,
MeshCoreFit::CylinderFit::findBestSolDirection()
,
Mesh::MeshObject::getEigenSystem()
,
MeshCore::CylinderFit::GetInitialAxisFromNormals()
,
MeshCore::MeshGeomFacet::IntersectWithPlane()
,
Base::ViewProjMatrix::inverse()
,
Part::GeomCurve::normalAt()
,
MeshPart::MeshProjection::projectEdgeToEdge()
,
Base::VectorPy::PyInit()
,
MeshCore::MeshOutput::SaveOBJ()
,
MeshCore::MeshOutput::SaveOFF()
,
MeshCore::MeshOutput::SaveSMF()
,
MeshGui::ViewProviderMeshDegenerations::showDefects()
,
MeshCore::PlaneFitSmoothing::Smooth()
,
MeshCore::PlaneFitSmoothing::SmoothPoints()
,
MeshCore::SphereSurfaceFit::SphereSurfaceFit()
,
Fem::FemMesh::transformGeometry()
,
DrawSketchHandlerLineSet::updateTransitionData()
, and
Fem::FemMesh::writeABAQUS()
.
β
Sqr()
template<class _Precision >
_Precision Vector3::Sqr
(
void
)
const
Squared length of the vector.
Referenced by
MeshCore::MeshGeomFacet::AspectRatio()
,
MeshCore::MeshGeomFacet::DistancePlaneToPoint()
,
MeshCore::CylinderFit::GetInitialAxisFromNormals()
,
Base::Matrix4D::hasScale()
,
MeshCore::MeshGeomFacet::Roundness()
,
Base::CoordinateSystem::setAxes()
,
Part::GeomEllipse::setMajorAxisDir()
,
Part::GeomArcOfEllipse::setMajorAxisDir()
,
Part::GeomArcOfHyperbola::setMajorAxisDir()
,
Gui::LinkView::setTransform()
,
Part::GeomArcOfConic::setXAxisDir()
,
Base::CoordinateSystem::setXDirection()
, and
Base::CoordinateSystem::setYDirection()
.
β
TransformToCoordinateSystem()
template<class _Precision >
void Vector3::TransformToCoordinateSystem
(
const
Vector3
< _Precision > &
rclBase
,
const
Vector3
< _Precision > &
rclDirX
,
const
Vector3
< _Precision > &
rclDirY
)
Transforms this point to the coordinate system defined by origin
rclBase
, vector
vector
rclDirX and vector
vector
rclDirY.
Note
rclDirX
must be perpendicular to
rclDirY
, i.e.
rclDirX
*
rclDirY
= 0..
Referenced by
MeshCore::PlaneFit::Dimension()
,
SketcherGui::ViewProviderSketch::getCoordsOnSketchPlane()
,
MeshCore::PlaneFit::GetLocalPoints()
,
MeshCore::SurfaceFit::PolynomFit()
, and
MeshCore::AbstractPolygonTriangulator::PostProcessing()
.
Member Data Documentation
β
x
template<class _Precision >
_Precision
Base::Vector3
< _Precision >::x
x-coordinate
Referenced by
PartGui::DlgRevolution::accept()
,
ReenGui::FitBSplineSurfaceWidget::accept()
,
PartGui::TaskDlgAttacher::accept()
,
DrawSketchHandlerCopy::activated()
,
CmdSketcherConstrainLock::activated()
,
DrawSketchHandlerRectangularArray::activated()
,
CmdSketcherConstrainDistance::activated()
,
CmdSketcherConstrainDistanceX::activated()
,
CmdSketcherConstrainPerpendicular::activated()
,
CmdSketcherConstrainAngle::activated()
,
Mod.PartDesign.Scripts.FilletArc.Vector::add()
,
Sketcher::Sketch::addArc()
,
Sketcher::Sketch::addArcOfEllipse()
,
Sketcher::Sketch::addArcOfHyperbola()
,
Sketcher::Sketch::addArcOfParabola()
,
Base::InventorBuilder::addBoundingBox()
,
Sketcher::Sketch::addBSpline()
,
Sketcher::Sketch::addEllipse()
,
PartGui::FaceColors::Private::addFacesToSelection()
,
Mesh::MeshPy::addFacet()
,
MeshCore::MeshFastBuilder::AddFacet()
,
Points::PointsGrid::AddPoint()
,
MeshCore::MeshPointGrid::AddPoint()
,
Points::PointsPy::addPoints()
,
Gui::SelectionSingleton::addSelection()
,
Base::Builder3D::addSingleArrow()
,
Base::InventorBuilder::addSingleArrow()
,
Base::Builder3D::addSingleLine()
,
Base::InventorBuilder::addSingleLine()
,
Base::InventorBuilder::addSinglePlane()
,
Base::Builder3D::addSingleTriangle()
,
Base::InventorBuilder::addSingleTriangle()
,
Sketcher::SketchObject::addSymmetric()
,
Base::Builder3D::addTransformation()
,
Base::InventorBuilder::addTransformation()
,
MeshCore::MeshTopoAlgorithm::AdjustEdgesToCurvatureDirection()
,
TechDraw::DrawUtil::angleWithX()
,
TechDraw::Generic::apparentInter()
,
CmdSketcherConstrainLock::applyConstraint()
,
CmdSketcherConstrainDistance::applyConstraint()
,
CmdSketcherConstrainDistanceX::applyConstraint()
,
CmdSketcherConstrainPerpendicular::applyConstraint()
,
CmdSketcherConstrainAngle::applyConstraint()
,
FemGui::ViewProviderFemMesh::applyDisplacementToNodes()
,
Part::BSplineSurfacePy::approximate()
,
TechDraw::DrawProjGroupItem::autoPosition()
,
TechDrawGui::QGIViewBalloon::balloonLabelDragged()
,
TechDraw::DrawUtil::boxIntersect2d()
,
TechDraw::BSpline::BSpline()
,
Part::BSplineCurvePy::buildFromPoles()
,
Part::BSplineCurvePy::buildFromPolesMultsKnots()
,
Part::BSplineSurfacePy::buildFromPolesMultsKnots()
,
TechDraw::CenterLine::calcEndPoints()
,
TechDraw::CenterLine::calcEndPoints2Lines()
,
TechDraw::CenterLine::calcEndPoints2Points()
,
MeshGui::ViewProviderMeshTransformDemolding::calcNormalVector()
,
Attacher::AttachEngine3D::calculateAttachedPlacement()
,
Attacher::AttachEngineLine::calculateAttachedPlacement()
,
TechDraw::CenterLine::CenterLine()
,
MeshCore::MeshGeomFacet::CenterOfCircumCircle()
,
MeshCore::MeshGeomFacet::CenterOfInscribedCircle()
,
DraftGui.DraftToolBar::changeAngleValue()
,
DraftGui.DraftToolBar::changeXValue()
,
importSVG.svgHandler::characters()
,
MeshCore::MeshAlgorithm::CheckFacets()
,
Sketcher::SketchAnalysis::checkHorizontal()
,
MeshCore::MeshGrid::CheckPosition()
,
DraftGui.DraftToolBar::checkSpecialChars()
,
Sketcher::SketchAnalysis::checkVertical()
,
PathScripts.PathInspect.GCodeEditorDialog::cleanup()
,
TechDrawGui::TaskRichAnno::commonFeatureUpdate()
,
Part::Extrusion::computeFinalParameters()
,
MeshCore::MeshCurvature::ComputePerVertex()
,
TechDraw::CosmeticEdge::CosmeticEdge()
,
TechDrawGui::TaskRichAnno::createAnnoFeature()
,
Part::createFilletGeometry()
,
TechDrawGui::TaskLeaderLine::createLeaderFeature()
,
Import::ExportOCAF::createNode()
,
Mod.PartDesign.Scripts.FilletArc.Vector::cross()
,
cSimTool::cSimTool()
,
TechDrawGui::QGIFace::dashedPPath()
,
FemGui::TaskCreateNodeSet::DefineNodes()
,
MeshCore::MeshInfo::DetailedEdgeInfo()
,
TechDraw::DrawViewDetail::detailExec()
,
SketcherGui::ViewProviderSketch::detectPreselectionConstr()
,
Base::CoordinateSystem::displacement()
,
TechDraw::DrawViewDimension::dist2Segs()
,
MeshCore::MeshGeomFacet::DistanceToLineSegment()
,
MeshCore::MeshGeomFacet::DistanceToPoint()
,
SketcherGui::ViewProviderSketch::doBoxSelection()
,
PathScripts.PostUtils.GCodeEditorDialog::done()
,
Mod.PartDesign.Scripts.FilletArc.Vector::dot()
,
SketcherGui::ViewProviderSketch::draw()
,
TechDrawGui::QGIViewBalloon::draw()
,
SketcherGui::ViewProviderSketch::drawConstraintIcons()
,
TechDrawGui::QGIViewPart::drawSectionLine()
,
TechDraw::GeometryUtils::edgeFromGeneric()
,
Drawing::ProjectionAlgos::execute()
,
PartDesign::Hole::execute()
,
Part::Mirroring::execute()
,
PartDesign::Pocket::execute()
,
PartDesign::Pad::execute()
,
TechDraw::DrawViewDimension::execute()
,
Import::ImpExpDxfWrite::exportAngularDim()
,
Import::ImpExpDxfWrite::exportDiametricDim()
,
Import::ImpExpDxfWrite::exportLinearDim()
,
Import::ImpExpDxfWrite::exportRadialDim()
,
Import::ImpExpDxfWrite::exportText()
,
Sketcher::SketchObject::exposeInternalGeometry()
,
Mesh::Facet::Facet()
,
Fem::FemPostDataAlongLineFilter::FemPostDataAlongLineFilter()
,
Sketcher::SketchObject::fillet()
,
Part::find2DLinesIntersection()
,
TechDraw::LineSet::findAtomStart()
,
MeshCoreFit::CylinderFit::findBestSolDirection()
,
Part::findFilletCenter()
,
MeshCore::CylinderFit::Fit()
,
PartDesignGui::fixSketchSupport()
,
VisualPathSegmentVisitor::g38()
,
Part::GeomLine::GeomLine()
,
TechDrawGui::QGIViewPart::geomToPainterPath()
,
TechDrawGui::TaskDetail::getAnchorScene()
,
PartDesign::ProfileBased::getAxis()
,
Fem::Constraint::getBasePoint()
,
Part::BSplineCurvePy::getCardinalSplineTangents()
,
SketcherGui::ViewProviderSketch::getCoordsOnSketchPlane()
,
TechDraw::DrawViewSection::getCSFromBase()
,
TechDrawGui::QGEPath::getDeltasFromLeader()
,
TechDraw::DrawViewDimension::getDimValue()
,
MeshCoreFit::CylinderFit::GetDistanceToCylinder()
,
MeshCoreFit::SphereFit::GetDistanceToSphere()
,
Mesh::MeshObject::getEigenSystem()
,
MeshCore::MeshKernel::GetGravityPoint()
,
MeshCore::CylinderFit::GetInitialAxisFromNormals()
,
TechDrawGui::QGIWeldSymbol::getKinkPoint()
,
MeshCore::PlaneFit::GetLocalPoints()
,
Part::Feature::getLocation()
,
Part::FeatureReference::getLocation()
,
MeshGui::PlaneFitParameter::getParameter()
,
MeshGui::CylinderFitParameter::getParameter()
,
TechDraw::LineSet::getPatternStartPoint()
,
Mesh::MeshObject::getPoint()
,
Mesh::MeshObject::getPointNormal()
,
Mesh::MeshObject::getPointNormals()
,
Mesh::MeshObject::getPoints()
,
TechDraw::DrawViewPart::getProjectionCS()
,
Base::Rotation::getRawValue()
,
PartDesignGui::ViewProviderDatum::getRelevantBoundBox()
,
TechDraw::DrawViewSection::getSectionCS()
,
TechDrawGui::QGIWeldSymbol::getTailPoint()
,
TechDrawGui::QGIWeldSymbol::getTileOrigin()
,
PartDesign::Mirrored::getTransformations()
,
PartDesign::LinearPattern::getTransformations()
,
PartDesign::PolarPattern::getTransformations()
,
MeshCore::AbstractPolygonTriangulator::GetTransformToFitPlane()
,
Gui::LocationWidget::getUserDirection()
,
Gui::LocationDialog::getUserDirection()
,
Base::Rotation::getValue()
,
TechDraw::getViewAxis()
,
TechDraw::DrawProjGroupItem::getViewAxis()
,
Fem::FemMesh::getVolume()
,
MeshCore::MeshKernel::GetVolume()
,
Base::VectorPy::getx()
,
Base::Matrix4D::Hat()
,
Part::BSplineCurvePy::interpolate()
,
Part::BSplineSurfacePy::interpolate()
,
Mesh::FacetPy::intersect()
,
TechDraw::DrawUtil::Intersect2d()
,
MeshCore::MeshGeomEdge::IntersectBoundingBox()
,
MeshCore::MeshGeomFacet::IntersectBoundingBox()
,
TechDraw::AOC::intersectsArc()
,
TechDraw::BSpline::intersectsArc()
,
MeshCore::MeshGeomFacet::IntersectWithFacet()
,
MeshCore::MeshGeomFacet::IntersectWithPlane()
,
Gui::ViewVolumeProjection::inverse()
,
cSimTool::isInside()
,
Part::TopoShapePy::isInside()
,
TechDraw::DrawViewPart::isIso()
,
Sketcher::SketchObject::isPointOnCurve()
,
TechDraw::DrawWeldSymbol::isTailRightSide()
,
TechDraw::legacyViewAxis1()
,
Mod.PartDesign.Scripts.FilletArc.Vector::length()
,
Points::PointsAlgos::LoadAscii()
,
MeshCore::MeshInput::LoadInventor()
,
MeshCore::MeshInput::LoadPLY()
,
TechDraw::DrawGeomHatch::makeEdgeOverlay()
,
TechDrawGui::QGIArrow::makeFilledTriangle()
,
TechDrawGui::QGIArrow::makeForkArrow()
,
Part::TopoShapeShellPy::makeHalfSpace()
,
Part::TopoShapeFacePy::makeHalfSpace()
,
TechDrawGui::QGIArrow::makeHashMark()
,
TechDrawGui::QGIArrow::makeOpenArrow()
,
TechDrawGui::QGIArrow::makePyramid()
,
Base::Rotation::makeRotationByAxes()
,
TechDrawGui::QGISectionLine::makeSymbolsISO()
,
TechDrawGui::QGISectionLine::makeSymbolsTrad()
,
SketcherGui::makeTangentToArcOfEllipseviaNewPoint()
,
SketcherGui::makeTangentToArcOfHyperbolaviaNewPoint()
,
SketcherGui::makeTangentToArcOfParabolaviaNewPoint()
,
SketcherGui::makeTangentToEllipseviaNewPoint()
,
Part::GeometryPy::mirror()
,
Part::TopoShapePy::mirror()
,
TechDraw::mirrorShapeVec()
,
DrawSketchHandlerLineSet::mouseMove()
,
DrawSketchHandlerExtend::mouseMove()
,
Base::Matrix4D::move()
,
SketcherGui::ViewProviderSketch::moveConstraint()
,
Sketcher::Sketch::movePoint()
,
TechDraw::moveShape()
,
Mod.PartDesign.Scripts.FilletArc.Vector::mult()
,
Mod.PartDesign.Scripts.FilletArc.Vector::norm()
,
Gui::Dialog::Transform::on_applyButton_clicked()
,
PathGui::ViewProviderPath::onChanged()
,
Gui::ViewProviderOrigin::onChanged()
,
Fem::FemPostDataAlongLineFilter::onChanged()
,
PathGui::PathSelectionObserver::onSelectionChanged()
,
PathScripts.PathDressupHoldingTags.Tag::originAt()
,
DrawingGui::orthoview::orthoview()
,
Base::Matrix4D::Outer()
,
MeshCore::PlaneSurfaceFit::Parameters()
,
MeshCore::CylinderSurfaceFit::Parameters()
,
MeshGui::SoFCMeshPickNode::pick()
,
Attacher::AttachEngine::placementFactory()
,
DraftGui.DraftToolBar::pointUi()
,
MeshCore::SurfaceFit::PolynomFit()
,
Points::PointsGrid::Pos()
,
Inspection::MeshInspectGrid::Pos()
,
MeshCore::MeshFacetGrid::Pos()
,
MeshCore::MeshPointGrid::Pos()
,
Points::PointsGrid::Position()
,
MeshCore::MeshGrid::Position()
,
MeshCore::MeshFacetGrid::PosWithCheck()
,
Reen::ParameterCorrection::ProjectControlPointsOnPlane()
,
MeshPart::CurveProjectorShape::projectCurve()
,
MeshPart::CurveProjectorSimple::projectCurve()
,
MeshPart::MeshProjection::projectEdgeToEdge()
,
TechDraw::LandmarkDimension::projectPoint()
,
TechDraw::DrawViewPart::projectPoint()
,
MeshCoreFit::SphereFit::ProjectToSphere()
,
CDxfWrite::putArrow()
,
CDxfWrite::putText()
,
Part::ConePy::PyInit()
,
Part::SurfaceOfExtrusionPy::PyInit()
,
Part::OffsetCurvePy::PyInit()
,
Part::ParabolaPy::PyInit()
,
Part::SurfaceOfRevolutionPy::PyInit()
,
Part::TopoShapeVertexPy::PyInit()
,
Attacher::AttachEngine::readLinks()
,
SketcherGui::ViewProviderSketch::rebuildConstraintsVisual()
,
Sketcher::SketchObject::rebuildExternalGeometry()
,
Path::Toolpath::recalculate()
,
PathGui::ViewProviderPath::recomputeBoundingBox()
,
Part::TopoShapePy::reflectLines()
,
DrawSketchHandlerExtend::releaseButton()
,
Robot::Robot6AxisPy::representation()
,
Base::AxisPy::representation()
,
Base::PlacementPy::representation()
,
Base::VectorPy::representation()
,
TechDraw::CosmeticVertex::Restore()
,
Part::Box::Restore()
,
TechDraw::Circle::Restore()
,
TechDraw::CenterLine::Restore()
,
TechDraw::AOC::Restore()
,
TechDraw::Generic::Restore()
,
TechDraw::Vertex::Restore()
,
Part::TopoShapePy::revolve()
,
Part::GeometryPy::rotate()
,
TechDraw::DrawViewSection::rotateCSArbitrary()
,
Base::Vector3< float >::RotateY()
,
Base::Vector3< float >::RotateZ()
,
Base::Matrix4D::rotLine()
,
Robot::Robot6Axis::Save()
,
TechDraw::CosmeticVertex::Save()
,
Robot::Waypoint::Save()
,
TechDraw::Circle::Save()
,
TechDraw::CenterLine::Save()
,
TechDraw::AOC::Save()
,
TechDraw::Vertex::Save()
,
App::PropertyPlacement::Save()
,
Part::GeomLine::Save()
,
Part::GeomLineSegment::Save()
,
MeshCore::MeshOutput::SaveAsciiPLY()
,
MeshCore::MeshOutput::SaveAsciiSTL()
,
MeshCore::MeshOutput::SaveBinaryPLY()
,
MeshCore::MeshOutput::SaveBinarySTL()
,
MeshCore::MeshOutput::SaveIDTF()
,
MeshCore::MeshOutput::SaveMeshNode()
,
MeshCore::MeshOutput::SaveNastran()
,
MeshCore::MeshOutput::SaveOBJ()
,
MeshCore::MeshOutput::SaveOFF()
,
Import::ExportOCAF::saveShape()
,
MeshCore::MeshOutput::SaveSMF()
,
MeshCore::MeshOutput::SaveVRML()
,
MeshCore::MeshOutput::SaveX3D()
,
MeshCore::MeshOutput::SaveXML()
,
Base::Matrix4D::scale()
,
Part::TopoShapePy::scale()
,
TechDraw::CenterLine::scaledGeometry()
,
MeshCore::MeshAlgorithm::SearchFacetsFromPolyline()
,
MeshCore::MeshFacetGrid::SearchNearestFromPoint()
,
TechDraw::DrawViewSection::sectionExec()
,
SketcherGui::DrawSketchHandler::seekAutoConstraint()
,
SketcherGui::ViewProviderSketch::seekConstraintPosition()
,
Part::Part2DObject::seekTrimPoints()
,
Part::CylinderPy::setCenter()
,
Part::ToroidPy::setCenter()
,
Part::SpherePy::setCenter()
,
Part::ConePy::setCenter()
,
Part::GeomConic::setCenter()
,
Part::GeomArcOfConic::setCenter()
,
PartGui::ViewProviderCrossSections::setCoords()
,
MeshPartGui::ViewProviderCrossSections::setCoords()
,
PartGui::DlgExtrusion::setDir()
,
Gui::LocationWidget::setDirection()
,
Part::SurfaceOfRevolutionPy::setDirection()
,
Part::SurfaceOfExtrusionPy::setDirection()
,
PartGui::DlgRevolution::setDirection()
,
Gui::LocationUi< Ui >::setDirection()
,
Gui::LocationImpUi< Ui >::setDirection()
,
RobotGui::ViewProviderRobotObject::setDragger()
,
Path::Command::setFromPlacement()
,
Base::VectorPy::setLength()
,
Part::GeomLine::setLine()
,
Part::SurfaceOfRevolutionPy::setLocation()
,
Part::GeomConic::setLocation()
,
Part::GeomArcOfConic::setLocation()
,
Part::GeomEllipse::setMajorAxisDir()
,
Part::GeomArcOfEllipse::setMajorAxisDir()
,
Part::GeomArcOfHyperbola::setMajorAxisDir()
,
Part::OffsetCurvePy::setOffsetDirection()
,
TechDraw::DrawViewBalloon::setOrigin()
,
Part::TopoShape::setPlacement()
,
Part::BezierSurfacePy::setPole()
,
Part::BezierCurvePy::setPoles()
,
App::PropertyVector::setPyObject()
,
Gui::Dialog::Transform::setTransformStrategy()
,
TechDrawGui::TaskSectionView::setUiEdit()
,
TechDrawGui::TaskDetail::setUiFromFeat()
,
TechDrawGui::TaskSectionView::setUiPrimary()
,
PartDesign::Pipe::setupAlgorithm()
,
MeshCoreFit::SphereFit::setupObservation()
,
MeshCoreFit::CylinderFit::setupObservation()
,
Base::Rotation::setValue()
,
Gui::PropertyEditor::PropertyPlacementItem::setValue()
,
Gui::ManualAlignment::setViewingDirections()
,
Base::VectorPy::setx()
,
Part::GeomArcOfConic::setXAxisDir()
,
MeshGui::ViewProviderMeshOrientation::showDefects()
,
MeshGui::ViewProviderMeshNonManifolds::showDefects()
,
MeshGui::ViewProviderMeshNonManifoldPoints::showDefects()
,
MeshGui::ViewProviderMeshDuplicatedFaces::showDefects()
,
MeshGui::ViewProviderMeshDegenerations::showDefects()
,
MeshGui::ViewProviderMeshDuplicatedPoints::showDefects()
,
MeshGui::ViewProviderMeshIndices::showDefects()
,
MeshGui::ViewProviderMeshFolds::showDefects()
,
MeshGui::ViewProviderMeshNode::showOpenEdges()
,
Part::TopoShape::slice()
,
Part::TopoShape::slices()
,
MeshCore::PlaneFitSmoothing::Smooth()
,
MeshCore::PlaneFitSmoothing::SmoothPoints()
,
Mod.PartDesign.Scripts.FilletArc.Vector::sub()
,
Part::suggestFilletRadius()
,
FemGui::TaskPostDataAlongLine::TaskPostDataAlongLine()
,
DraftGui.DraftToolBar::taskUi()
,
Base::Matrix4D::toAxisAngle()
,
Gui::View3DInventorViewer::toggleClippingPlane()
,
Gui::PropertyEditor::PropertyPlacementItem::toolTip()
,
PartGui::Location::toPlacement()
,
TechDraw::DrawUtil::toR3()
,
TechDraw::CosmeticVertex::toString()
,
TechDraw::Circle::toString()
,
TechDraw::CenterLine::toString()
,
TechDraw::AOC::toString()
,
Gui::PropertyEditor::PropertyPlacementItem::toString()
,
Path::Command::transform()
,
MeshCore::SurfaceFit::Transform()
,
Sketcher::SketchObject::trim()
,
PartDesign::Groove::updateAxis()
,
PartDesign::Revolution::updateAxis()
,
RobotGui::ViewProviderRobotObject::updateData()
,
FemGui::ViewProviderFemConstraintGear::updateData()
,
FemGui::ViewProviderFemConstraintForce::updateData()
,
FemGui::ViewProviderFemConstraintFluidBoundary::updateData()
,
FemGui::ViewProviderFemConstraintPulley::updateData()
,
FemGui::ViewProviderFemConstraintTransform::updateData()
,
FemGui::ViewProviderFemPostPlaneFunction::updateData()
,
FemGui::ViewProviderFemPostSphereFunction::updateData()
,
DraftGui.DraftToolBar::updateSnapper()
,
Gui::ViewProviderDragger::updateTransform()
,
DrawSketchHandlerLineSet::updateTransitionData()
,
DraftGui.DraftToolBar::validatePoint()
,
Gui::PropertyEditor::PropertyPlacementItem::value()
,
MeshGui::ViewProviderMeshTransformDemolding::valueChangedCallback()
,
Path::PathSegmentWalker::walk()
,
automotive_design.right_angular_wedge::wr1()
,
Points::PlyWriter::write()
,
Points::PcdWriter::write()
,
CDxfWrite::writeAngularDimBlock()
,
CDxfWrite::writeDiametricDimBlock()
,
PartGui::DlgExtrusion::writeParametersToFeature()
,
CDxfWrite::writeRadialDimBlock()
, and
TechDraw::Vertex::~Vertex()
.
β
y
template<class _Precision >
_Precision
Base::Vector3
< _Precision >::y
y-coordinate
Referenced by
PartGui::DlgRevolution::accept()
,
ReenGui::FitBSplineSurfaceWidget::accept()
,
PartGui::TaskDlgAttacher::accept()
,
DrawSketchHandlerCopy::activated()
,
CmdSketcherConstrainLock::activated()
,
DrawSketchHandlerRectangularArray::activated()
,
CmdSketcherConstrainDistance::activated()
,
CmdSketcherConstrainDistanceY::activated()
,
CmdSketcherConstrainPerpendicular::activated()
,
CmdSketcherConstrainAngle::activated()
,
Mod.PartDesign.Scripts.FilletArc.Vector::add()
,
Sketcher::Sketch::addArc()
,
Sketcher::Sketch::addArcOfEllipse()
,
Sketcher::Sketch::addArcOfHyperbola()
,
Sketcher::Sketch::addArcOfParabola()
,
Base::InventorBuilder::addBoundingBox()
,
Sketcher::Sketch::addBSpline()
,
Sketcher::Sketch::addEllipse()
,
PartGui::FaceColors::Private::addFacesToSelection()
,
Mesh::MeshPy::addFacet()
,
MeshCore::MeshFastBuilder::AddFacet()
,
Points::PointsGrid::AddPoint()
,
MeshCore::MeshPointGrid::AddPoint()
,
Points::PointsPy::addPoints()
,
Gui::SelectionSingleton::addSelection()
,
Base::Builder3D::addSingleArrow()
,
Base::InventorBuilder::addSingleArrow()
,
Base::Builder3D::addSingleLine()
,
Base::InventorBuilder::addSingleLine()
,
Base::InventorBuilder::addSinglePlane()
,
Base::Builder3D::addSingleTriangle()
,
Base::InventorBuilder::addSingleTriangle()
,
Sketcher::SketchObject::addSymmetric()
,
Base::Builder3D::addTransformation()
,
Base::InventorBuilder::addTransformation()
,
MeshCore::MeshTopoAlgorithm::AdjustEdgesToCurvatureDirection()
,
TechDraw::DrawLeaderLine::adjustLastSegment()
,
TechDraw::DrawUtil::angleWithX()
,
TechDraw::Generic::apparentInter()
,
CmdSketcherConstrainLock::applyConstraint()
,
CmdSketcherConstrainDistance::applyConstraint()
,
CmdSketcherConstrainDistanceY::applyConstraint()
,
CmdSketcherConstrainPerpendicular::applyConstraint()
,
CmdSketcherConstrainAngle::applyConstraint()
,
FemGui::ViewProviderFemMesh::applyDisplacementToNodes()
,
Part::BSplineSurfacePy::approximate()
,
TechDraw::DrawProjGroupItem::autoPosition()
,
TechDrawGui::QGIViewBalloon::balloonLabelDragged()
,
TechDraw::DrawUtil::boxIntersect2d()
,
TechDraw::BSpline::BSpline()
,
Part::BSplineCurvePy::buildFromPoles()
,
Part::BSplineCurvePy::buildFromPolesMultsKnots()
,
Part::BSplineSurfacePy::buildFromPolesMultsKnots()
,
TechDraw::CenterLine::calcEndPoints()
,
TechDraw::CenterLine::calcEndPoints2Lines()
,
TechDraw::CenterLine::calcEndPoints2Points()
,
MeshGui::ViewProviderMeshTransformDemolding::calcNormalVector()
,
Attacher::AttachEngine3D::calculateAttachedPlacement()
,
Attacher::AttachEngineLine::calculateAttachedPlacement()
,
TechDraw::CenterLine::CenterLine()
,
MeshCore::MeshGeomFacet::CenterOfCircumCircle()
,
MeshCore::MeshGeomFacet::CenterOfInscribedCircle()
,
DraftGui.DraftToolBar::changeAngleValue()
,
DraftGui.DraftToolBar::changeYValue()
,
importSVG.svgHandler::characters()
,
MeshCore::MeshAlgorithm::CheckFacets()
,
Sketcher::SketchAnalysis::checkHorizontal()
,
MeshCore::MeshGrid::CheckPosition()
,
DraftGui.DraftToolBar::checkSpecialChars()
,
Sketcher::SketchAnalysis::checkVertical()
,
PathScripts.PathInspect.GCodeEditorDialog::cleanup()
,
TechDrawGui::TaskRichAnno::commonFeatureUpdate()
,
Part::ParabolaPy::compute()
,
Part::Extrusion::computeFinalParameters()
,
MeshCore::MeshCurvature::ComputePerVertex()
,
TechDraw::CosmeticEdge::CosmeticEdge()
,
TechDrawGui::TaskRichAnno::createAnnoFeature()
,
Part::createFilletGeometry()
,
TechDrawGui::TaskLeaderLine::createLeaderFeature()
,
Import::ExportOCAF::createNode()
,
Mod.PartDesign.Scripts.FilletArc.Vector::cross()
,
cSimTool::cSimTool()
,
TechDrawGui::QGIFace::dashedPPath()
,
FemGui::TaskCreateNodeSet::DefineNodes()
,
MeshCore::MeshInfo::DetailedEdgeInfo()
,
TechDraw::DrawViewDetail::detailExec()
,
SketcherGui::ViewProviderSketch::detectPreselectionConstr()
,
Base::CoordinateSystem::displacement()
,
TechDraw::DrawViewDimension::dist2Segs()
,
MeshCore::MeshGeomFacet::DistanceToLineSegment()
,
MeshCore::MeshGeomFacet::DistanceToPoint()
,
SketcherGui::ViewProviderSketch::doBoxSelection()
,
PathScripts.PostUtils.GCodeEditorDialog::done()
,
Mod.PartDesign.Scripts.FilletArc.Vector::dot()
,
SketcherGui::ViewProviderSketch::draw()
,
TechDrawGui::QGIViewBalloon::draw()
,
SketcherGui::ViewProviderSketch::drawConstraintIcons()
,
TechDrawGui::QGIViewPart::drawSectionLine()
,
TechDraw::GeometryUtils::edgeFromGeneric()
,
Drawing::ProjectionAlgos::execute()
,
PartDesign::Hole::execute()
,
Part::Mirroring::execute()
,
PartDesign::Pocket::execute()
,
PartDesign::Pad::execute()
,
TechDraw::DrawViewDimension::execute()
,
Import::ImpExpDxfWrite::exportAngularDim()
,
Import::ImpExpDxfWrite::exportDiametricDim()
,
Import::ImpExpDxfWrite::exportLinearDim()
,
Import::ImpExpDxfWrite::exportRadialDim()
,
Import::ImpExpDxfWrite::exportText()
,
Sketcher::SketchObject::exposeInternalGeometry()
,
Mesh::Facet::Facet()
,
Fem::FemPostDataAlongLineFilter::FemPostDataAlongLineFilter()
,
Sketcher::SketchObject::fillet()
,
Part::find2DLinesIntersection()
,
TechDraw::LineSet::findAtomStart()
,
MeshCoreFit::CylinderFit::findBestSolDirection()
,
Part::findFilletCenter()
,
MeshCore::CylinderFit::Fit()
,
PartDesignGui::fixSketchSupport()
,
VisualPathSegmentVisitor::g38()
,
Part::GeomLine::GeomLine()
,
TechDrawGui::QGIViewPart::geomToPainterPath()
,
TechDrawGui::TaskDetail::getAnchorScene()
,
PartDesign::ProfileBased::getAxis()
,
Fem::Constraint::getBasePoint()
,
Part::BSplineCurvePy::getCardinalSplineTangents()
,
SketcherGui::ViewProviderSketch::getCoordsOnSketchPlane()
,
TechDraw::DrawViewSection::getCSFromBase()
,
TechDrawGui::QGEPath::getDeltasFromLeader()
,
TechDraw::DrawViewDimension::getDimValue()
,
MeshCoreFit::CylinderFit::GetDistanceToCylinder()
,
MeshCoreFit::SphereFit::GetDistanceToSphere()
,
Mesh::MeshObject::getEigenSystem()
,
MeshCore::MeshKernel::GetGravityPoint()
,
MeshCore::CylinderFit::GetInitialAxisFromNormals()
,
TechDrawGui::QGIWeldSymbol::getKinkPoint()
,
MeshCore::PlaneFit::GetLocalPoints()
,
Part::Feature::getLocation()
,
Part::FeatureReference::getLocation()
,
MeshGui::PlaneFitParameter::getParameter()
,
MeshGui::CylinderFitParameter::getParameter()
,
TechDraw::LineSet::getPatternStartPoint()
,
Mesh::MeshObject::getPoint()
,
Mesh::MeshObject::getPointNormal()
,
Mesh::MeshObject::getPointNormals()
,
Mesh::MeshObject::getPoints()
,
TechDraw::DrawViewPart::getProjectionCS()
,
Base::Rotation::getRawValue()
,
PartDesignGui::ViewProviderDatum::getRelevantBoundBox()
,
TechDraw::DrawViewSection::getSectionCS()
,
TechDrawGui::QGIWeldSymbol::getTailPoint()
,
TechDrawGui::QGIWeldSymbol::getTileOrigin()
,
PartDesign::Mirrored::getTransformations()
,
PartDesign::LinearPattern::getTransformations()
,
PartDesign::PolarPattern::getTransformations()
,
MeshCore::AbstractPolygonTriangulator::GetTransformToFitPlane()
,
Gui::LocationWidget::getUserDirection()
,
Gui::LocationDialog::getUserDirection()
,
Base::Rotation::getValue()
,
TechDraw::getViewAxis()
,
TechDraw::DrawProjGroupItem::getViewAxis()
,
Fem::FemMesh::getVolume()
,
MeshCore::MeshKernel::GetVolume()
,
Base::VectorPy::gety()
,
Base::Matrix4D::Hat()
,
Part::BSplineCurvePy::interpolate()
,
Part::BSplineSurfacePy::interpolate()
,
Mesh::FacetPy::intersect()
,
TechDraw::DrawUtil::Intersect2d()
,
MeshCore::MeshGeomEdge::IntersectBoundingBox()
,
MeshCore::MeshGeomFacet::IntersectBoundingBox()
,
TechDraw::AOC::intersectsArc()
,
TechDraw::BSpline::intersectsArc()
,
MeshCore::MeshGeomFacet::IntersectWithFacet()
,
MeshCore::MeshGeomFacet::IntersectWithPlane()
,
Gui::ViewVolumeProjection::inverse()
,
cSimTool::isInside()
,
Part::TopoShapePy::isInside()
,
TechDraw::DrawViewPart::isIso()
,
Sketcher::SketchObject::isPointOnCurve()
,
TechDraw::legacyViewAxis1()
,
Mod.PartDesign.Scripts.FilletArc.Vector::length()
,
Points::PointsAlgos::LoadAscii()
,
MeshCore::MeshInput::LoadInventor()
,
MeshCore::MeshInput::LoadPLY()
,
TechDraw::DrawGeomHatch::makeEdgeOverlay()
,
TechDrawGui::QGIArrow::makeFilledTriangle()
,
TechDrawGui::QGIArrow::makeForkArrow()
,
Part::TopoShapeShellPy::makeHalfSpace()
,
Part::TopoShapeFacePy::makeHalfSpace()
,
TechDrawGui::QGIArrow::makeHashMark()
,
TechDrawGui::QGIArrow::makeOpenArrow()
,
TechDrawGui::QGIArrow::makePyramid()
,
Base::Rotation::makeRotationByAxes()
,
TechDrawGui::QGISectionLine::makeSymbolsISO()
,
TechDrawGui::QGISectionLine::makeSymbolsTrad()
,
SketcherGui::makeTangentToArcOfEllipseviaNewPoint()
,
SketcherGui::makeTangentToArcOfHyperbolaviaNewPoint()
,
SketcherGui::makeTangentToArcOfParabolaviaNewPoint()
,
SketcherGui::makeTangentToEllipseviaNewPoint()
,
Part::GeometryPy::mirror()
,
Part::TopoShapePy::mirror()
,
TechDraw::mirrorShapeVec()
,
DrawSketchHandlerLineSet::mouseMove()
,
DrawSketchHandlerExtend::mouseMove()
,
Base::Matrix4D::move()
,
SketcherGui::ViewProviderSketch::moveConstraint()
,
Sketcher::Sketch::movePoint()
,
TechDraw::moveShape()
,
Mod.PartDesign.Scripts.FilletArc.Vector::mult()
,
Mod.PartDesign.Scripts.FilletArc.Vector::norm()
,
Gui::Dialog::Transform::on_applyButton_clicked()
,
PathGui::ViewProviderPath::onChanged()
,
Gui::ViewProviderOrigin::onChanged()
,
Fem::FemPostDataAlongLineFilter::onChanged()
,
PathGui::PathSelectionObserver::onSelectionChanged()
,
PathScripts.PathDressupHoldingTags.Tag::originAt()
,
DrawingGui::orthoview::orthoview()
,
Base::Matrix4D::Outer()
,
MeshCore::PlaneSurfaceFit::Parameters()
,
MeshCore::CylinderSurfaceFit::Parameters()
,
MeshGui::SoFCMeshPickNode::pick()
,
Attacher::AttachEngine::placementFactory()
,
DraftGui.DraftToolBar::pointUi()
,
MeshCore::SurfaceFit::PolynomFit()
,
Points::PointsGrid::Pos()
,
Inspection::MeshInspectGrid::Pos()
,
MeshCore::MeshFacetGrid::Pos()
,
MeshCore::MeshPointGrid::Pos()
,
Points::PointsGrid::Position()
,
MeshCore::MeshGrid::Position()
,
MeshCore::MeshFacetGrid::PosWithCheck()
,
Reen::ParameterCorrection::ProjectControlPointsOnPlane()
,
MeshPart::CurveProjectorShape::projectCurve()
,
MeshPart::CurveProjectorSimple::projectCurve()
,
MeshPart::MeshProjection::projectEdgeToEdge()
,
TechDraw::LandmarkDimension::projectPoint()
,
TechDraw::DrawViewPart::projectPoint()
,
MeshCoreFit::SphereFit::ProjectToSphere()
,
CDxfWrite::putArrow()
,
CDxfWrite::putText()
,
Part::ConePy::PyInit()
,
Part::SurfaceOfRevolutionPy::PyInit()
,
Part::OffsetCurvePy::PyInit()
,
Part::ParabolaPy::PyInit()
,
Part::SurfaceOfExtrusionPy::PyInit()
,
Part::TopoShapeVertexPy::PyInit()
,
Attacher::AttachEngine::readLinks()
,
SketcherGui::ViewProviderSketch::rebuildConstraintsVisual()
,
Sketcher::SketchObject::rebuildExternalGeometry()
,
Path::Toolpath::recalculate()
,
PathGui::ViewProviderPath::recomputeBoundingBox()
,
Part::TopoShapePy::reflectLines()
,
DrawSketchHandlerExtend::releaseButton()
,
Robot::Robot6AxisPy::representation()
,
Base::AxisPy::representation()
,
Base::PlacementPy::representation()
,
Base::VectorPy::representation()
,
TechDraw::CosmeticVertex::Restore()
,
Part::Box::Restore()
,
TechDraw::Circle::Restore()
,
TechDraw::CenterLine::Restore()
,
TechDraw::AOC::Restore()
,
TechDraw::Vertex::Restore()
,
Part::TopoShapePy::revolve()
,
Part::GeometryPy::rotate()
,
TechDraw::DrawViewSection::rotateCSArbitrary()
,
Base::Vector3< float >::RotateX()
,
Base::Vector3< float >::RotateZ()
,
Base::Matrix4D::rotLine()
,
Robot::Robot6Axis::Save()
,
TechDraw::CosmeticVertex::Save()
,
Robot::Waypoint::Save()
,
TechDraw::Circle::Save()
,
TechDraw::CenterLine::Save()
,
TechDraw::AOC::Save()
,
TechDraw::Vertex::Save()
,
App::PropertyPlacement::Save()
,
Part::GeomLine::Save()
,
Part::GeomLineSegment::Save()
,
MeshCore::MeshOutput::SaveAsciiPLY()
,
MeshCore::MeshOutput::SaveAsciiSTL()
,
MeshCore::MeshOutput::SaveBinaryPLY()
,
MeshCore::MeshOutput::SaveBinarySTL()
,
MeshCore::MeshOutput::SaveIDTF()
,
MeshCore::MeshOutput::SaveMeshNode()
,
MeshCore::MeshOutput::SaveNastran()
,
MeshCore::MeshOutput::SaveOBJ()
,
MeshCore::MeshOutput::SaveOFF()
,
Import::ExportOCAF::saveShape()
,
MeshCore::MeshOutput::SaveSMF()
,
MeshCore::MeshOutput::SaveVRML()
,
MeshCore::MeshOutput::SaveX3D()
,
MeshCore::MeshOutput::SaveXML()
,
Base::Matrix4D::scale()
,
Part::TopoShapePy::scale()
,
TechDraw::CenterLine::scaledGeometry()
,
MeshCore::MeshAlgorithm::SearchFacetsFromPolyline()
,
MeshCore::MeshFacetGrid::SearchNearestFromPoint()
,
TechDraw::DrawViewSection::sectionExec()
,
SketcherGui::DrawSketchHandler::seekAutoConstraint()
,
SketcherGui::ViewProviderSketch::seekConstraintPosition()
,
Part::Part2DObject::seekTrimPoints()
,
Part::CylinderPy::setCenter()
,
Part::ToroidPy::setCenter()
,
Part::SpherePy::setCenter()
,
Part::ConePy::setCenter()
,
Part::GeomConic::setCenter()
,
Part::GeomArcOfConic::setCenter()
,
PartGui::ViewProviderCrossSections::setCoords()
,
MeshPartGui::ViewProviderCrossSections::setCoords()
,
PartGui::DlgExtrusion::setDir()
,
Gui::LocationWidget::setDirection()
,
Part::SurfaceOfRevolutionPy::setDirection()
,
Part::SurfaceOfExtrusionPy::setDirection()
,
PartGui::DlgRevolution::setDirection()
,
Gui::LocationUi< Ui >::setDirection()
,
Gui::LocationImpUi< Ui >::setDirection()
,
RobotGui::ViewProviderRobotObject::setDragger()
,
Path::Command::setFromPlacement()
,
Base::VectorPy::setLength()
,
Part::GeomLine::setLine()
,
Part::SurfaceOfRevolutionPy::setLocation()
,
Part::GeomConic::setLocation()
,
Part::GeomArcOfConic::setLocation()
,
Part::GeomEllipse::setMajorAxisDir()
,
Part::GeomArcOfEllipse::setMajorAxisDir()
,
Part::GeomArcOfHyperbola::setMajorAxisDir()
,
Part::OffsetCurvePy::setOffsetDirection()
,
TechDraw::DrawViewBalloon::setOrigin()
,
Part::TopoShape::setPlacement()
,
Part::BezierSurfacePy::setPole()
,
Part::BezierCurvePy::setPoles()
,
App::PropertyVector::setPyObject()
,
Gui::Dialog::Transform::setTransformStrategy()
,
TechDrawGui::TaskSectionView::setUiEdit()
,
TechDrawGui::TaskDetail::setUiFromFeat()
,
TechDrawGui::TaskSectionView::setUiPrimary()
,
PartDesign::Pipe::setupAlgorithm()
,
MeshCoreFit::SphereFit::setupObservation()
,
MeshCoreFit::CylinderFit::setupObservation()
,
Base::Rotation::setValue()
,
Gui::PropertyEditor::PropertyPlacementItem::setValue()
,
Gui::ManualAlignment::setViewingDirections()
,
Part::GeomArcOfConic::setXAxisDir()
,
Base::VectorPy::sety()
,
MeshGui::ViewProviderMeshOrientation::showDefects()
,
MeshGui::ViewProviderMeshNonManifolds::showDefects()
,
MeshGui::ViewProviderMeshNonManifoldPoints::showDefects()
,
MeshGui::ViewProviderMeshDuplicatedFaces::showDefects()
,
MeshGui::ViewProviderMeshDegenerations::showDefects()
,
MeshGui::ViewProviderMeshDuplicatedPoints::showDefects()
,
MeshGui::ViewProviderMeshIndices::showDefects()
,
MeshGui::ViewProviderMeshFolds::showDefects()
,
MeshGui::ViewProviderMeshNode::showOpenEdges()
,
Part::TopoShape::slice()
,
Part::TopoShape::slices()
,
MeshCore::PlaneFitSmoothing::Smooth()
,
MeshCore::PlaneFitSmoothing::SmoothPoints()
,
Mod.PartDesign.Scripts.FilletArc.Vector::sub()
,
Part::suggestFilletRadius()
,
FemGui::TaskPostDataAlongLine::TaskPostDataAlongLine()
,
DraftGui.DraftToolBar::taskUi()
,
Base::Matrix4D::toAxisAngle()
,
Gui::View3DInventorViewer::toggleClippingPlane()
,
Gui::PropertyEditor::PropertyPlacementItem::toolTip()
,
PartGui::Location::toPlacement()
,
TechDraw::DrawUtil::toR3()
,
TechDraw::CosmeticVertex::toString()
,
TechDraw::Circle::toString()
,
TechDraw::CenterLine::toString()
,
TechDraw::AOC::toString()
,
Gui::PropertyEditor::PropertyPlacementItem::toString()
,
Path::Command::transform()
,
MeshCore::SurfaceFit::Transform()
,
Sketcher::SketchObject::trim()
,
PartDesign::Groove::updateAxis()
,
PartDesign::Revolution::updateAxis()
,
RobotGui::ViewProviderRobotObject::updateData()
,
FemGui::ViewProviderFemConstraintFluidBoundary::updateData()
,
FemGui::ViewProviderFemConstraintGear::updateData()
,
FemGui::ViewProviderFemConstraintForce::updateData()
,
FemGui::ViewProviderFemConstraintPulley::updateData()
,
FemGui::ViewProviderFemConstraintTransform::updateData()
,
FemGui::ViewProviderFemPostPlaneFunction::updateData()
,
FemGui::ViewProviderFemPostSphereFunction::updateData()
,
DraftGui.DraftToolBar::updateSnapper()
,
Gui::ViewProviderDragger::updateTransform()
,
DrawSketchHandlerLineSet::updateTransitionData()
,
DraftGui.DraftToolBar::validatePoint()
,
Gui::PropertyEditor::PropertyPlacementItem::value()
,
MeshGui::ViewProviderMeshTransformDemolding::valueChangedCallback()
,
Path::PathSegmentWalker::walk()
,
Points::PlyWriter::write()
,
Points::PcdWriter::write()
,
CDxfWrite::writeAngularDimBlock()
,
CDxfWrite::writeDiametricDimBlock()
,
PartGui::DlgExtrusion::writeParametersToFeature()
, and
CDxfWrite::writeRadialDimBlock()
.
β
z
template<class _Precision >
_Precision
Base::Vector3
< _Precision >::z
z-coordinate
Referenced by
PartGui::DlgRevolution::accept()
,
ReenGui::FitBSplineSurfaceWidget::accept()
,
PartGui::TaskDlgAttacher::accept()
,
CmdSketcherConstrainAngle::activated()
,
Mod.PartDesign.Scripts.FilletArc.Vector::add()
,
Base::InventorBuilder::addBoundingBox()
,
Mesh::MeshPy::addFacet()
,
MeshCore::MeshFastBuilder::AddFacet()
,
Points::PointsGrid::AddPoint()
,
MeshCore::MeshPointGrid::AddPoint()
,
Points::PointsPy::addPoints()
,
Gui::SelectionSingleton::addSelection()
,
Base::Builder3D::addSingleArrow()
,
Base::InventorBuilder::addSingleArrow()
,
Base::Builder3D::addSingleLine()
,
Base::InventorBuilder::addSingleLine()
,
Base::InventorBuilder::addSinglePlane()
,
Base::Builder3D::addSingleTriangle()
,
Base::InventorBuilder::addSingleTriangle()
,
Base::Builder3D::addTransformation()
,
Base::InventorBuilder::addTransformation()
,
MeshCore::MeshTopoAlgorithm::AdjustEdgesToCurvatureDirection()
,
CmdSketcherConstrainAngle::applyConstraint()
,
FemGui::ViewProviderFemMesh::applyDisplacementToNodes()
,
Part::BSplineSurfacePy::approximate()
,
automotive_design.revolved_area_solid::axis_line()
,
automotive_design.surface_of_revolution::axis_line()
,
automotive_design.revolved_face_solid::axis_line()
,
ifc4.ifcrevolvedareasolid::axisdirectioninxy()
,
ifc2x3.ifcsurfaceofrevolution::axisline()
,
ifc4.ifcsurfaceofrevolution::axisline()
,
ifc2x3.ifcrevolvedareasolid::axisline()
,
ifc4.ifcrevolvedareasolid::axisline()
,
PathScripts.PathDressupHoldingTags.Tag::bottom()
,
Part::BSplineCurvePy::buildFromPoles()
,
Part::BSplineCurvePy::buildFromPolesMultsKnots()
,
Part::BSplineSurfacePy::buildFromPolesMultsKnots()
,
TechDraw::CenterLine::calcEndPoints2Points()
,
MeshGui::ViewProviderMeshTransformDemolding::calcNormalVector()
,
Attacher::AttachEngine3D::calculateAttachedPlacement()
,
Attacher::AttachEngineLine::calculateAttachedPlacement()
,
TechDraw::CenterLine::CenterLine()
,
MeshCore::MeshGeomFacet::CenterOfCircumCircle()
,
MeshCore::MeshGeomFacet::CenterOfInscribedCircle()
,
DraftGui.DraftToolBar::changeAngleValue()
,
DraftGui.DraftToolBar::changeZValue()
,
MeshCore::MeshGrid::CheckPosition()
,
DraftGui.DraftToolBar::checkSpecialChars()
,
PathScripts.PathDressupTag.TagSolid::cloneAt()
,
Part::ParabolaPy::compute()
,
Part::Extrusion::computeFinalParameters()
,
MeshCore::MeshCurvature::ComputePerVertex()
,
TechDraw::CosmeticEdge::CosmeticEdge()
,
Import::ExportOCAF::createNode()
,
PathScripts.PathDressupHoldingTags.Tag::createSolidsAt()
,
Mod.PartDesign.Scripts.FilletArc.Vector::cross()
,
cSimTool::cSimTool()
,
MeshCore::MeshInfo::DetailedEdgeInfo()
,
TechDraw::DrawViewDetail::detailExec()
,
Base::CoordinateSystem::displacement()
,
MeshCore::MeshGeomFacet::DistanceToLineSegment()
,
MeshCore::MeshGeomFacet::DistanceToPoint()
,
Mod.PartDesign.Scripts.FilletArc.Vector::dot()
,
SketcherGui::ViewProviderSketch::drawConstraintIcons()
,
TechDraw::GeometryUtils::edgeFromGeneric()
,
Drawing::ProjectionAlgos::execute()
,
PartDesign::Hole::execute()
,
Part::Mirroring::execute()
,
PartDesign::Pocket::execute()
,
PartDesign::Pad::execute()
,
Import::ImpExpDxfWrite::exportAngularDim()
,
Import::ImpExpDxfWrite::exportDiametricDim()
,
Import::ImpExpDxfWrite::exportLinearDim()
,
Import::ImpExpDxfWrite::exportRadialDim()
,
Import::ImpExpDxfWrite::exportText()
,
Mesh::Facet::Facet()
,
Fem::FemPostDataAlongLineFilter::FemPostDataAlongLineFilter()
,
Sketcher::SketchObject::fillet()
,
MeshCoreFit::CylinderFit::findBestSolDirection()
,
MeshCore::CylinderFit::Fit()
,
PartDesignGui::fixSketchSupport()
,
VisualPathSegmentVisitor::g38()
,
Part::GeomLine::GeomLine()
,
PartDesign::ProfileBased::getAxis()
,
Fem::Constraint::getBasePoint()
,
Part::BSplineCurvePy::getCardinalSplineTangents()
,
TechDraw::DrawViewSection::getCSFromBase()
,
Path::Toolpath::getCycleTime()
,
MeshCoreFit::CylinderFit::GetDistanceToCylinder()
,
MeshCoreFit::SphereFit::GetDistanceToSphere()
,
Mesh::MeshObject::getEigenSystem()
,
MeshCore::MeshKernel::GetGravityPoint()
,
MeshCore::CylinderFit::GetInitialAxisFromNormals()
,
MeshCore::PlaneFit::GetLocalPoints()
,
Part::Feature::getLocation()
,
Part::FeatureReference::getLocation()
,
MeshGui::PlaneFitParameter::getParameter()
,
MeshGui::CylinderFitParameter::getParameter()
,
Mesh::MeshObject::getPoint()
,
Mesh::MeshObject::getPointNormal()
,
Mesh::MeshObject::getPointNormals()
,
Mesh::MeshObject::getPoints()
,
TechDraw::DrawViewPart::getProjectionCS()
,
Base::Rotation::getRawValue()
,
PartDesignGui::ViewProviderDatum::getRelevantBoundBox()
,
TechDraw::DrawViewSection::getSectionCS()
,
PartDesign::Mirrored::getTransformations()
,
PartDesign::LinearPattern::getTransformations()
,
PartDesign::PolarPattern::getTransformations()
,
MeshCore::AbstractPolygonTriangulator::GetTransformToFitPlane()
,
Gui::LocationWidget::getUserDirection()
,
Gui::LocationDialog::getUserDirection()
,
Base::Rotation::getValue()
,
TechDraw::getViewAxis()
,
TechDraw::DrawProjGroupItem::getViewAxis()
,
Fem::FemMesh::getVolume()
,
MeshCore::MeshKernel::GetVolume()
,
Base::VectorPy::getz()
,
Base::Matrix4D::Hat()
,
Part::BSplineCurvePy::interpolate()
,
Part::BSplineSurfacePy::interpolate()
,
Mesh::FacetPy::intersect()
,
MeshCore::MeshGeomEdge::IntersectBoundingBox()
,
MeshCore::MeshGeomFacet::IntersectBoundingBox()
,
TechDraw::AOC::intersectsArc()
,
TechDraw::BSpline::intersectsArc()
,
MeshCore::MeshGeomFacet::IntersectWithFacet()
,
MeshCore::MeshGeomFacet::IntersectWithPlane()
,
Gui::ViewVolumeProjection::inverse()
,
cSimTool::isInside()
,
Part::TopoShapePy::isInside()
,
TechDraw::DrawViewPart::isIso()
,
Part::Geom2dConic::isReversed()
,
Part::Geom2dArcOfConic::isReversed()
,
TechDraw::legacyViewAxis1()
,
Mod.PartDesign.Scripts.FilletArc.Vector::length()
,
Points::PointsAlgos::LoadAscii()
,
MeshCore::MeshInput::LoadInventor()
,
MeshCore::MeshInput::LoadPLY()
,
Part::TopoShapeShellPy::makeHalfSpace()
,
Part::TopoShapeFacePy::makeHalfSpace()
,
Base::Rotation::makeRotationByAxes()
,
Part::GeometryPy::mirror()
,
Part::TopoShapePy::mirror()
,
TechDraw::mirrorShapeVec()
,
Base::Matrix4D::move()
,
TechDraw::moveShape()
,
Mod.PartDesign.Scripts.FilletArc.Vector::mult()
,
Mod.PartDesign.Scripts.FilletArc.Vector::norm()
,
MeshPart::MeshAlgos::offsetSpecial()
,
Mesh::MeshObject::offsetSpecial()
,
Gui::Dialog::Transform::on_applyButton_clicked()
,
PathGui::ViewProviderPath::onChanged()
,
Gui::ViewProviderOrigin::onChanged()
,
Fem::FemPostDataAlongLineFilter::onChanged()
,
PathGui::PathSelectionObserver::onSelectionChanged()
,
DrawingGui::orthoview::orthoview()
,
Base::Matrix4D::Outer()
,
MeshCore::PlaneSurfaceFit::Parameters()
,
MeshCore::CylinderSurfaceFit::Parameters()
,
MeshGui::SoFCMeshPickNode::pick()
,
Attacher::AttachEngine::placementFactory()
,
DraftGui.DraftToolBar::pointUi()
,
MeshCore::SurfaceFit::PolynomFit()
,
Points::PointsGrid::Pos()
,
Inspection::MeshInspectGrid::Pos()
,
MeshCore::MeshFacetGrid::Pos()
,
MeshCore::MeshPointGrid::Pos()
,
Points::PointsGrid::Position()
,
MeshCore::MeshGrid::Position()
,
MeshCore::MeshFacetGrid::PosWithCheck()
,
Reen::ParameterCorrection::ProjectControlPointsOnPlane()
,
MeshPart::CurveProjectorShape::projectCurve()
,
MeshPart::CurveProjectorSimple::projectCurve()
,
MeshPart::MeshProjection::projectEdgeToEdge()
,
TechDraw::LandmarkDimension::projectPoint()
,
TechDraw::DrawViewPart::projectPoint()
,
MeshCoreFit::SphereFit::ProjectToSphere()
,
MeshCore::SphereFit::ProjectToSphere()
,
CDxfWrite::putArrow()
,
CDxfWrite::putText()
,
Part::TopoShapeVertexPy::PyInit()
,
Part::ConePy::PyInit()
,
Part::OffsetCurvePy::PyInit()
,
Part::ParabolaPy::PyInit()
,
Part::SurfaceOfExtrusionPy::PyInit()
,
Part::SurfaceOfRevolutionPy::PyInit()
,
Attacher::AttachEngine::readLinks()
,
SketcherGui::ViewProviderSketch::rebuildConstraintsVisual()
,
Sketcher::SketchObject::rebuildExternalGeometry()
,
Path::Toolpath::recalculate()
,
PathGui::ViewProviderPath::recomputeBoundingBox()
,
Part::TopoShapePy::reflectLines()
,
Robot::Robot6AxisPy::representation()
,
Base::AxisPy::representation()
,
Base::PlacementPy::representation()
,
Base::VectorPy::representation()
,
TechDraw::CosmeticVertex::Restore()
,
Part::Box::Restore()
,
TechDraw::Circle::Restore()
,
TechDraw::CenterLine::Restore()
,
TechDraw::AOC::Restore()
,
TechDraw::Vertex::Restore()
,
Part::TopoShapePy::revolve()
,
Part::GeometryPy::rotate()
,
TechDraw::DrawViewSection::rotateCSArbitrary()
,
Base::Vector3< float >::RotateX()
,
Base::Vector3< float >::RotateY()
,
Base::Matrix4D::rotLine()
,
Robot::Robot6Axis::Save()
,
TechDraw::CosmeticVertex::Save()
,
Robot::Waypoint::Save()
,
TechDraw::Circle::Save()
,
TechDraw::CenterLine::Save()
,
TechDraw::AOC::Save()
,
TechDraw::Vertex::Save()
,
App::PropertyPlacement::Save()
,
Part::GeomLine::Save()
,
Part::GeomLineSegment::Save()
,
MeshCore::MeshOutput::SaveAsciiPLY()
,
MeshCore::MeshOutput::SaveAsciiSTL()
,
MeshCore::MeshOutput::SaveBinaryPLY()
,
MeshCore::MeshOutput::SaveBinarySTL()
,
MeshCore::MeshOutput::SaveIDTF()
,
MeshCore::MeshOutput::SaveMeshNode()
,
MeshCore::MeshOutput::SaveNastran()
,
MeshCore::MeshOutput::SaveOBJ()
,
MeshCore::MeshOutput::SaveOFF()
,
Import::ExportOCAF::saveShape()
,
MeshCore::MeshOutput::SaveSMF()
,
MeshCore::MeshOutput::SaveVRML()
,
MeshCore::MeshOutput::SaveX3D()
,
MeshCore::MeshOutput::SaveXML()
,
Base::Matrix4D::scale()
,
Part::TopoShapePy::scale()
,
TechDraw::CenterLine::scaledGeometry()
,
MeshCore::MeshAlgorithm::SearchFacetsFromPolyline()
,
MeshCore::MeshFacetGrid::SearchNearestFromPoint()
,
TechDraw::DrawViewSection::sectionExec()
,
Part::CylinderPy::setCenter()
,
Part::ToroidPy::setCenter()
,
Part::SpherePy::setCenter()
,
Part::ConePy::setCenter()
,
Part::GeomConic::setCenter()
,
Part::GeomArcOfConic::setCenter()
,
PartGui::ViewProviderCrossSections::setCoords()
,
MeshPartGui::ViewProviderCrossSections::setCoords()
,
PartGui::DlgExtrusion::setDir()
,
Gui::LocationWidget::setDirection()
,
Part::SurfaceOfRevolutionPy::setDirection()
,
Part::SurfaceOfExtrusionPy::setDirection()
,
PartGui::DlgRevolution::setDirection()
,
Gui::LocationUi< Ui >::setDirection()
,
Gui::LocationImpUi< Ui >::setDirection()
,
RobotGui::ViewProviderRobotObject::setDragger()
,
Path::Command::setFromPlacement()
,
Base::VectorPy::setLength()
,
Part::GeomLine::setLine()
,
Part::SurfaceOfRevolutionPy::setLocation()
,
Part::GeomConic::setLocation()
,
Part::GeomArcOfConic::setLocation()
,
Part::GeomEllipse::setMajorAxisDir()
,
Part::GeomArcOfEllipse::setMajorAxisDir()
,
Part::GeomArcOfHyperbola::setMajorAxisDir()
,
Part::OffsetCurvePy::setOffsetDirection()
,
Part::TopoShape::setPlacement()
,
Part::BezierSurfacePy::setPole()
,
Part::BezierCurvePy::setPoles()
,
App::PropertyVector::setPyObject()
,
Gui::Dialog::Transform::setTransformStrategy()
,
TechDrawGui::TaskSectionView::setUiEdit()
,
TechDrawGui::TaskSectionView::setUiPrimary()
,
PartDesign::Pipe::setupAlgorithm()
,
MeshCoreFit::SphereFit::setupObservation()
,
MeshCoreFit::CylinderFit::setupObservation()
,
Base::Rotation::setValue()
,
Gui::PropertyEditor::PropertyPlacementItem::setValue()
,
Gui::ManualAlignment::setViewingDirections()
,
Part::GeomArcOfConic::setXAxisDir()
,
Base::VectorPy::setz()
,
MeshGui::ViewProviderMeshOrientation::showDefects()
,
MeshGui::ViewProviderMeshNonManifolds::showDefects()
,
MeshGui::ViewProviderMeshNonManifoldPoints::showDefects()
,
MeshGui::ViewProviderMeshDuplicatedFaces::showDefects()
,
MeshGui::ViewProviderMeshDegenerations::showDefects()
,
MeshGui::ViewProviderMeshDuplicatedPoints::showDefects()
,
MeshGui::ViewProviderMeshIndices::showDefects()
,
MeshGui::ViewProviderMeshFolds::showDefects()
,
MeshGui::ViewProviderMeshNode::showOpenEdges()
,
Part::TopoShape::slice()
,
Part::TopoShape::slices()
,
MeshCore::PlaneFitSmoothing::Smooth()
,
MeshCore::PlaneFitSmoothing::SmoothPoints()
,
importSH3D.SH3DHandler::startElement()
,
Mod.PartDesign.Scripts.FilletArc.Vector::sub()
,
FemGui::TaskPostDataAlongLine::TaskPostDataAlongLine()
,
DraftGui.DraftToolBar::taskUi()
,
Base::Matrix4D::toAxisAngle()
,
Gui::View3DInventorViewer::toggleClippingPlane()
,
Gui::PropertyEditor::PropertyPlacementItem::toolTip()
,
PathScripts.PathDressupHoldingTags.Tag::top()
,
PartGui::Location::toPlacement()
,
TechDraw::DrawUtil::toR3()
,
TechDraw::CosmeticVertex::toString()
,
TechDraw::Circle::toString()
,
TechDraw::CenterLine::toString()
,
TechDraw::AOC::toString()
,
Gui::PropertyEditor::PropertyPlacementItem::toString()
,
Path::Command::transform()
,
MeshCore::SurfaceFit::Transform()
,
PartDesign::Groove::updateAxis()
,
PartDesign::Revolution::updateAxis()
,
RobotGui::ViewProviderRobotObject::updateData()
,
FemGui::ViewProviderFemConstraintForce::updateData()
,
FemGui::ViewProviderFemConstraintPulley::updateData()
,
FemGui::ViewProviderFemConstraintGear::updateData()
,
FemGui::ViewProviderFemConstraintFluidBoundary::updateData()
,
FemGui::ViewProviderFemConstraintTransform::updateData()
,
FemGui::ViewProviderFemPostPlaneFunction::updateData()
,
FemGui::ViewProviderFemPostSphereFunction::updateData()
,
DraftGui.DraftToolBar::updateSnapper()
,
Gui::ViewProviderDragger::updateTransform()
,
DraftGui.DraftToolBar::validatePoint()
,
Gui::PropertyEditor::PropertyPlacementItem::value()
,
MeshGui::ViewProviderMeshTransformDemolding::valueChangedCallback()
,
Path::PathSegmentWalker::walk()
,
ifc2x3.ifcrevolvedareasolid::wr32()
,
Points::PlyWriter::write()
,
Points::PcdWriter::write()
,
CDxfWrite::writeAngularDimBlock()
,
CDxfWrite::writeDiametricDimBlock()
,
PartGui::DlgExtrusion::writeParametersToFeature()
, and
CDxfWrite::writeRadialDimBlock()
.
The documentation for this class was generated from the following files:
src/Base/Vector3D.h
src/Base/Vector3D.cpp
1.8.17
|
====================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifctendontypeenum
List of all members
ifc4.ifctendontypeenum Class Reference
Additional Inherited Members
Public Member Functions inherited from
SCL.ConstructedDataTypes.ENUMERATION
def
get_enum_ids
(self)
The documentation for this class was generated from the following file:
src/Mod/Import/App/ifc4.py
1.8.17
|
======================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
FemGui
AbaqusHighlighter
List of all members
|
Public Member Functions
|
Protected Member Functions
FemGui::AbaqusHighlighter Class Reference
Syntax highlighter for Abaqus.
More...
#include <AbaqusHighlighter.h>
Public Member Functions
AbaqusHighlighter
(
QObject
*parent)
Constructs a syntax highlighter.
More...
virtual
~AbaqusHighlighter
()
Destroys this object.
More...
Public Member Functions inherited from
Gui::SyntaxHighlighter
QColor
color
(const QString &
type
)
int
maximumUserState
() const
void
setColor
(const QString &
type
, const QColor &col)
Sets the color
col
to the paragraph type
type
.
More...
SyntaxHighlighter
(
QObject
*parent)
Constructs a syntax highlighter.
More...
virtual
~SyntaxHighlighter
()
Destroys this object.
More...
Protected Member Functions
void
highlightBlock
(const QString &text)
Protected Member Functions inherited from
Gui::SyntaxHighlighter
QColor
colorByType
(
TColor
type
)
virtual void
colorChanged
(const QString &
type
, const QColor &col)
Additional Inherited Members
Protected Types inherited from
Gui::SyntaxHighlighter
enum
TColor
{
Text
= 0,
Comment
= 1,
BlockComment
= 2,
Number
= 3,
String
= 4,
Keyword
= 5,
Classname
= 6,
Defname
= 7,
Operator
= 8,
Output
= 9,
Error
= 10
}
Detailed Description
Syntax highlighter for Abaqus.
Author
Werner Mayer
Constructor & Destructor Documentation
β
AbaqusHighlighter()
AbaqusHighlighter::AbaqusHighlighter
(
QObject
*
parent
)
Constructs a syntax highlighter.
β
~AbaqusHighlighter()
AbaqusHighlighter::~AbaqusHighlighter
(
)
virtual
Destroys this object.
Member Function Documentation
β
highlightBlock()
void AbaqusHighlighter::highlightBlock
(
const QString &
text
)
protected
References
Gui::SyntaxHighlighter::colorByType()
,
Gui::SyntaxHighlighter::Number
, and
Gui::SyntaxHighlighter::Text
.
The documentation for this class was generated from the following files:
src/Mod/Fem/Gui/AbaqusHighlighter.h
src/Mod/Fem/Gui/AbaqusHighlighter.cpp
1.8.17
|
==================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
IslandAndOffset Member List
This is the complete list of members for
IslandAndOffset
, including all inherited members.
island
IslandAndOffset
island_inners
IslandAndOffset
IslandAndOffset
(const CCurve *Island)
IslandAndOffset
offset
IslandAndOffset
touching_offsets
IslandAndOffset
1.8.17
|
===================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Mod
PartDesign
FeatureHole
TaskHole
TaskHole
List of all members
|
Public Member Functions
|
Public Attributes
|
Static Public Attributes
Mod.PartDesign.FeatureHole.TaskHole.TaskHole Class Reference
Public Member Functions
def
accept
(self)
def
accept
(self)
def
addSelection
(self, document, obj, element, position)
def
buttonDepth
(self, toggle)
def
buttonRef1
(self)
def
buttonRef2
(self)
def
buttonSupport
(self)
def
buttonThru
(self, toggle)
def
checkCounterbore
(self, checked)
def
checkCountersink
(self, checked)
def
checkCustom
(self, checked)
def
checkCustomThreadLength
(self, checked)
def
checkThreaded
(self, checked)
def
comboFinishNorm
(self, index)
def
comboNorm
(self, index)
def
comboNormBoltWasher
(self, index)
def
comboNormDia
(self, index)
def
comboThreadDia
(self, index)
def
comboThreadNorm
(self, index)
def
comboTolerance
(self, index)
def
comboType
(self, index)
def
getMainWindow
(self)
def
getRefText
(self, ref)
def
getStandardButtons
(self)
def
hideFeature
(self)
def
isAllowedAlterDocument
(self)
def
isAllowedAlterSelection
(self)
def
isAllowedAlterView
(self)
def
reject
(self)
def
setupUi
(self)
def
showFeature
(self)
def
spinCounterboreDepth
(self, val)
def
spinCounterboreDiameter
(self, val)
def
spinCountersinkAngle
(self, val)
def
spinDepth
(self, val)
def
spinDiameter
(self, val)
def
spinRef1
(self, val)
def
spinRef2
(self, val)
def
spinThreadLength
(self, val)
def
updateUI
(self)
Public Attributes
extraStandards
feature
form
selectionMode
ui
Static Public Attributes
list
types
= ["Linear", "Coaxial"]
list
typestr
= ["Linear to two lines/planes", "Coaxial to a circle/cylinder"]
Member Function Documentation
β
accept()
[1/2]
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.accept
(
self
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature, and
automotive_design.product_concept_feature_association.feature
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.accept()
.
β
accept()
[2/2]
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.accept
(
self
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.accept()
.
β
addSelection()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.addSelection
(
self
,
document
,
obj
,
element
,
position
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature, and
automotive_design.product_concept_feature_association.feature
.
β
buttonDepth()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonDepth
(
self
,
toggle
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature, and
automotive_design.product_concept_feature_association.feature
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
buttonRef1()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonRef1
(
self
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature,
automotive_design.product_concept_feature_association.feature
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.hideFeature()
,
FemGui::TaskFemConstraint.selectionMode
,
FemGui::TaskCreateNodeSet.selectionMode
,
Gui::SoFCUnifiedSelection.selectionMode
,
Gui::SoFCSelection.selectionMode
, Gui::DAG::Model.selectionMode,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.selectionMode
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.types
, App::Application::FileTypeItem.types, and
importIFClegacy.IfcSchema.types
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
buttonRef2()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonRef2
(
self
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.hideFeature()
,
FemGui::TaskFemConstraint.selectionMode
,
FemGui::TaskCreateNodeSet.selectionMode
,
Gui::SoFCUnifiedSelection.selectionMode
,
Gui::SoFCSelection.selectionMode
, Gui::DAG::Model.selectionMode, and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.selectionMode
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
buttonSupport()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonSupport
(
self
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.hideFeature()
,
FemGui::TaskFemConstraint.selectionMode
,
FemGui::TaskCreateNodeSet.selectionMode
,
Gui::SoFCUnifiedSelection.selectionMode
,
Gui::SoFCSelection.selectionMode
, Gui::DAG::Model.selectionMode, and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.selectionMode
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
buttonThru()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonThru
(
self
,
toggle
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature, and
automotive_design.product_concept_feature_association.feature
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
checkCounterbore()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCounterbore
(
self
,
checked
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature,
automotive_design.product_concept_feature_association.feature
, FemGui::TaskFemConstraintInitialTemperature.updateUI(), FemGui::TaskFemConstraintFixed.updateUI(), FemGui::TaskFemConstraintPlaneRotation.updateUI(), FemGui::TaskFemConstraintPressure.updateUI(), FemGui::TaskFemConstraintContact.updateUI(), FemGui::TaskFemConstraintTemperature.updateUI(), FemGui::TaskFemConstraintForce.updateUI(), FemGui::TaskFemConstraintHeatflux.updateUI(), FemGui::TaskFemConstraintTransform.updateUI(), FemGui::TaskFemConstraintFluidBoundary.updateUI(), FemGui::TaskFemConstraintDisplacement.updateUI(), and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
checkCountersink()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCountersink
(
self
,
checked
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature,
automotive_design.product_concept_feature_association.feature
, FemGui::TaskFemConstraintInitialTemperature.updateUI(), FemGui::TaskFemConstraintFixed.updateUI(), FemGui::TaskFemConstraintPlaneRotation.updateUI(), FemGui::TaskFemConstraintPressure.updateUI(), FemGui::TaskFemConstraintContact.updateUI(), FemGui::TaskFemConstraintTemperature.updateUI(), FemGui::TaskFemConstraintForce.updateUI(), FemGui::TaskFemConstraintHeatflux.updateUI(), FemGui::TaskFemConstraintTransform.updateUI(), FemGui::TaskFemConstraintFluidBoundary.updateUI(), FemGui::TaskFemConstraintDisplacement.updateUI(), and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
checkCustom()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCustom
(
self
,
checked
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature,
automotive_design.product_concept_feature_association.feature
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.form
,
ArchIFCView.IfcContextUI.form
,
drafttaskpanels.task_selectplane.SelectPlaneTaskPanel.form
,
femtaskpanels.task_constraint_initialflowvelocity._TaskPanel.form
,
drafttaskpanels.task_scale.ScaleTaskPanel.form
,
femtaskpanels.task_constraint_flowvelocity._TaskPanel.form
,
femtaskpanels.task_constraint_electrostaticpotential._TaskPanel.form
,
drafttaskpanels.task_shapestring.ShapeStringTaskPanel.form
,
femtaskpanels.task_mesh_gmsh._TaskPanel.form
,
femtaskpanels.task_solver_ccxtools._TaskPanel.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,
femtaskpanels.task_mesh_boundarylayer._TaskPanel.form
,
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form
,
drafttaskpanels.task_polararray.TaskPanelPolarArray.form
,
drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form
,
drafttaskpanels.task_circulararray.TaskPanelCircularArray.form
,
femtaskpanels.task_element_geometry1D._TaskPanel.form
, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.form
,
femtaskpanels.task_material_reinforced._TaskPanel.form
,
DraftGui.DraftTaskPanel.form
,
femtaskpanels.task_material_common._TaskPanel.form
,
femtaskpanels.task_element_fluid1D._TaskPanel.form
,
OpenSCADCommands.AddSCADTask.form
,
OpenSCADCommands.OpenSCADMeshBooleanTask.form
,
ArchSchedule.ArchScheduleTaskPanel.form
,
ArchProfile.ProfileTaskPanel.form
, ArchMaterial._ArchMaterialTaskPanel.form,
ArchReference.ArchReferenceTaskPanel.form
, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form,
DraftGui.DraftToolBar.form
, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.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, FemGui::TaskFemConstraintInitialTemperature.updateUI(), FemGui::TaskFemConstraintFixed.updateUI(), FemGui::TaskFemConstraintPlaneRotation.updateUI(), FemGui::TaskFemConstraintPressure.updateUI(), FemGui::TaskFemConstraintContact.updateUI(), FemGui::TaskFemConstraintTemperature.updateUI(), FemGui::TaskFemConstraintHeatflux.updateUI(), FemGui::TaskFemConstraintForce.updateUI(), FemGui::TaskFemConstraintTransform.updateUI(), FemGui::TaskFemConstraintFluidBoundary.updateUI(), FemGui::TaskFemConstraintDisplacement.updateUI(), and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
checkCustomThreadLength()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCustomThreadLength
(
self
,
checked
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature,
automotive_design.product_concept_feature_association.feature
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.form
,
ArchIFCView.IfcContextUI.form
,
drafttaskpanels.task_selectplane.SelectPlaneTaskPanel.form
,
femtaskpanels.task_constraint_initialflowvelocity._TaskPanel.form
,
drafttaskpanels.task_scale.ScaleTaskPanel.form
,
femtaskpanels.task_constraint_flowvelocity._TaskPanel.form
,
femtaskpanels.task_constraint_electrostaticpotential._TaskPanel.form
,
drafttaskpanels.task_shapestring.ShapeStringTaskPanel.form
,
femtaskpanels.task_mesh_gmsh._TaskPanel.form
,
femtaskpanels.task_solver_ccxtools._TaskPanel.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,
femtaskpanels.task_mesh_boundarylayer._TaskPanel.form
,
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form
,
drafttaskpanels.task_polararray.TaskPanelPolarArray.form
,
drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form
,
drafttaskpanels.task_circulararray.TaskPanelCircularArray.form
,
femtaskpanels.task_element_geometry1D._TaskPanel.form
, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.form
,
femtaskpanels.task_material_reinforced._TaskPanel.form
,
DraftGui.DraftTaskPanel.form
,
femtaskpanels.task_material_common._TaskPanel.form
,
femtaskpanels.task_element_fluid1D._TaskPanel.form
,
OpenSCADCommands.AddSCADTask.form
,
OpenSCADCommands.OpenSCADMeshBooleanTask.form
,
ArchSchedule.ArchScheduleTaskPanel.form
,
ArchProfile.ProfileTaskPanel.form
, ArchMaterial._ArchMaterialTaskPanel.form,
ArchReference.ArchReferenceTaskPanel.form
, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form,
DraftGui.DraftToolBar.form
, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.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, FemGui::TaskFemConstraintInitialTemperature.updateUI(), FemGui::TaskFemConstraintFixed.updateUI(), FemGui::TaskFemConstraintPlaneRotation.updateUI(), FemGui::TaskFemConstraintPressure.updateUI(), FemGui::TaskFemConstraintContact.updateUI(), FemGui::TaskFemConstraintTemperature.updateUI(), FemGui::TaskFemConstraintHeatflux.updateUI(), FemGui::TaskFemConstraintForce.updateUI(), FemGui::TaskFemConstraintTransform.updateUI(), FemGui::TaskFemConstraintFluidBoundary.updateUI(), FemGui::TaskFemConstraintDisplacement.updateUI(), and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
checkThreaded()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkThreaded
(
self
,
checked
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature,
automotive_design.product_concept_feature_association.feature
, FemGui::TaskFemConstraintInitialTemperature.updateUI(), FemGui::TaskFemConstraintFixed.updateUI(), FemGui::TaskFemConstraintPlaneRotation.updateUI(), FemGui::TaskFemConstraintPressure.updateUI(), FemGui::TaskFemConstraintContact.updateUI(), FemGui::TaskFemConstraintTemperature.updateUI(), FemGui::TaskFemConstraintForce.updateUI(), FemGui::TaskFemConstraintHeatflux.updateUI(), FemGui::TaskFemConstraintTransform.updateUI(), FemGui::TaskFemConstraintFluidBoundary.updateUI(), FemGui::TaskFemConstraintDisplacement.updateUI(), and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
comboFinishNorm()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboFinishNorm
(
self
,
index
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature,
automotive_design.product_concept_feature_association.feature
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.form
,
ArchIFCView.IfcContextUI.form
,
drafttaskpanels.task_selectplane.SelectPlaneTaskPanel.form
,
femtaskpanels.task_constraint_initialflowvelocity._TaskPanel.form
,
drafttaskpanels.task_scale.ScaleTaskPanel.form
,
femtaskpanels.task_constraint_flowvelocity._TaskPanel.form
,
femtaskpanels.task_constraint_electrostaticpotential._TaskPanel.form
,
drafttaskpanels.task_shapestring.ShapeStringTaskPanel.form
,
femtaskpanels.task_mesh_gmsh._TaskPanel.form
,
femtaskpanels.task_solver_ccxtools._TaskPanel.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,
femtaskpanels.task_mesh_boundarylayer._TaskPanel.form
,
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form
,
drafttaskpanels.task_polararray.TaskPanelPolarArray.form
,
drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form
,
drafttaskpanels.task_circulararray.TaskPanelCircularArray.form
,
femtaskpanels.task_element_geometry1D._TaskPanel.form
, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.form
,
femtaskpanels.task_material_reinforced._TaskPanel.form
,
DraftGui.DraftTaskPanel.form
,
femtaskpanels.task_material_common._TaskPanel.form
,
femtaskpanels.task_element_fluid1D._TaskPanel.form
,
OpenSCADCommands.AddSCADTask.form
,
OpenSCADCommands.OpenSCADMeshBooleanTask.form
,
ArchSchedule.ArchScheduleTaskPanel.form
,
ArchProfile.ProfileTaskPanel.form
, ArchMaterial._ArchMaterialTaskPanel.form,
ArchReference.ArchReferenceTaskPanel.form
, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form,
DraftGui.DraftToolBar.form
, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.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, FemGui::TaskFemConstraintInitialTemperature.updateUI(), FemGui::TaskFemConstraintFixed.updateUI(), FemGui::TaskFemConstraintPlaneRotation.updateUI(), FemGui::TaskFemConstraintPressure.updateUI(), FemGui::TaskFemConstraintContact.updateUI(), FemGui::TaskFemConstraintTemperature.updateUI(), FemGui::TaskFemConstraintHeatflux.updateUI(), FemGui::TaskFemConstraintForce.updateUI(), FemGui::TaskFemConstraintTransform.updateUI(), FemGui::TaskFemConstraintFluidBoundary.updateUI(), FemGui::TaskFemConstraintDisplacement.updateUI(), and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
comboNorm()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNorm
(
self
,
index
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature,
automotive_design.product_concept_feature_association.feature
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.form
,
ArchIFCView.IfcContextUI.form
,
drafttaskpanels.task_selectplane.SelectPlaneTaskPanel.form
,
femtaskpanels.task_constraint_initialflowvelocity._TaskPanel.form
,
drafttaskpanels.task_scale.ScaleTaskPanel.form
,
femtaskpanels.task_constraint_flowvelocity._TaskPanel.form
,
femtaskpanels.task_constraint_electrostaticpotential._TaskPanel.form
,
drafttaskpanels.task_shapestring.ShapeStringTaskPanel.form
,
femtaskpanels.task_mesh_gmsh._TaskPanel.form
,
femtaskpanels.task_solver_ccxtools._TaskPanel.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,
femtaskpanels.task_mesh_boundarylayer._TaskPanel.form
,
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form
,
drafttaskpanels.task_polararray.TaskPanelPolarArray.form
,
drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form
,
drafttaskpanels.task_circulararray.TaskPanelCircularArray.form
,
femtaskpanels.task_element_geometry1D._TaskPanel.form
, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.form
,
femtaskpanels.task_material_reinforced._TaskPanel.form
,
DraftGui.DraftTaskPanel.form
,
femtaskpanels.task_material_common._TaskPanel.form
,
femtaskpanels.task_element_fluid1D._TaskPanel.form
,
OpenSCADCommands.AddSCADTask.form
,
OpenSCADCommands.OpenSCADMeshBooleanTask.form
,
ArchSchedule.ArchScheduleTaskPanel.form
,
ArchProfile.ProfileTaskPanel.form
, ArchMaterial._ArchMaterialTaskPanel.form,
ArchReference.ArchReferenceTaskPanel.form
, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form,
DraftGui.DraftToolBar.form
, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.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, FemGui::TaskFemConstraintInitialTemperature.updateUI(), FemGui::TaskFemConstraintFixed.updateUI(), FemGui::TaskFemConstraintPlaneRotation.updateUI(), FemGui::TaskFemConstraintPressure.updateUI(), FemGui::TaskFemConstraintContact.updateUI(), FemGui::TaskFemConstraintTemperature.updateUI(), FemGui::TaskFemConstraintHeatflux.updateUI(), FemGui::TaskFemConstraintForce.updateUI(), FemGui::TaskFemConstraintTransform.updateUI(), FemGui::TaskFemConstraintFluidBoundary.updateUI(), FemGui::TaskFemConstraintDisplacement.updateUI(), and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
comboNormBoltWasher()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNormBoltWasher
(
self
,
index
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature,
automotive_design.product_concept_feature_association.feature
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.form
,
ArchIFCView.IfcContextUI.form
,
drafttaskpanels.task_selectplane.SelectPlaneTaskPanel.form
,
femtaskpanels.task_constraint_initialflowvelocity._TaskPanel.form
,
drafttaskpanels.task_scale.ScaleTaskPanel.form
,
femtaskpanels.task_constraint_flowvelocity._TaskPanel.form
,
femtaskpanels.task_constraint_electrostaticpotential._TaskPanel.form
,
drafttaskpanels.task_shapestring.ShapeStringTaskPanel.form
,
femtaskpanels.task_mesh_gmsh._TaskPanel.form
,
femtaskpanels.task_solver_ccxtools._TaskPanel.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,
femtaskpanels.task_mesh_boundarylayer._TaskPanel.form
,
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form
,
drafttaskpanels.task_polararray.TaskPanelPolarArray.form
,
drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form
,
drafttaskpanels.task_circulararray.TaskPanelCircularArray.form
,
femtaskpanels.task_element_geometry1D._TaskPanel.form
, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.form
,
femtaskpanels.task_material_reinforced._TaskPanel.form
,
DraftGui.DraftTaskPanel.form
,
femtaskpanels.task_material_common._TaskPanel.form
,
femtaskpanels.task_element_fluid1D._TaskPanel.form
,
OpenSCADCommands.AddSCADTask.form
,
OpenSCADCommands.OpenSCADMeshBooleanTask.form
,
ArchSchedule.ArchScheduleTaskPanel.form
,
ArchProfile.ProfileTaskPanel.form
, ArchMaterial._ArchMaterialTaskPanel.form,
ArchReference.ArchReferenceTaskPanel.form
, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form,
DraftGui.DraftToolBar.form
, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.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, FemGui::TaskFemConstraintInitialTemperature.updateUI(), FemGui::TaskFemConstraintFixed.updateUI(), FemGui::TaskFemConstraintPlaneRotation.updateUI(), FemGui::TaskFemConstraintPressure.updateUI(), FemGui::TaskFemConstraintContact.updateUI(), FemGui::TaskFemConstraintTemperature.updateUI(), FemGui::TaskFemConstraintHeatflux.updateUI(), FemGui::TaskFemConstraintForce.updateUI(), FemGui::TaskFemConstraintTransform.updateUI(), FemGui::TaskFemConstraintFluidBoundary.updateUI(), FemGui::TaskFemConstraintDisplacement.updateUI(), and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
comboNormDia()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNormDia
(
self
,
index
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature,
automotive_design.product_concept_feature_association.feature
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.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
,
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,
femtaskpanels.task_mesh_boundarylayer._TaskPanel.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, Gui::Dialog::PreferenceUiForm.form,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.form
,
femtaskpanels.task_material_reinforced._TaskPanel.form
,
DraftGui.DraftTaskPanel.form
,
femtaskpanels.task_material_common._TaskPanel.form
,
femtaskpanels.task_element_fluid1D._TaskPanel.form
,
OpenSCADCommands.AddSCADTask.form
,
OpenSCADCommands.OpenSCADMeshBooleanTask.form
,
ArchSchedule.ArchScheduleTaskPanel.form
,
ArchProfile.ProfileTaskPanel.form
, ArchMaterial._ArchMaterialTaskPanel.form,
ArchReference.ArchReferenceTaskPanel.form
, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form,
DraftGui.DraftToolBar.form
, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.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, FemGui::TaskFemConstraintInitialTemperature.updateUI(), FemGui::TaskFemConstraintFixed.updateUI(), FemGui::TaskFemConstraintPlaneRotation.updateUI(), FemGui::TaskFemConstraintPressure.updateUI(), FemGui::TaskFemConstraintContact.updateUI(), FemGui::TaskFemConstraintTemperature.updateUI(), FemGui::TaskFemConstraintHeatflux.updateUI(), FemGui::TaskFemConstraintForce.updateUI(), FemGui::TaskFemConstraintTransform.updateUI(), FemGui::TaskFemConstraintFluidBoundary.updateUI(), FemGui::TaskFemConstraintDisplacement.updateUI(), and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
comboThreadDia()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboThreadDia
(
self
,
index
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature,
automotive_design.product_concept_feature_association.feature
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.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
,
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,
femtaskpanels.task_mesh_boundarylayer._TaskPanel.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, Gui::Dialog::PreferenceUiForm.form,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.form
,
femtaskpanels.task_material_reinforced._TaskPanel.form
,
DraftGui.DraftTaskPanel.form
,
femtaskpanels.task_material_common._TaskPanel.form
,
femtaskpanels.task_element_fluid1D._TaskPanel.form
,
OpenSCADCommands.AddSCADTask.form
,
OpenSCADCommands.OpenSCADMeshBooleanTask.form
,
ArchSchedule.ArchScheduleTaskPanel.form
,
ArchProfile.ProfileTaskPanel.form
, ArchMaterial._ArchMaterialTaskPanel.form,
ArchReference.ArchReferenceTaskPanel.form
, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form,
DraftGui.DraftToolBar.form
, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.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, FemGui::TaskFemConstraintInitialTemperature.updateUI(), FemGui::TaskFemConstraintFixed.updateUI(), FemGui::TaskFemConstraintPlaneRotation.updateUI(), FemGui::TaskFemConstraintPressure.updateUI(), FemGui::TaskFemConstraintContact.updateUI(), FemGui::TaskFemConstraintTemperature.updateUI(), FemGui::TaskFemConstraintHeatflux.updateUI(), FemGui::TaskFemConstraintForce.updateUI(), FemGui::TaskFemConstraintTransform.updateUI(), FemGui::TaskFemConstraintFluidBoundary.updateUI(), FemGui::TaskFemConstraintDisplacement.updateUI(), and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
comboThreadNorm()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboThreadNorm
(
self
,
index
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature,
automotive_design.product_concept_feature_association.feature
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.form
,
ArchIFCView.IfcContextUI.form
,
drafttaskpanels.task_selectplane.SelectPlaneTaskPanel.form
,
femtaskpanels.task_constraint_initialflowvelocity._TaskPanel.form
,
drafttaskpanels.task_scale.ScaleTaskPanel.form
,
femtaskpanels.task_constraint_flowvelocity._TaskPanel.form
,
femtaskpanels.task_constraint_electrostaticpotential._TaskPanel.form
,
drafttaskpanels.task_shapestring.ShapeStringTaskPanel.form
,
femtaskpanels.task_mesh_gmsh._TaskPanel.form
,
femtaskpanels.task_solver_ccxtools._TaskPanel.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,
femtaskpanels.task_mesh_boundarylayer._TaskPanel.form
,
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form
,
drafttaskpanels.task_polararray.TaskPanelPolarArray.form
,
drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form
,
drafttaskpanels.task_circulararray.TaskPanelCircularArray.form
,
femtaskpanels.task_element_geometry1D._TaskPanel.form
, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.form
,
femtaskpanels.task_material_reinforced._TaskPanel.form
,
DraftGui.DraftTaskPanel.form
,
femtaskpanels.task_material_common._TaskPanel.form
,
femtaskpanels.task_element_fluid1D._TaskPanel.form
,
OpenSCADCommands.AddSCADTask.form
,
OpenSCADCommands.OpenSCADMeshBooleanTask.form
,
ArchSchedule.ArchScheduleTaskPanel.form
,
ArchProfile.ProfileTaskPanel.form
, ArchMaterial._ArchMaterialTaskPanel.form,
ArchReference.ArchReferenceTaskPanel.form
, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form,
DraftGui.DraftToolBar.form
, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.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, FemGui::TaskFemConstraintInitialTemperature.updateUI(), FemGui::TaskFemConstraintFixed.updateUI(), FemGui::TaskFemConstraintPlaneRotation.updateUI(), FemGui::TaskFemConstraintPressure.updateUI(), FemGui::TaskFemConstraintContact.updateUI(), FemGui::TaskFemConstraintTemperature.updateUI(), FemGui::TaskFemConstraintHeatflux.updateUI(), FemGui::TaskFemConstraintForce.updateUI(), FemGui::TaskFemConstraintTransform.updateUI(), FemGui::TaskFemConstraintFluidBoundary.updateUI(), FemGui::TaskFemConstraintDisplacement.updateUI(), and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
comboTolerance()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboTolerance
(
self
,
index
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature,
automotive_design.product_concept_feature_association.feature
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.form
,
ArchIFCView.IfcContextUI.form
,
drafttaskpanels.task_selectplane.SelectPlaneTaskPanel.form
,
femtaskpanels.task_constraint_initialflowvelocity._TaskPanel.form
,
drafttaskpanels.task_scale.ScaleTaskPanel.form
,
femtaskpanels.task_constraint_flowvelocity._TaskPanel.form
,
femtaskpanels.task_constraint_electrostaticpotential._TaskPanel.form
,
drafttaskpanels.task_shapestring.ShapeStringTaskPanel.form
,
femtaskpanels.task_mesh_gmsh._TaskPanel.form
,
femtaskpanels.task_solver_ccxtools._TaskPanel.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,
femtaskpanels.task_mesh_boundarylayer._TaskPanel.form
,
draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form
,
drafttaskpanels.task_polararray.TaskPanelPolarArray.form
,
drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form
,
drafttaskpanels.task_circulararray.TaskPanelCircularArray.form
,
femtaskpanels.task_element_geometry1D._TaskPanel.form
, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.form
,
femtaskpanels.task_material_reinforced._TaskPanel.form
,
DraftGui.DraftTaskPanel.form
,
femtaskpanels.task_material_common._TaskPanel.form
,
femtaskpanels.task_element_fluid1D._TaskPanel.form
,
OpenSCADCommands.AddSCADTask.form
,
OpenSCADCommands.OpenSCADMeshBooleanTask.form
,
ArchSchedule.ArchScheduleTaskPanel.form
,
ArchProfile.ProfileTaskPanel.form
, ArchMaterial._ArchMaterialTaskPanel.form,
ArchReference.ArchReferenceTaskPanel.form
, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form,
DraftGui.DraftToolBar.form
, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.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, FemGui::TaskFemConstraintInitialTemperature.updateUI(), FemGui::TaskFemConstraintFixed.updateUI(), FemGui::TaskFemConstraintPlaneRotation.updateUI(), FemGui::TaskFemConstraintPressure.updateUI(), FemGui::TaskFemConstraintContact.updateUI(), FemGui::TaskFemConstraintTemperature.updateUI(), FemGui::TaskFemConstraintHeatflux.updateUI(), FemGui::TaskFemConstraintForce.updateUI(), FemGui::TaskFemConstraintTransform.updateUI(), FemGui::TaskFemConstraintFluidBoundary.updateUI(), FemGui::TaskFemConstraintDisplacement.updateUI(), and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
comboType()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboType
(
self
,
index
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature,
automotive_design.product_concept_feature_association.feature
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.types
, App::Application::FileTypeItem.types,
importIFClegacy.IfcSchema.types
, FemGui::TaskFemConstraintInitialTemperature.updateUI(), FemGui::TaskFemConstraintFixed.updateUI(), FemGui::TaskFemConstraintPlaneRotation.updateUI(), FemGui::TaskFemConstraintPressure.updateUI(), FemGui::TaskFemConstraintContact.updateUI(), FemGui::TaskFemConstraintTemperature.updateUI(), FemGui::TaskFemConstraintHeatflux.updateUI(), FemGui::TaskFemConstraintForce.updateUI(), FemGui::TaskFemConstraintTransform.updateUI(), FemGui::TaskFemConstraintFluidBoundary.updateUI(), FemGui::TaskFemConstraintDisplacement.updateUI(), and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
getMainWindow()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.getMainWindow
(
self
)
Referenced by
shipLoadExample.TaskPanel.TaskPanel.accept()
,
shipCreateTank.TaskPanel.TaskPanel.accept()
,
shipCreateWeight.TaskPanel.TaskPanel.accept()
,
shipGZ.TaskPanel.TaskPanel.accept()
,
shipCreateShip.TaskPanel.TaskPanel.accept()
,
plotSave.TaskPanel.TaskPanel.accept()
,
shipCapacityCurve.TaskPanel.TaskPanel.accept()
,
shipAreasCurve.TaskPanel.TaskPanel.accept()
,
shipHydrostatics.TaskPanel.TaskPanel.accept()
,
plotSeries.TaskPanel.TaskPanel.fillStyles()
,
shipAreasCurve.TaskPanel.TaskPanel.initValues()
,
shipHydrostatics.TaskPanel.TaskPanel.initValues()
,
shipOutlineDraw.TaskPanel.TaskPanel.loadSections()
,
plotAxes.TaskPanel.TaskPanel.onAlign()
,
plotLabels.TaskPanel.TaskPanel.onAxesId()
,
plotAxes.TaskPanel.TaskPanel.onAxesId()
,
plotSeries.TaskPanel.TaskPanel.onColor()
,
shipOutlineDraw.TaskPanel.TaskPanel.onCreateButton()
,
plotPositions.TaskPanel.TaskPanel.onData()
,
shipCreateShip.TaskPanel.TaskPanel.onData()
,
shipAreasCurve.TaskPanel.TaskPanel.onData()
,
plotSeries.TaskPanel.TaskPanel.onData()
,
shipHydrostatics.TaskPanel.TaskPanel.onData()
,
shipOutlineDraw.TaskPanel.TaskPanel.onDeleteButton()
,
plotAxes.TaskPanel.TaskPanel.onDims()
,
plotLabels.TaskPanel.TaskPanel.onFontSizes()
,
plotLabels.TaskPanel.TaskPanel.onLabels()
,
plotAxes.TaskPanel.TaskPanel.onNew()
,
plotAxes.TaskPanel.TaskPanel.onOffset()
,
plotSave.TaskPanel.TaskPanel.onPathButton()
,
plotAxes.TaskPanel.TaskPanel.onRemove()
,
plotAxes.TaskPanel.TaskPanel.onScales()
,
shipOutlineDraw.TaskPanel.TaskPanel.onSectionType()
,
shipOutlineDraw.TaskPanel.TaskPanel.onTableItem()
,
shipAreasCurve.TaskPanel.TaskPanel.onUpdate()
,
shipCapacityCurve.TaskPanel.TaskPanel.retranslateUi()
,
shipAreasCurve.TaskPanel.TaskPanel.retranslateUi()
,
shipGZ.TaskPanel.TaskPanel.retranslateUi()
,
shipHydrostatics.TaskPanel.TaskPanel.retranslateUi()
,
shipGZ.TaskPanel.TaskPanel.save()
,
shipAreasCurve.TaskPanel.TaskPanel.save()
,
shipHydrostatics.TaskPanel.TaskPanel.save()
,
shipOutlineDraw.TaskPanel.TaskPanel.saveSections()
,
plotPositions.TaskPanel.TaskPanel.setList()
,
plotSeries.TaskPanel.TaskPanel.setList()
,
shipOutlineDraw.TaskPanel.TaskPanel.setSectionType()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
,
plotSave.TaskPanel.TaskPanel.updateUI()
,
plotPositions.TaskPanel.TaskPanel.updateUI()
,
plotLabels.TaskPanel.TaskPanel.updateUI()
,
plotSeries.TaskPanel.TaskPanel.updateUI()
,
plotAxes.TaskPanel.TaskPanel.updateUI()
,
shipCreateTank.TaskPanel.TaskPanel.widget()
,
shipLoadExample.TaskPanel.TaskPanel.widget()
,
shipCreateWeight.TaskPanel.TaskPanel.widget()
,
shipCapacityCurve.TaskPanel.TaskPanel.widget()
,
plotPositions.TaskPanel.TaskPanel.widget()
,
shipGZ.TaskPanel.TaskPanel.widget()
,
shipCreateShip.TaskPanel.TaskPanel.widget()
,
plotSave.TaskPanel.TaskPanel.widget()
,
plotLabels.TaskPanel.TaskPanel.widget()
,
shipAreasCurve.TaskPanel.TaskPanel.widget()
,
plotSeries.TaskPanel.TaskPanel.widget()
,
plotAxes.TaskPanel.TaskPanel.widget()
,
shipHydrostatics.TaskPanel.TaskPanel.widget()
, and
shipOutlineDraw.TaskPanel.TaskPanel.widget()
.
β
getRefText()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.getRefText
(
self
,
ref
)
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
.
β
getStandardButtons()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.getStandardButtons
(
self
)
β
hideFeature()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.hideFeature
(
self
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature, and
automotive_design.product_concept_feature_association.feature
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonRef1()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonRef2()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonSupport()
, and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.reject()
.
β
isAllowedAlterDocument()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.isAllowedAlterDocument
(
self
)
β
isAllowedAlterSelection()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.isAllowedAlterSelection
(
self
)
β
isAllowedAlterView()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.isAllowedAlterView
(
self
)
β
reject()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.reject
(
self
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature,
automotive_design.product_concept_feature_association.feature
, and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.hideFeature()
.
β
setupUi()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi
(
self
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonDepth()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonRef1()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonRef2()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonSupport()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonThru()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCounterbore()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCountersink()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCustom()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCustomThreadLength()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkThreaded()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboFinishNorm()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNorm()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNormBoltWasher()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNormDia()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboThreadDia()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboThreadNorm()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboTolerance()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboType()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.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_solver_ccxtools._TaskPanel.form
,
femtaskpanels.task_mesh_gmsh._TaskPanel.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,
femtaskpanels.task_mesh_boundarylayer._TaskPanel.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, Gui::Dialog::PreferenceUiForm.form,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.form
,
femtaskpanels.task_material_reinforced._TaskPanel.form
,
DraftGui.DraftTaskPanel.form
,
femtaskpanels.task_material_common._TaskPanel.form
,
femtaskpanels.task_element_fluid1D._TaskPanel.form
,
OpenSCADCommands.AddSCADTask.form
,
OpenSCADCommands.OpenSCADMeshBooleanTask.form
,
ArchSchedule.ArchScheduleTaskPanel.form
,
ArchProfile.ProfileTaskPanel.form
, ArchMaterial._ArchMaterialTaskPanel.form,
ArchReference.ArchReferenceTaskPanel.form
, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form,
DraftGui.DraftToolBar.form
, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.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,
Mod.PartDesign.FeatureHole.HoleGui.HoleGui.getMainWindow()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.getMainWindow()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinCounterboreDepth()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinCounterboreDiameter()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinCountersinkAngle()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinDepth()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinDiameter()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinRef1()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinRef2()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinThreadLength()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.typestr
, FemGui::TaskFemConstraintInitialTemperature.updateUI(), FemGui::TaskFemConstraintFixed.updateUI(), FemGui::TaskFemConstraintPlaneRotation.updateUI(), FemGui::TaskFemConstraintPressure.updateUI(), FemGui::TaskFemConstraintContact.updateUI(), FemGui::TaskFemConstraintTemperature.updateUI(), FemGui::TaskFemConstraintHeatflux.updateUI(), FemGui::TaskFemConstraintForce.updateUI(), FemGui::TaskFemConstraintTransform.updateUI(), FemGui::TaskFemConstraintFluidBoundary.updateUI(), FemGui::TaskFemConstraintDisplacement.updateUI(), and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
.
β
showFeature()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.showFeature
(
self
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature, and
automotive_design.product_concept_feature_association.feature
.
β
spinCounterboreDepth()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinCounterboreDepth
(
self
,
val
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature, and
automotive_design.product_concept_feature_association.feature
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
spinCounterboreDiameter()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinCounterboreDiameter
(
self
,
val
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature, and
automotive_design.product_concept_feature_association.feature
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
spinCountersinkAngle()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinCountersinkAngle
(
self
,
val
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature, and
automotive_design.product_concept_feature_association.feature
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
spinDepth()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinDepth
(
self
,
val
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature,
automotive_design.product_concept_feature_association.feature
, FemGui::TaskFemConstraintInitialTemperature.updateUI(), FemGui::TaskFemConstraintFixed.updateUI(), FemGui::TaskFemConstraintPlaneRotation.updateUI(), FemGui::TaskFemConstraintPressure.updateUI(), FemGui::TaskFemConstraintContact.updateUI(), FemGui::TaskFemConstraintTemperature.updateUI(), FemGui::TaskFemConstraintForce.updateUI(), FemGui::TaskFemConstraintHeatflux.updateUI(), FemGui::TaskFemConstraintTransform.updateUI(), FemGui::TaskFemConstraintFluidBoundary.updateUI(), FemGui::TaskFemConstraintDisplacement.updateUI(), and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
spinDiameter()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinDiameter
(
self
,
val
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature, and
automotive_design.product_concept_feature_association.feature
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
spinRef1()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinRef1
(
self
,
val
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature, and
automotive_design.product_concept_feature_association.feature
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
spinRef2()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinRef2
(
self
,
val
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature, and
automotive_design.product_concept_feature_association.feature
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
spinThreadLength()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinThreadLength
(
self
,
val
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature, and
automotive_design.product_concept_feature_association.feature
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
updateUI()
def Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI
(
self
)
References
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
,
Mod.PartDesign.FeatureHole.FeatureHole.Hole.feature
, App::UpdateElementReferenceExpressionVisitor< P >.feature, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.product_concept_feature_association.feature,
automotive_design.product_concept_feature_association.feature
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.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
,
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,
femtaskpanels.task_mesh_boundarylayer._TaskPanel.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, Gui::Dialog::PreferenceUiForm.form,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.form
,
femtaskpanels.task_material_reinforced._TaskPanel.form
,
DraftGui.DraftTaskPanel.form
,
femtaskpanels.task_material_common._TaskPanel.form
,
femtaskpanels.task_element_fluid1D._TaskPanel.form
,
OpenSCADCommands.AddSCADTask.form
,
OpenSCADCommands.OpenSCADMeshBooleanTask.form
,
ArchSchedule.ArchScheduleTaskPanel.form
,
ArchProfile.ProfileTaskPanel.form
, ArchMaterial._ArchMaterialTaskPanel.form,
ArchReference.ArchReferenceTaskPanel.form
, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form,
DraftGui.DraftToolBar.form
, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.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,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.getRefText()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.types
, App::Application::FileTypeItem.types, and
importIFClegacy.IfcSchema.types
.
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCounterbore()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCountersink()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCustom()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCustomThreadLength()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkThreaded()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboFinishNorm()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNorm()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNormBoltWasher()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNormDia()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboThreadDia()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboThreadNorm()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboTolerance()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboType()
,
plotAxes.TaskPanel.TaskPanel.onAlign()
,
plotLabels.TaskPanel.TaskPanel.onAxesId()
,
plotAxes.TaskPanel.TaskPanel.onAxesId()
,
plotSeries.TaskPanel.TaskPanel.onColor()
,
plotPositions.TaskPanel.TaskPanel.onData()
,
plotSeries.TaskPanel.TaskPanel.onData()
,
plotAxes.TaskPanel.TaskPanel.onDims()
,
plotLabels.TaskPanel.TaskPanel.onFontSizes()
,
plotPositions.TaskPanel.TaskPanel.onItem()
,
plotSeries.TaskPanel.TaskPanel.onItem()
,
plotLabels.TaskPanel.TaskPanel.onLabels()
,
plotPositions.TaskPanel.TaskPanel.onMdiArea()
,
plotSave.TaskPanel.TaskPanel.onMdiArea()
,
plotLabels.TaskPanel.TaskPanel.onMdiArea()
,
plotSeries.TaskPanel.TaskPanel.onMdiArea()
,
plotAxes.TaskPanel.TaskPanel.onMdiArea()
,
plotAxes.TaskPanel.TaskPanel.onNew()
,
plotAxes.TaskPanel.TaskPanel.onOffset()
,
plotSeries.TaskPanel.TaskPanel.onRemove()
,
plotAxes.TaskPanel.TaskPanel.onRemove()
,
plotAxes.TaskPanel.TaskPanel.onScales()
,
PathScripts.PathToolBitEdit.ToolBitEditor.refresh()
,
PathScripts.PathToolEdit.ToolEditor.refresh()
,
PathScripts.PathDressupZCorrect.TaskPanel.setFields()
,
PathScripts.PathSetupSheetGui.OpsDefaultEditor.setFields()
,
PathScripts.PathSetupSheetGui.GlobalEditor.setFields()
,
PathScripts.PathDressupDogbone.TaskPanel.setFields()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
,
PathScripts.PathToolBitEdit.ToolBitEditor.setupUI()
,
PathScripts.PathToolEdit.ToolEditor.setupUI()
,
PathScripts.PathSetupSheetGui.OpsDefaultEditor.setupUi()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinDepth()
,
PathScripts.PathDressupZCorrect.TaskPanel.updateModel()
,
PathScripts.PathSetupSheetGui.OpsDefaultEditor.updateModel()
,
PathScripts.PathSetupSheetGui.GlobalEditor.updateModel()
,
PathScripts.PathDressupDogbone.TaskPanel.updateModel()
, and
PathScripts.PathToolEdit.ToolEditor.updateToolType()
.
Member Data Documentation
β
extraStandards
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.extraStandards
β
feature
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.feature
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.accept()
,
Mod.PartDesign.WizardShaft.ShaftFeature.ShaftFeature.addSegment()
,
Mod.PartDesign.WizardShaft.Shaft.Shaft.addSegment()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.addSelection()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonDepth()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonRef1()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonThru()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCounterbore()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCountersink()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCustom()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCustomThreadLength()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkThreaded()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboFinishNorm()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNorm()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNormBoltWasher()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNormDia()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboThreadDia()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboThreadNorm()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboTolerance()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboType()
,
PathScripts.PathPocketShape.Extension.getSubLink()
,
PathScripts.PathPocketShape.Extension.getWire()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.hideFeature()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.reject()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.showFeature()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinCounterboreDepth()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinCounterboreDiameter()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinCountersinkAngle()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinDepth()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinDiameter()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinRef1()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinRef2()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.spinThreadLength()
,
Mod.PartDesign.WizardShaft.Shaft.Shaft.updateConstraint()
,
Mod.PartDesign.WizardShaft.Shaft.Shaft.updateSegment()
, and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
.
β
form
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.form
Referenced by
Mod.PartDesign.WizardShaft.WizardShaft.TaskWizardShaft.accept()
,
PathScripts.PathJobGui.StockEdit.activate()
,
TaskPanel.TaskPanel.addElement()
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel.ANSISizeChanged()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.bestGuessForFilePath()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.browseDefaultFilePath()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.browseDefaultJobTemplate()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.browseOutputFile()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCustom()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCustomThreadLength()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.checkedChanged()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.checkXpos()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.checkYpos()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.checkZpos()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboFinishNorm()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNorm()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNormBoltWasher()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNormDia()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboThreadDia()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboThreadNorm()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboTolerance()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.copyNewTags()
,
PathScripts.PathToolLibraryEditor.EditorPanel.copyTools()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.createItemForBaseModel()
,
PathScripts.PathToolBitGui.ToolBitSelector.createTool()
,
PathScripts.PathToolLibraryEditor.EditorPanel.delete()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.deleteBase()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.deleteBase()
,
PathScripts.PathToolLibraryEditor.EditorPanel.duplicate()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.editorFrame()
,
PathScripts.PathJobGui.StockCreateBoxEdit.editorFrame()
,
PathScripts.PathJobGui.StockCreateCylinderEdit.editorFrame()
,
PathScripts.PathJobGui.StockFromExistingEdit.editorFrame()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.editSelectedTag()
,
PathScripts.PathToolLibraryEditor.EditorPanel.editTool()
,
PathScripts.PathToolLibraryEditor.EditorPanel.exportFile()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.generateNewTags()
,
PathScripts.PathProbeGui.TaskPanelOpPage.getFields()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.getFields()
,
PathScripts.PathHelixGui.TaskPanelOpPage.getFields()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.getFields()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.getFields()
,
PathScripts.PathProfileGui.TaskPanelOpPage.getFields()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.getFields()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.getFields()
,
PathScripts.PathEngraveGui.TaskPanelOpPage.getFields()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.getFields()
,
PathScripts.PathAdaptiveGui.TaskPanelOpPage.getFields()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.getFields()
,
PathScripts.PathSetupSheetGui.GlobalEditor.getFields()
,
PathScripts.PathJobGui.StockCreateBoxEdit.getFields()
,
PathScripts.PathJobGui.StockCreateCylinderEdit.getFields()
,
PathScripts.PathJobGui.StockFromExistingEdit.getFields()
,
PathScripts.PathJobGui.TaskPanel.getFields()
,
PathScripts.PathDressupDogbone.TaskPanel.getFields()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.getFieldsStock()
,
PathScripts.PathProbeGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathHelixGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathProfileGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathEngraveGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathAdaptiveGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.getSignalsForUpdate()
,
PathScripts.PathOpGui.TaskPanelHeightsPage.getSignalsForUpdate()
,
PathScripts.PathOpGui.TaskPanelDepthsPage.getSignalsForUpdate()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.getTags()
,
femsolver.elmer.equations.equation.ViewProxy.getTaskWidget()
,
PathScripts.PathToolBitGui.ToolBitSelector.getTool()
,
PathScripts.PathToolLibraryEditor.EditorPanel.getToolTableByName()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.importBaseGeometry()
,
PathScripts.PathToolLibraryEditor.EditorPanel.importFile()
,
PathScripts.PathOpGui.TaskPanelHeightsPage.initPage()
,
PathScripts.PathOpGui.TaskPanelDepthsPage.initPage()
,
ArchAxis.CommandArchGrid.IsActive()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.itemActivated()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.itemActivated()
,
PathScripts.PathOpGui.TaskPanelBaseLocationPage.itemActivated()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryCancel()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryDelete()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryLoad()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryOpen()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.librarySaveAs()
,
PathScripts.PathDressupTagPreferences.HoldingTagPreferences.loadSettings()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.loadSettings()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.loadStockSettings()
,
PathScripts.PathToolLibraryEditor.EditorPanel.loadTable()
,
PathScripts.PathToolBitGui.ToolBitSelector.loadTool()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.loadToolSettings()
,
PathScripts.PathToolLibraryEditor.EditorPanel.loadToolTables()
,
PathScripts.PathJobGui.TaskPanel.modelMove()
,
PathScripts.PathJobGui.TaskPanel.modelRotate()
,
PathScripts.PathJobGui.TaskPanel.modelSet0()
,
PathScripts.PathToolLibraryEditor.EditorPanel.moveDown()
,
PathScripts.PathToolLibraryEditor.EditorPanel.moveUp()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.open()
,
PathScripts.PathJobGui.TaskPanel.operationDelete()
,
PathScripts.PathJobGui.TaskPanel.operationMoveDown()
,
PathScripts.PathJobGui.TaskPanel.operationMoveUp()
,
PathScripts.PathJobGui.TaskPanel.operationSelect()
,
PathScripts.PathToolEdit.ToolEditorImage.quantityCuttingEdgeAngle()
,
PathScripts.PathToolEdit.ToolEditorDrill.quantityCuttingEdgeAngle()
,
PathScripts.PathToolEdit.ToolEditorImage.quantityCuttingEdgeHeight()
,
PathScripts.PathToolEdit.ToolEditorImage.quantityDiameter()
,
PathScripts.PathToolEdit.ToolEditorImage.quantityFlatRadius()
,
PathScripts.PathToolBitEdit.ToolBitEditor.refresh()
,
PathScripts.PathToolControllerGui.ToolControllerEditor.refresh()
,
PathScripts.PathToolEdit.ToolEditor.refresh()
,
PathScripts.PathJobGui.TaskPanel.refreshStock()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.registerSignalHandlers()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.registerSignalHandlers()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.registerSignalHandlers()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.registerSignalHandlers()
,
PathScripts.PathProfileGui.TaskPanelOpPage.registerSignalHandlers()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.registerSignalHandlers()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.registerSignalHandlers()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.registerSignalHandlers()
,
PathScripts.PathOpGui.TaskPanelBaseLocationPage.registerSignalHandlers()
,
PathScripts.PathOpGui.TaskPanelDepthsPage.registerSignalHandlers()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.renameLibrary()
,
PathScripts.PathToolLibraryEditor.EditorPanel.renameTable()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.restoreSelection()
,
shipLoadExample.TaskPanel.TaskPanel.retranslateUi()
,
plotPositions.TaskPanel.TaskPanel.retranslateUi()
,
plotSave.TaskPanel.TaskPanel.retranslateUi()
,
plotLabels.TaskPanel.TaskPanel.retranslateUi()
,
plotSeries.TaskPanel.TaskPanel.retranslateUi()
,
shipCreateTank.TaskPanel.TaskPanel.retranslateUi()
,
plotAxes.TaskPanel.TaskPanel.retranslateUi()
,
shipCreateWeight.TaskPanel.TaskPanel.retranslateUi()
,
shipCreateShip.TaskPanel.TaskPanel.retranslateUi()
,
shipOutlineDraw.TaskPanel.TaskPanel.retranslateUi()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.saveSettings()
,
PathScripts.PathDressupTagPreferences.HoldingTagPreferences.saveSettings()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.saveStockSettings()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.saveToolsSettings()
,
PathScripts.PathToolBitEdit.ToolBitEditor.selectShape()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.selectTagWithId()
,
PathScripts.PathToolLibraryEditor.EditorPanel.setCurrentToolTableByName()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.setExtensions()
,
PathScripts.PathProbeGui.TaskPanelOpPage.setFields()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.setFields()
,
PathScripts.PathHelixGui.TaskPanelOpPage.setFields()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.setFields()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.setFields()
,
PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage.setFields()
,
PathScripts.PathProfileGui.TaskPanelOpPage.setFields()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.setFields()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.setFields()
,
PathScripts.PathEngraveGui.TaskPanelOpPage.setFields()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.setFields()
,
PathScripts.PathAdaptiveGui.TaskPanelOpPage.setFields()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.setFields()
,
PathScripts.PathDressupZCorrect.TaskPanel.setFields()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.setFields()
,
PathScripts.PathJobGui.StockFromExistingEdit.setFields()
,
PathScripts.PathJobGui.TaskPanel.setFields()
,
PathScripts.PathDressupDogbone.TaskPanel.setFields()
,
ArchMaterial.MultiMaterialDelegate.setModelData()
,
PathScripts.PathProbeGui.TaskPanelOpPage.SetOutputFileName()
,
PathScripts.PathJobGui.TaskPanel.setPostProcessorOutputFile()
,
PathScripts.PathDressupZCorrect.TaskPanel.SetProbePointFileName()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.setProcessorListTooltip()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.setupStock()
,
PathScripts.PathToolBitEdit.ToolBitEditor.setupTool()
,
PathScripts.PathToolEdit.ToolEditorDefault.setupUI()
,
PathScripts.PathToolEdit.ToolEditorImage.setupUI()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
,
PathScripts.PathSetupSheetGui.OpTaskPanel.setupUi()
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel.setupUi()
,
PathScripts.PathToolBitEdit.ToolBitEditor.setupUI()
,
PathScripts.PathToolControllerGui.ToolControllerEditor.setupUi()
,
PathScripts.PathToolBitGui.ToolBitSelector.setupUI()
,
PathScripts.PathToolEdit.ToolEditor.setupUI()
,
PathScripts.PathSetupSheetGui.OpsDefaultEditor.setupUi()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.setupUi()
,
PathScripts.PathSetupSheetGui.GlobalEditor.setupUi()
,
PathScripts.PathToolLibraryEditor.EditorPanel.setupUi()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.setupUi()
,
PathScripts.PathJobGui.StockCreateBoxEdit.setupUi()
,
PathScripts.PathJobGui.StockCreateCylinderEdit.setupUi()
,
PathScripts.PathJobGui.StockFromExistingEdit.setupUi()
,
PathScripts.PathDressupDogbone.TaskPanel.setupUi()
,
PathScripts.PathJobGui.TaskPanel.setupUi()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.showHideExtension()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.tableSelected()
,
PathScripts.PathToolLibraryEditor.EditorPanel.tableSelected()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.toolAdd()
,
PathScripts.PathJobGui.TaskPanel.toolControllerDelete()
,
PathScripts.PathJobGui.TaskPanel.toolControllerEdit()
,
PathScripts.PathJobGui.TaskPanel.toolControllerSelect()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.toolSelect()
,
PathScripts.PathToolLibraryEditor.EditorPanel.toolSelectionChanged()
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel.transferFrom()
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel.transferTo()
,
PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage.updateBase()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.updateBase()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.updateBase()
,
PathScripts.PathDressupDogbone.TaskPanel.updateBoneList()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.updateDefaultPostProcessorToolTip()
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel.updateDressup()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.updateExtraDepth()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateMinTravel()
,
PathScripts.PathToolLibraryEditor.EditorPanel.updateSelection()
,
PathScripts.PathToolBitGui.ToolBitSelector.updateSelection()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.updateSelection()
,
PathScripts.PathOpGui.TaskPanelDepthsPage.updateSelection()
,
PathScripts.PathJobGui.TaskPanel.updateSelection()
,
PathScripts.PathToolBitEdit.ToolBitEditor.updateShape()
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel.updateStockEditor()
,
PathScripts.PathJobGui.TaskPanel.updateStockEditor()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.updateTagsView()
,
PathScripts.PathToolEdit.ToolEditorDefault.updateTool()
,
PathScripts.PathToolBitEdit.ToolBitEditor.updateTool()
,
PathScripts.PathToolEdit.ToolEditor.updateTool()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.updateToolbar()
,
PathScripts.PathToolControllerGui.ToolControllerEditor.updateToolController()
,
PathScripts.PathJobGui.TaskPanel.updateToolController()
,
PathScripts.PathToolBitGui.ToolBitSelector.updateTools()
,
PathScripts.PathJobGui.TaskPanel.updateTooltips()
,
PathScripts.PathToolEdit.ToolEditor.updateToolType()
,
PathScripts.PathToolEdit.ToolEditorDefault.updateUI()
,
PathScripts.PathToolEdit.ToolEditorImage.updateUI()
,
PathScripts.PathToolBitEdit.ToolBitEditor.updateUI()
,
PathScripts.PathToolControllerGui.ToolControllerEditor.updateUi()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
,
PathScripts.PathToolEdit.ToolEditor.updateUI()
,
PathScripts.PathSetupSheetGui.GlobalEditor.updateUI()
,
PathScripts.PathDressupDogbone.TaskPanel.updateUI()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.updateVisibility()
,
PathScripts.PathProfileGui.TaskPanelOpPage.updateVisibility()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.updateVisibility()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.updateWidth()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.updateXpos()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.updateYpos()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateZigZagAngle()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.updateZpos()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.verifyAndUpdateDefaultPostProcessor()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.verifyAndUpdateDefaultPostProcessorWith()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.whenCountChanged()
, and
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.whenTagSelectionChanged()
.
β
selectionMode
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.selectionMode
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonRef1()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonRef2()
, and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonSupport()
.
β
types
list Mod.PartDesign.FeatureHole.TaskHole.TaskHole.types = ["Linear", "Coaxial"]
static
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.buttonRef1()
,
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboType()
, and
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI()
.
β
typestr
list Mod.PartDesign.FeatureHole.TaskHole.TaskHole.typestr = ["Linear to two lines/planes", "Coaxial to a circle/cylinder"]
static
Referenced by
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi()
.
β
ui
Mod.PartDesign.FeatureHole.TaskHole.TaskHole.ui
Referenced by
DraftGui.DraftToolBar.changeEvent()
.
The documentation for this class was generated from the following file:
src/Mod/PartDesign/FeatureHole/TaskHole.py
1.8.17
|
================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
SCL
ConstructedDataTypes
SELECT
List of all members
|
Public Member Functions
SCL.ConstructedDataTypes.SELECT Class Reference
Public Member Functions
def
get_allowed_basic_types
(self)
def
get_allowed_types
(self)
Detailed Description
A select data type has as its domain the union of the domains of the named data types in
its select list. The select data type is a generalization of each of the named data types in its
select list.
Member Function Documentation
β
get_allowed_basic_types()
def SCL.ConstructedDataTypes.SELECT.get_allowed_basic_types
(
self
)
if a select contains some subselect, goes down through the different
sublayers until there is no more
References
SCL.ConstructedDataTypes.SELECT.get_allowed_types()
.
β
get_allowed_types()
def SCL.ConstructedDataTypes.SELECT.get_allowed_types
(
self
)
References SCL.ConstructedDataTypes.SELECT._base_types.
Referenced by
SCL.ConstructedDataTypes.SELECT.get_allowed_basic_types()
.
The documentation for this class was generated from the following file:
src/Mod/Import/App/SCL/ConstructedDataTypes.py
1.8.17
|
====================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
WebGui
WebView
WebGui::WebView Member List
This is the complete list of members for
WebGui::WebView
, including all inherited members.
contextMenuEvent
(QContextMenuEvent *event)
WebGui::WebView
protected
openLinkInExternalBrowser
(const QUrl &)
WebGui::WebView
signal
openLinkInNewWindow
(const QUrl &)
WebGui::WebView
signal
viewSource
(const QUrl &)
WebGui::WebView
signal
WebView
(QWidget *parent=0)
WebGui::WebView
wheelEvent
(QWheelEvent *event)
WebGui::WebView
protected
1.8.17
|
=======================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
document_product_equivalence
automotive_design.document_product_equivalence Member List
This is the complete list of members for
automotive_design.document_product_equivalence
, including all inherited members.
description
automotive_design.document_product_association
description
()
automotive_design.document_product_association
name
automotive_design.document_product_equivalence
product_data_type
automotive_design.document_product_equivalence
related_product
automotive_design.document_product_association
related_product
()
automotive_design.document_product_association
relating_document
automotive_design.document_product_association
relating_document
()
automotive_design.document_product_association
wr1
(self)
automotive_design.document_product_equivalence
wr2
(self)
automotive_design.document_product_equivalence
wr3
(self)
automotive_design.document_product_equivalence
wr4
(self)
automotive_design.document_product_equivalence
1.8.17
|
============================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
config_control_design
global_uncertainty_assigned_context
List of all members
|
Public Member Functions
|
Public Attributes
config_control_design.global_uncertainty_assigned_context Class Reference
Public Member Functions
def
uncertainty
()
Public Member Functions inherited from
config_control_design.representation_context
def
context_identifier
()
def
context_type
()
def
representations_in_context
()
Public Attributes
uncertainty
Public Attributes inherited from
config_control_design.representation_context
context_identifier
context_type
Detailed Description
Entity global_uncertainty_assigned_context definition.
:param uncertainty
:type uncertainty:SET(1,None,'uncertainty_measure_with_unit', scope = schema_scope)
Member Function Documentation
β
uncertainty()
def config_control_design.global_uncertainty_assigned_context.uncertainty
(
)
References config_control_design.global_uncertainty_assigned_context._uncertainty, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.global_uncertainty_assigned_context._uncertainty, automotive_design.global_uncertainty_assigned_context._uncertainty, automotive_design.uncertainty_assigned_representation._uncertainty, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.uncertainty_assigned_representation._uncertainty, and
config_control_design.global_uncertainty_assigned_context.uncertainty
.
Member Data Documentation
β
uncertainty
config_control_design.global_uncertainty_assigned_context.uncertainty
Referenced by
config_control_design.global_uncertainty_assigned_context.uncertainty()
.
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
PartGui
DlgChamferEdges
List of all members
|
Public Member Functions
|
Protected Member Functions
PartGui::DlgChamferEdges Class Reference
#include <DlgFilletEdges.h>
Public Member Functions
DlgChamferEdges
(
Part::FilletBase
*,
QWidget
*parent=0, Qt::WindowFlags fl=0)
~DlgChamferEdges
()
Public Member Functions inherited from
PartGui::DlgFilletEdges
bool
accept
()
DlgFilletEdges
(
FilletType
type
,
Part::FilletBase
*,
QWidget
*parent=0, Qt::WindowFlags fl=0)
~DlgFilletEdges
()
Public Member Functions inherited from
Gui::SelectionObserver
void
attachSelection
()
Attaches to the selection.
More...
bool
blockConnection
(
bool
block)
void
detachSelection
()
Detaches from the selection.
More...
bool
isConnectionAttached
() const
bool
isConnectionBlocked
() const
SelectionObserver
(
bool
attach=true, int resolve=1)
Constructor.
More...
SelectionObserver
(const
Gui::ViewProviderDocumentObject
*vp,
bool
attach=true, int resolve=1)
Constructor.
More...
virtual
~SelectionObserver
()
Protected Member Functions
virtual const char *
getFilletType
() const
Protected Member Functions inherited from
PartGui::DlgFilletEdges
void
changeEvent
(
QEvent
*e)
Sets the strings of the subwidgets using the current language.
More...
void
findShapes
()
void
setupFillet
(const std::vector<
App::DocumentObject
* > &)
Additional Inherited Members
Public Types inherited from
PartGui::DlgFilletEdges
enum
FilletType
{
FILLET
,
CHAMFER
}
Constructor & Destructor Documentation
β
DlgChamferEdges()
DlgChamferEdges::DlgChamferEdges
(
Part::FilletBase
*
chamfer
,
QWidget
*
parent
=
0
,
Qt::WindowFlags
fl
=
0
)
β
~DlgChamferEdges()
DlgChamferEdges::~DlgChamferEdges
(
)
Member Function Documentation
β
getFilletType()
const char * DlgChamferEdges::getFilletType
(
)
const
protected
virtual
Reimplemented from
PartGui::DlgFilletEdges
.
The documentation for this class was generated from the following files:
src/Mod/Part/Gui/DlgFilletEdges.h
src/Mod/Part/Gui/DlgFilletEdges.cpp
1.8.17
|
==========================================================================================================================
Index
Modules Hierarchy
Alphabetical list
QTreeWidgetItem Class Reference
The documentation for this class was generated from the following file:
src/Gui/DlgParameterImp.h
1.8.17
|
===========================================================================================================================
Index
Modules Hierarchy
Alphabetical list
List of all members
|
Public Member Functions
SMDS_MeshVolume Class Reference
#include <SMDS_MeshVolume.hxx>
Public Member Functions
SMDSAbs_ElementType
GetType
() const
Return the type of the current element.
More...
virtual vtkIdType
GetVtkType
() const
Public Member Functions inherited from
SMDS_MeshCell
virtual
bool
ChangeNodes
(const
SMDS_MeshNode
*nodes[], const int nbNodes)=0
SMDS_MeshCell
()
virtual
bool
vtkOrder
(const
SMDS_MeshNode
*[], const int)
virtual
~SMDS_MeshCell
()
Public Member Functions inherited from
SMDS_MeshElement
iterator
begin_nodes
() const
SMDS_ElemIteratorPtr
edgesIterator
() const
Create an iterator which iterate on edges linked with or owned by the element.
More...
virtual SMDS_ElemIteratorPtr
elementsIterator
(SMDSAbs_ElementType
type
) const
iterator
end_nodes
() const
SMDS_ElemIteratorPtr
facesIterator
() const
Create an iterator which iterate on faces linked with or owned by the element.
More...
virtual SMDSAbs_EntityType
GetEntityType
() const =0
virtual SMDSAbs_GeometryType
GetGeomType
() const =0
int
GetID
() const
int
getIdInShape
() const
ShortType
getMeshId
() const
virtual const
SMDS_MeshNode
*
GetNode
(const int ind) const
Return node by its index.
More...
virtual int
GetNodeIndex
(const
SMDS_MeshNode
*node) const
Check if a node belongs to the element.
More...
const
SMDS_MeshNode
*
GetNodeWrap
(const int ind) const
Return node by its index.
More...
LongType
getshapeId
() const
int
getVtkId
() const
virtual SMDS_ElemIteratorPtr
interlacedNodesElemIterator
() const
virtual SMDS_NodeIteratorPtr
interlacedNodesIterator
() const
virtual, redefined in vtkEdge, vtkFace and vtkVolume classes
More...
virtual
bool
IsMediumNode
(const
SMDS_MeshNode
*node) const
virtual
bool
IsPoly
() const
virtual
bool
IsQuadratic
() const
virtual
bool
IsValidIndex
(const int ind) const
Return true if index of node is valid (0 <= ind <
NbNodes()
)
More...
virtual int
NbCornerNodes
() const
Return number of nodes excluding medium ones.
More...
virtual int
NbEdges
() const
Return the number of edges owned by or linked with the current element.
More...
virtual int
NbFaces
() const
Return the number of faces owned by or linked with the current element.
More...
virtual int
NbNodes
() const
Return The number of nodes owned by the current element.
More...
virtual SMDS_NodeIteratorPtr
nodeIterator
() const
SMDS_ElemIteratorPtr
nodesIterator
() const
Create an iterator which iterate on nodes owned by the element.
More...
virtual SMDS_NodeIteratorPtr
nodesIteratorToUNV
() const
virtual, redefined in vtkEdge, vtkFace and vtkVolume classes
More...
int
WrappedIndex
(const int ind) const
Return a valid node index, fixing the given one if necessary.
More...
Public Member Functions inherited from
SMDS_MeshObject
virtual
~SMDS_MeshObject
()
Additional Inherited Members
Public Types inherited from
SMDS_MeshElement
typedef
SMDS_StdIterator
< const
SMDS_MeshNode
*, SMDS_ElemIteratorPtr >
iterator
Static Public Member Functions inherited from
SMDS_MeshCell
template<class VECT >
static void
applyInterlace
(const std::vector< int > &interlace, VECT &data)
template<class VECT >
static void
applyInterlaceRev
(const std::vector< int > &interlace, VECT &data)
static const std::vector< int > &
fromVtkOrder
(SMDSAbs_EntityType smdsType)
Return indices to transform cell connectivity from VTK to
SMDS
Usage: smdsIDs[i] = vtkIDs[ indices[ i ]].
More...
static const std::vector< int > &
fromVtkOrder
(VTKCellType vtkType)
Return indices to transform cell connectivity from VTK to
SMDS
Usage: smdsIDs[i] = vtkIDs[ indices[ i ]].
More...
static const std::vector< int > &
interlacedSmdsOrder
(SMDSAbs_EntityType smdsType, const size_t nbNodes=0)
Return indices to set nodes of a quadratic 1D or 2D element in interlaced order Usage: interlacedIDs[i] = smdsIDs[ indices[ i ]].
More...
static const std::vector< int > &
reverseSmdsOrder
(SMDSAbs_EntityType smdsType, const size_t nbNodes=0)
Return indices to reverse an
SMDS
cell of given type. nbNodes is useful for polygons Usage: reverseIDs[i] = forwardIDs[ indices[ i ]].
More...
static SMDSAbs_ElementType
toSmdsType
(SMDSAbs_EntityType entityType)
Return SMDSAbs_ElementType by SMDSAbs_EntityType.
More...
static SMDSAbs_ElementType
toSmdsType
(SMDSAbs_GeometryType geomType)
Return SMDSAbs_ElementType by SMDSAbs_GeometryType.
More...
static SMDSAbs_EntityType
toSmdsType
(VTKCellType vtkType)
Return SMDSAbs_EntityType corresponding to VTKCellType.
More...
static const std::vector< int > &
toVtkOrder
(SMDSAbs_EntityType smdsType)
Return indices to transform cell connectivity from
SMDS
to VTK Usage: vtkIDs[i] = smdsIDs[ indices[ i ]].
More...
static const std::vector< int > &
toVtkOrder
(VTKCellType vtkType)
Return indices to transform cell connectivity from
SMDS
to VTK Usage: vtkIDs[i] = smdsIDs[ indices[ i ]].
More...
static VTKCellType
toVtkType
(SMDSAbs_EntityType vtkType)
Return VTKCellType corresponding to SMDSAbs_EntityType.
More...
Static Public Attributes inherited from
SMDS_MeshCell
static int
nbCells
= 0
Protected Member Functions inherited from
SMDS_MeshCell
void
exchange
(const
SMDS_MeshNode
*nodes[], int a, int b)
Protected Member Functions inherited from
SMDS_MeshElement
virtual void
init
(int id=-1, ShortType meshId=-1, LongType shapeId=0)
virtual void
Print
(std::ostream &OS) const
void
setId
(int id)
void
setIdInShape
(int id)
void
setShapeId
(LongType shapeId)
void
setVtkId
(int vtkId)
SMDS_MeshElement
(int id, ShortType meshId, LongType shapeId=0)
SMDS_MeshElement
(int ID=-1)
Protected Attributes inherited from
SMDS_MeshElement
int
myID
Element index in vector
SMDS_Mesh::myNodes
or
SMDS_Mesh::myCells
.
More...
int
myIdInShape
Element index in
SMESHDS_SubMesh
vector.
More...
ShortType
myMeshId
SMDS_Mesh
identification in
SMESH
.
More...
LongType
myShapeId
SubShape and SubMesh identification in SMESHDS.
More...
int
myVtkID
index in
vtkUnstructuredGrid
More...
Member Function Documentation
β
GetType()
SMDSAbs_ElementType SMDS_MeshVolume::GetType
(
)
const
virtual
Return the type of the current element.
Implements
SMDS_MeshElement
.
Reimplemented in
SMDS_VolumeOfNodes
,
SMDS_VtkVolume
, and
SMDS_PolyhedralVolumeOfNodes
.
β
GetVtkType()
vtkIdType SMDS_MeshVolume::GetVtkType
(
)
const
virtual
Implements
SMDS_MeshElement
.
Reimplemented in
SMDS_VtkVolume
.
The documentation for this class was generated from the following files:
src/3rdParty/salomesmesh/inc/SMDS_MeshVolume.hxx
src/3rdParty/salomesmesh/src/SMDS/SMDS_MeshVolume.cpp
1.8.17
|
==============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcreinforcingbarroleenum
List of all members
ifc2x3.ifcreinforcingbarroleenum Class Reference
Additional Inherited Members
Public Member Functions inherited from
SCL.ConstructedDataTypes.ENUMERATION
def
get_enum_ids
(self)
The documentation for this class was generated from the following file:
src/Mod/Import/App/ifc2x3.py
1.8.17
|
=========================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifcpresentationlayerassignment
ifc4.ifcpresentationlayerassignment Member List
This is the complete list of members for
ifc4.ifcpresentationlayerassignment
, including all inherited members.
applicableitems
(self)
ifc4.ifcpresentationlayerassignment
assigneditems
ifc4.ifcpresentationlayerassignment
assigneditems
()
ifc4.ifcpresentationlayerassignment
description
ifc4.ifcpresentationlayerassignment
description
()
ifc4.ifcpresentationlayerassignment
identifier
ifc4.ifcpresentationlayerassignment
identifier
()
ifc4.ifcpresentationlayerassignment
name
ifc4.ifcpresentationlayerassignment
name
()
ifc4.ifcpresentationlayerassignment
1.8.17
|
=============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PathScripts
PathEngraveBase
Classes
|
Functions
|
Variables
PathScripts.PathEngraveBase Namespace Reference
Classes
class
ObjectOp
Functions
def
translate
(context, text, disambig=None)
Variables
DraftGeomUtils
Function Documentation
β
translate()
def PathScripts.PathEngraveBase.translate
(
context
,
text
,
disambig
=
None
)
Variable Documentation
β
DraftGeomUtils
PathScripts.PathEngraveBase.DraftGeomUtils
1.8.17
|
==============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ClipperLib
LocalMinimum
ClipperLib::LocalMinimum Member List
This is the complete list of members for
ClipperLib::LocalMinimum
, including all inherited members.
LeftBound
ClipperLib::LocalMinimum
RightBound
ClipperLib::LocalMinimum
Y
ClipperLib::LocalMinimum
1.8.17
|
====================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PartGui
DimSelections
DimSelection
List of all members
|
Public Attributes
PartGui::DimSelections::DimSelection Struct Reference
#include <TaskDimension.h>
Public Attributes
std::string
documentName
std::string
objectName
ShapeType
shapeType
std::string
subObjectName
float
x
float
y
float
z
Member Data Documentation
β
documentName
std::string PartGui::DimSelections::DimSelection::documentName
Referenced by
PartGui::TaskMeasureLinear::buildDimension()
,
PartGui::TaskMeasureLinear::onSelectionChanged()
, and
PartGui::TaskMeasureAngular::onSelectionChanged()
.
β
objectName
std::string PartGui::DimSelections::DimSelection::objectName
Referenced by
PartGui::TaskMeasureLinear::buildDimension()
,
PartGui::TaskMeasureLinear::onSelectionChanged()
, and
PartGui::TaskMeasureAngular::onSelectionChanged()
.
β
shapeType
ShapeType
PartGui::DimSelections::DimSelection::shapeType
Referenced by
PartGui::TaskMeasureAngular::onSelectionChanged()
.
β
subObjectName
std::string PartGui::DimSelections::DimSelection::subObjectName
Referenced by
PartGui::TaskMeasureLinear::buildDimension()
,
PartGui::TaskMeasureLinear::onSelectionChanged()
, and
PartGui::TaskMeasureAngular::onSelectionChanged()
.
β
x
float PartGui::DimSelections::DimSelection::x
Referenced by
Mod.PartDesign.Scripts.FilletArc.Vector::add()
,
PathScripts.PathInspect.GCodeEditorDialog::cleanup()
,
Mod.PartDesign.Scripts.FilletArc.Vector::cross()
,
PathScripts.PostUtils.GCodeEditorDialog::done()
,
Mod.PartDesign.Scripts.FilletArc.Vector::dot()
,
Mod.PartDesign.Scripts.FilletArc.Vector::length()
,
Mod.PartDesign.Scripts.FilletArc.Vector::mult()
,
Mod.PartDesign.Scripts.FilletArc.Vector::norm()
,
PartGui::TaskMeasureLinear::onSelectionChanged()
,
PartGui::TaskMeasureAngular::onSelectionChanged()
,
PathScripts.PathDressupHoldingTags.Tag::originAt()
, and
Mod.PartDesign.Scripts.FilletArc.Vector::sub()
.
β
y
float PartGui::DimSelections::DimSelection::y
Referenced by
Mod.PartDesign.Scripts.FilletArc.Vector::add()
,
PathScripts.PathInspect.GCodeEditorDialog::cleanup()
,
Mod.PartDesign.Scripts.FilletArc.Vector::cross()
,
PathScripts.PostUtils.GCodeEditorDialog::done()
,
Mod.PartDesign.Scripts.FilletArc.Vector::dot()
,
Mod.PartDesign.Scripts.FilletArc.Vector::length()
,
Mod.PartDesign.Scripts.FilletArc.Vector::mult()
,
Mod.PartDesign.Scripts.FilletArc.Vector::norm()
,
PartGui::TaskMeasureLinear::onSelectionChanged()
,
PartGui::TaskMeasureAngular::onSelectionChanged()
,
PathScripts.PathDressupHoldingTags.Tag::originAt()
, and
Mod.PartDesign.Scripts.FilletArc.Vector::sub()
.
β
z
float PartGui::DimSelections::DimSelection::z
Referenced by
Mod.PartDesign.Scripts.FilletArc.Vector::add()
,
automotive_design.revolved_area_solid::axis_line()
,
automotive_design.surface_of_revolution::axis_line()
,
automotive_design.revolved_face_solid::axis_line()
,
ifc4.ifcrevolvedareasolid::axisdirectioninxy()
,
ifc2x3.ifcsurfaceofrevolution::axisline()
,
ifc4.ifcsurfaceofrevolution::axisline()
,
ifc2x3.ifcrevolvedareasolid::axisline()
,
ifc4.ifcrevolvedareasolid::axisline()
,
PathScripts.PathDressupHoldingTags.Tag::bottom()
,
PathScripts.PathDressupTag.TagSolid::cloneAt()
,
PathScripts.PathDressupHoldingTags.Tag::createSolidsAt()
,
Mod.PartDesign.Scripts.FilletArc.Vector::cross()
,
Mod.PartDesign.Scripts.FilletArc.Vector::dot()
,
Mod.PartDesign.Scripts.FilletArc.Vector::length()
,
Mod.PartDesign.Scripts.FilletArc.Vector::mult()
,
Mod.PartDesign.Scripts.FilletArc.Vector::norm()
,
PartGui::TaskMeasureLinear::onSelectionChanged()
,
PartGui::TaskMeasureAngular::onSelectionChanged()
,
Mod.PartDesign.Scripts.FilletArc.Vector::sub()
,
PathScripts.PathDressupHoldingTags.Tag::top()
, and
ifc2x3.ifcrevolvedareasolid::wr32()
.
The documentation for this struct was generated from the following file:
src/Mod/Part/Gui/TaskDimension.h
1.8.17
|
===========================================================================================================================
Index
Modules Hierarchy
Alphabetical list
triplet Member List
This is the complete list of members for
triplet
, including all inherited members.
d
triplet
distance_to
(triplet const &x) const
triplet
operator[]
(size_t const N) const
triplet
triplet
(value_type a, value_type b, value_type c)
triplet
triplet
(const triplet &x)
triplet
value_type
typedef
triplet
~triplet
()
triplet
1.8.17
|
==============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
App
BackupPolicy
List of all members
|
Public Types
|
Public Member Functions
App::BackupPolicy Class Reference
Public Types
enum
Policy
{
Standard
,
TimeStamp
}
Public Member Functions
void
apply
(const std::string &sourcename, const std::string &targetname)
BackupPolicy
()
void
setDateFormat
(const std::string &fmt)
void
setNumberOfFiles
(int count)
void
setPolicy
(
Policy
p)
void
useBackupExtension
(
bool
on)
~BackupPolicy
()
Member Enumeration Documentation
β
Policy
enum
App::BackupPolicy::Policy
Enumerator
Standard
TimeStamp
Constructor & Destructor Documentation
β
BackupPolicy()
App::BackupPolicy::BackupPolicy
(
)
References
Standard
.
β
~BackupPolicy()
App::BackupPolicy::~BackupPolicy
(
)
Member Function Documentation
β
apply()
void App::BackupPolicy::apply
(
const std::string &
sourcename
,
const std::string &
targetname
)
References
Standard
, and
TimeStamp
.
Referenced by
App::Document::saveToFile()
.
β
setDateFormat()
void App::BackupPolicy::setDateFormat
(
const std::string &
fmt
)
Referenced by
App::Document::saveToFile()
.
β
setNumberOfFiles()
void App::BackupPolicy::setNumberOfFiles
(
int
count
)
Referenced by
App::Document::saveToFile()
.
β
setPolicy()
void App::BackupPolicy::setPolicy
(
Policy
p
)
Referenced by
App::Document::saveToFile()
.
β
useBackupExtension()
void App::BackupPolicy::useBackupExtension
(
bool
on
)
Referenced by
App::Document::saveToFile()
.
The documentation for this class was generated from the following file:
src/App/Document.cpp
1.8.17
|
====================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
kinematic_analysis_result
automotive_design.kinematic_analysis_result Member List
This is the complete list of members for
automotive_design.kinematic_analysis_result
, including all inherited members.
analysed_mechanism
automotive_design.kinematic_analysis_result
analysed_mechanism
()
automotive_design.kinematic_analysis_result
contained_kinematic_results
automotive_design.kinematic_analysis_result
contained_kinematic_results
()
automotive_design.kinematic_analysis_result
wr1
(self)
automotive_design.kinematic_analysis_result
1.8.17
|
=========================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
config_control_design
face_bound
config_control_design.face_bound Member List
This is the complete list of members for
config_control_design.face_bound
, including all inherited members.
bound
config_control_design.face_bound
bound
()
config_control_design.face_bound
name
config_control_design.representation_item
name
()
config_control_design.representation_item
orientation
config_control_design.face_bound
orientation
()
config_control_design.face_bound
wr1
(self)
config_control_design.representation_item
1.8.17
|
============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifclightfixturetypeenum
List of all members
ifc2x3.ifclightfixturetypeenum Class Reference
Additional Inherited Members
Public Member Functions inherited from
SCL.ConstructedDataTypes.ENUMERATION
def
get_enum_ids
(self)
The documentation for this class was generated from the following file:
src/Mod/Import/App/ifc2x3.py
1.8.17
|
=================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
Dialog
TaskTransform
Gui::Dialog::TaskTransform Member List
This is the complete list of members for
Gui::Dialog::TaskTransform
, including all inherited members.
aboutToBeDestroyed
()
Gui::TaskView::TaskDialog
signal
accept
()
Gui::Dialog::TaskTransform
virtual
ButtonPosition
enum name
Gui::TaskView::TaskDialog
buttonPosition
() const
Gui::TaskView::TaskDialog
canClose
() const
Gui::TaskView::TaskDialog
clicked
(int)
Gui::Dialog::TaskTransform
virtual
Content
Gui::TaskView::TaskDialog
protected
emitDestructionSignal
()
Gui::TaskView::TaskDialog
getDialogContent
(void) const
Gui::TaskView::TaskDialog
getDocumentName
() const
Gui::TaskView::TaskDialog
getStandardButtons
() const
Gui::Dialog::TaskTransform
virtual
helpRequested
()
Gui::TaskView::TaskDialog
virtual
isAllowedAlterDocument
(void) const
Gui::TaskView::TaskDialog
virtual
isAllowedAlterSelection
(void) const
Gui::TaskView::TaskDialog
virtual
isAllowedAlterView
(void) const
Gui::TaskView::TaskDialog
virtual
isEscapeButtonEnabled
() const
Gui::TaskView::TaskDialog
modifyStandardButtons
(QDialogButtonBox *)
Gui::TaskView::TaskDialog
virtual
needsFullSpace
() const
Gui::TaskView::TaskDialog
virtual
North
enum value
Gui::TaskView::TaskDialog
open
()
Gui::TaskView::TaskDialog
virtual
pos
Gui::TaskView::TaskDialog
protected
reject
()
Gui::Dialog::TaskTransform
virtual
setButtonPosition
(ButtonPosition p)
Gui::TaskView::TaskDialog
setDocumentName
(const std::string &doc)
Gui::TaskView::TaskDialog
setEscapeButtonEnabled
(bool on)
Gui::TaskView::TaskDialog
setTransformStrategy
(TransformStrategy *ts)
Gui::Dialog::TaskTransform
South
enum value
Gui::TaskView::TaskDialog
TaskDialog
()
Gui::TaskView::TaskDialog
TaskTransform
()
Gui::Dialog::TaskTransform
~TaskDialog
()
Gui::TaskView::TaskDialog
~TaskTransform
()
Gui::Dialog::TaskTransform
1.8.17
|
========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
MeshCore
MeshRemoveNeedles
List of all members
|
Public Member Functions
MeshCore::MeshRemoveNeedles Class Reference
The
MeshRemoveNeedles
class tries to fix degenerations by removing needles.
More...
#include <Degeneration.h>
Public Member Functions
bool
Fixup
()
Removes all facets with an edge smaller than
fMinEdgeLength
without leaving holes or gaps in the mesh.
More...
MeshRemoveNeedles
(
MeshKernel
&rclM, float fMinEdgeLen=0.05f)
Construction.
More...
~MeshRemoveNeedles
()
Destruction.
More...
Public Member Functions inherited from
MeshCore::MeshValidation
MeshValidation
(
MeshKernel
&rclB)
virtual
~MeshValidation
()
Detailed Description
The
MeshRemoveNeedles
class tries to fix degenerations by removing needles.
Needles are triangles where its longest edge is much longer than its shortest edge.
https://graphics.uni-bielefeld.de/publications/vmv01.pdf
See also
MeshFixDegeneratedFacets
MeshFixCaps
Author
Werner Mayer
Constructor & Destructor Documentation
β
MeshRemoveNeedles()
MeshCore::MeshRemoveNeedles::MeshRemoveNeedles
(
MeshKernel
&
rclM
,
float
fMinEdgeLen
=
0.05f
)
Construction.
The
fMinEdgeLen must be in the range of 0.0 and 0.25. It defines the amount of perimeter of a triangle for which the shortest edge is considered for removal.
β
~MeshRemoveNeedles()
MeshCore::MeshRemoveNeedles::~MeshRemoveNeedles
(
)
Destruction.
Member Function Documentation
β
Fixup()
bool
MeshRemoveNeedles::Fixup
(
)
virtual
Removes all facets with an edge smaller than
fMinEdgeLength
without leaving holes or gaps in the mesh.
Implements
MeshCore::MeshValidation
.
References
MeshCore::MeshRefPointToFacets::AddNeighbour()
,
MeshCore::MeshTopoAlgorithm::Cleanup()
,
MeshCore::MeshTopoAlgorithm::CollapseEdge()
,
Base::Distance()
,
MeshCore::MeshFacetIterator::GetIndices()
,
MeshCore::MeshFacetIterator::Init()
,
MeshCore::MeshFacet::INVALID
,
MeshCore::MeshTopoAlgorithm::IsCollapseEdgeLegal()
,
MeshCore::MeshFacetIterator::More()
,
MeshCore::MeshRefPointToFacets::NeighbourPoints()
,
MeshCore::MeshFacetIterator::Next()
,
MeshCore::MeshGeomFacet::Perimeter()
,
MeshCore::MeshRefPointToFacets::RemoveFacet()
,
MeshCore::MeshRefPointToFacets::RemoveNeighbour()
,
MeshCore::MeshPointArray::ResetFlag()
,
MeshCore::MeshPointArray::ResetInvalid()
,
MeshCore::MeshFacetArray::ResetInvalid()
,
MeshCore::MeshFacetIterator::SetFlag()
,
MeshCore::MeshPointArray::SetFlag()
,
MeshCore::MeshFacet::SetInvalid()
, and
MeshCore::MeshPoint::VISIT
.
Referenced by
Mesh::MeshObject::removeNeedles()
.
The documentation for this class was generated from the following files:
src/Mod/Mesh/App/Core/Degeneration.h
src/Mod/Mesh/App/Core/Degeneration.cpp
1.8.17
|
=============================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
kinematic_link_representation_association
List of all members
|
Public Member Functions
|
Public Attributes
automotive_design.kinematic_link_representation_association Class Reference
Public Member Functions
def
representation_relationship_rep_1
()
def
wr1
(self)
def
wr2
(self)
Public Member Functions inherited from
automotive_design.representation_relationship
def
description
()
def
name
()
def
rep_1
()
def
rep_2
()
Public Attributes
context_of_items
representation_relationship_rep_1
Public Attributes inherited from
automotive_design.representation_relationship
description
name
rep_1
rep_2
Detailed Description
Entity kinematic_link_representation_association definition.
:param representation_relationship_rep_1
:type representation_relationship_rep_1:kinematic_link_representation
Member Function Documentation
β
representation_relationship_rep_1()
def automotive_design.kinematic_link_representation_association.representation_relationship_rep_1
(
)
References ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.explicit_procedural_representation_relationship._representation_relationship_rep_1, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.explicit_procedural_shape_representation_relationship._representation_relationship_rep_1, automotive_design.motion_link_relationship._representation_relationship_rep_1, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.mechanical_design_and_draughting_relationship._representation_relationship_rep_1, automotive_design.kinematic_link_representation_association._representation_relationship_rep_1, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.constructive_geometry_representation_relationship._representation_relationship_rep_1, and
automotive_design.kinematic_link_representation_association.representation_relationship_rep_1
.
β
wr1()
def automotive_design.kinematic_link_representation_association.wr1
(
self
)
β
wr2()
def automotive_design.kinematic_link_representation_association.wr2
(
self
)
References 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
β
context_of_items
automotive_design.kinematic_link_representation_association.context_of_items
β
representation_relationship_rep_1
automotive_design.kinematic_link_representation_association.representation_relationship_rep_1
Referenced by
automotive_design.kinematic_link_representation_association.representation_relationship_rep_1()
.
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
ifcvirtualgridintersection
ifc2x3.ifcvirtualgridintersection Member List
This is the complete list of members for
ifc2x3.ifcvirtualgridintersection
, including all inherited members.
intersectingaxes
ifc2x3.ifcvirtualgridintersection
intersectingaxes
()
ifc2x3.ifcvirtualgridintersection
offsetdistances
ifc2x3.ifcvirtualgridintersection
offsetdistances
()
ifc2x3.ifcvirtualgridintersection
1.8.17
|
=========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
App
PropertyInteger
App::PropertyInteger Member List
This is the complete list of members for
App::PropertyInteger
, including all inherited members.
aboutToSetChildValue
(Property &)
App::Property
virtual
aboutToSetValue
(void)
App::Property
protected
virtual
afterRestore
()
App::Property
virtual
BaseClass
()
Base::BaseClass
canonicalPath
(const App::ObjectIdentifier &p) const
App::Property
virtual
Copy
(void) const
App::PropertyInteger
virtual
create
(void)
Base::Persistence
static
destroy
(Property *p)
App::Property
static
dumpToStream
(std::ostream &stream, int compression)
Base::Persistence
encodeAttribute
(const std::string &)
Base::Persistence
static
EvalOnRestore
enum value
App::Property
getClassTypeId
(void)
Base::Persistence
static
getContainer
(void) const
App::Property
getDocumentation
(void) const
App::Property
getEditorName
(void) const
App::PropertyInteger
virtual
getFullName
() const
App::Property
getGroup
(void) const
App::Property
getMemSize
(void) const
App::PropertyInteger
virtual
getName
(void) const
App::Property
getPaths
(std::vector< App::ObjectIdentifier > &paths) const
App::Property
virtual
getPathValue
(const App::ObjectIdentifier &) const
App::PropertyInteger
virtual
getPyObject
(void)
App::PropertyInteger
virtual
getPyPathValue
(const App::ObjectIdentifier &, Py::Object &) const
App::Property
virtual
getStatus
() const
App::Property
getType
(void) const
App::Property
getTypeId
(void) const
Base::Persistence
virtual
getValue
(void) const
App::PropertyInteger
hasSetChildValue
(Property &)
App::Property
virtual
hasSetValue
(void)
App::Property
protected
virtual
Hidden
enum value
App::Property
Immutable
enum value
App::Property
init
(void)
Base::Persistence
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
isReadOnly
() const
App::Property
isSinglePrecision
() const
App::Property
isTouched
(void) const
App::Property
LockDynamic
enum value
App::Property
MaterialEdit
enum value
App::Property
NoMaterialListEdit
enum value
App::Property
NoModify
enum value
App::Property
NoRecompute
enum value
App::Property
onContainerRestored
()
App::Property
virtual
Ordered
enum value
App::Property
Output
enum value
App::Property
PartialTrigger
enum value
App::Property
Paste
(const Property &from)
App::PropertyInteger
virtual
PropDynamic
enum value
App::Property
Property
()
App::Property
PropertyInteger
()
App::PropertyInteger
PropHidden
enum value
App::Property
PropNoPersist
enum value
App::Property
PropNoRecompute
enum value
App::Property
PropOutput
enum value
App::Property
PropReadOnly
enum value
App::Property
PropStaticBegin
enum value
App::Property
PropStaticEnd
enum value
App::Property
PropTransient
enum value
App::Property
purgeTouched
(void)
App::Property
ReadOnly
enum value
App::Property
Restore
(Base::XMLReader &reader)
App::PropertyInteger
virtual
RestoreDocFile
(Reader &)
Base::Persistence
virtual
restoreFromStream
(std::istream &stream)
Base::Persistence
Save
(Base::Writer &writer) const
App::PropertyInteger
virtual
SaveDocFile
(Writer &) const
Base::Persistence
virtual
setContainer
(PropertyContainer *Father)
App::Property
setPathValue
(const App::ObjectIdentifier &path, const boost::any &value)
App::PropertyInteger
virtual
setPyObject
(PyObject *)
App::PropertyInteger
virtual
setReadOnly
(bool readOnly)
App::Property
setSinglePrecision
(bool single)
App::Property
setStatus
(Status pos, bool on)
App::Property
setStatusValue
(unsigned long status)
App::Property
setValue
(long)
App::PropertyInteger
Single
enum value
App::Property
Status
enum name
App::Property
StatusBits
App::Property
protected
testStatus
(Status pos) const
App::Property
touch
()
App::Property
Touched
enum value
App::Property
Transient
enum value
App::Property
User1
enum value
App::Property
User2
enum value
App::Property
User3
enum value
App::Property
User4
enum value
App::Property
verifyPath
(const App::ObjectIdentifier &p) const
App::Property
protected
virtual
~BaseClass
()
Base::BaseClass
virtual
~Property
()
App::Property
virtual
~PropertyInteger
()
App::PropertyInteger
virtual
1.8.17
|
======================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Mod
Test
unittestgui
GUITestResult
List of all members
|
Public Member Functions
|
Public Attributes
Mod.Test.unittestgui.GUITestResult Class Reference
Public Member Functions
def
addError
(self,
test
, err)
def
addFailure
(self,
test
, err)
def
startTest
(self,
test
)
def
stopTest
(self,
test
)
Public Attributes
callback
Detailed Description
A TestResult that makes callbacks to its associated GUI TestRunner.
Used by BaseGUITestRunner. Need not be created directly.
Member Function Documentation
β
addError()
def Mod.Test.unittestgui.GUITestResult.addError
(
self
,
test
,
err
)
References
Mod.Test.unittestgui.GUITestResult.callback
,
qtunittest.GUITestResult.callback
, ArchCommands._SurveyObserver.callback, and
ArchStructure.StructSelectionObserver.callback
.
β
addFailure()
def Mod.Test.unittestgui.GUITestResult.addFailure
(
self
,
test
,
err
)
References
Mod.Test.unittestgui.GUITestResult.callback
,
qtunittest.GUITestResult.callback
, ArchCommands._SurveyObserver.callback, and
ArchStructure.StructSelectionObserver.callback
.
β
startTest()
def Mod.Test.unittestgui.GUITestResult.startTest
(
self
,
test
)
References
Mod.Test.unittestgui.GUITestResult.callback
,
qtunittest.GUITestResult.callback
, ArchCommands._SurveyObserver.callback, and
ArchStructure.StructSelectionObserver.callback
.
β
stopTest()
def Mod.Test.unittestgui.GUITestResult.stopTest
(
self
,
test
)
References
Mod.Test.unittestgui.GUITestResult.callback
,
qtunittest.GUITestResult.callback
, ArchCommands._SurveyObserver.callback, and
ArchStructure.StructSelectionObserver.callback
.
Member Data Documentation
β
callback
Mod.Test.unittestgui.GUITestResult.callback
Referenced by
Mod.Test.unittestgui.GUITestResult.addError()
,
Mod.Test.unittestgui.GUITestResult.addFailure()
,
Mod.Test.unittestgui.GUITestResult.startTest()
, and
Mod.Test.unittestgui.GUITestResult.stopTest()
.
The documentation for this class was generated from the following file:
src/Mod/Test/unittestgui.py
1.8.17
|
============================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PartGui
ViewProviderCylinderParametric
PartGui::ViewProviderCylinderParametric Member List
This is the complete list of members for
PartGui::ViewProviderCylinderParametric
, including all inherited members.
addDisplayMaskMode
(SoNode *node, const char *type)
Gui::ViewProvider
addDynamicProperty
(const char *type, const char *name=0, const char *group=0, const char *doc=0, short attr=0, bool ro=false, bool hidden=false) override
Gui::ViewProviderDocumentObject
virtual
allowOverride
(const App::DocumentObject &) const override
PartGui::ViewProviderPartExt
virtual
AngularDeflection
PartGui::ViewProviderPartExt
applyColor
(const Part::ShapeHistory &hist, const std::vector< App::Color > &colBase, std::vector< App::Color > &colBool)
PartGui::ViewProviderPart
protected
applyTransparency
(const float &transparency, std::vector< App::Color > &colors)
PartGui::ViewProviderPart
protected
attach
(App::DocumentObject *) override
PartGui::ViewProviderPartExt
virtual
BaseClass
()
Base::BaseClass
beforeDelete
()
Gui::ViewProvider
virtual
BoundingBox
Gui::ViewProviderGeometryObject
canAddToSceneGraph
() const
Gui::ViewProvider
virtual
canDelete
(App::DocumentObject *obj) const override
Gui::ViewProviderDocumentObject
virtual
canDragAndDropObject
(App::DocumentObject *) const
Gui::ViewProvider
virtual
canDragObject
(App::DocumentObject *) const
Gui::ViewProvider
virtual
canDragObjects
() const
Gui::ViewProvider
virtual
canDropObject
(App::DocumentObject *) const
Gui::ViewProvider
virtual
canDropObjectEx
(App::DocumentObject *, App::DocumentObject *, const char *, const std::vector< std::string > &) const override
Gui::ViewProviderDocumentObject
virtual
canDropObjects
() const
Gui::ViewProvider
virtual
canRemoveChildrenFromRoot
() const
Gui::ViewProvider
virtual
checkRecursion
(SoNode *)
Gui::ViewProvider
protected
claimChildren
(void) const
Gui::ViewProvider
virtual
claimChildren3D
(void) const
Gui::ViewProvider
virtual
Color
enum value
Gui::ViewProvider
ControlPoints
PartGui::ViewProviderPartExt
convert
(const Base::Matrix4D &rcMatrix)
Gui::ViewProvider
static
convert
(const SbMatrix &sbMat)
Gui::ViewProvider
static
coords
PartGui::ViewProviderPartExt
protected
create
(void)
Base::Persistence
static
csysDragger
Gui::ViewProviderDragger
protected
Cutting
enum value
Gui::ViewProvider
Default
enum value
Gui::ViewProvider
detachFromDocument
() override
Gui::ViewProviderDocumentObject
protected
virtual
Deviation
PartGui::ViewProviderPartExt
DiffuseColor
PartGui::ViewProviderPartExt
DisplayMode
Gui::ViewProviderDocumentObject
doubleClicked
(void)
PartGui::ViewProviderPart
virtual
dragObject
(App::DocumentObject *)
Gui::ViewProvider
virtual
DrawStyle
PartGui::ViewProviderPartExt
dropObject
(App::DocumentObject *)
Gui::ViewProvider
virtual
dropObjectEx
(App::DocumentObject *obj, App::DocumentObject *owner, const char *subname, const std::vector< std::string > &elements)
Gui::ViewProvider
virtual
dumpToStream
(std::ostream &stream, int compression)
Base::Persistence
dynamicProps
App::PropertyContainer
protected
EditMode
enum name
Gui::ViewProvider
encodeAttribute
(const std::string &)
Base::Persistence
static
eventCallback
(void *ud, SoEventCallback *node)
Gui::ViewProvider
static
extensionBegin
()
App::ExtensionContainer
ExtensionContainer
()
App::ExtensionContainer
extensionEnd
()
App::ExtensionContainer
ExtensionIterator
typedef
App::ExtensionContainer
faceset
PartGui::ViewProviderPartExt
protected
findFrontRootOfType
(const SoType &type) const
Gui::ViewProviderDocumentObject
protected
finishEditing
()
Gui::ViewProvider
finishRestoring
()
Gui::ViewProviderDocumentObject
virtual
forceUpdate
(bool enable=true) override
PartGui::ViewProviderPartExt
virtual
getActiveDisplayMode
(void) const
Gui::ViewProvider
getActiveView
() const
Gui::ViewProviderDocumentObject
protected
getAnnotation
(void)
Gui::ViewProvider
getBackRoot
(void) const
Gui::ViewProvider
virtual
getBoundColor
() const
Gui::ViewProviderGeometryObject
protected
virtual
getBoundingBox
(const char *subname=0, bool transform=true, MDIView *view=0) const
Gui::ViewProvider
getChildRoot
(void) const
Gui::ViewProvider
virtual
getClassTypeId
(void)
Base::Persistence
static
getDefaultDisplayMode
() const
Gui::ViewProvider
virtual
getDefaultMode
() const
Gui::ViewProvider
getDetail
(const char *) const override
PartGui::ViewProviderPartExt
virtual
getDetailPath
(const char *subname, SoFullPath *pPath, bool append, SoDetail *&det) const override
Gui::ViewProviderDocumentObject
virtual
getDisplayMaskMode
(const char *type) const
Gui::ViewProvider
getDisplayMaskModes
() const
Gui::ViewProvider
getDisplayModes
(void) const
PartGui::ViewProviderCylinderParametric
virtual
getDocument
() const
Gui::ViewProviderDocumentObject
getDropPrefix
() const
Gui::ViewProvider
virtual
getDynamicPropertyByName
(const char *name) const
App::PropertyContainer
virtual
getDynamicPropertyData
(const Property *prop) const
App::PropertyContainer
getDynamicPropertyNames
() const
App::PropertyContainer
virtual
getEditingMode
() const
Gui::ViewProvider
protected
getEditingView
() const
Gui::ViewProviderDocumentObject
protected
getElement
(const SoDetail *) const override
PartGui::ViewProviderPartExt
virtual
getElementColors
(const char *element=0) const override
PartGui::ViewProviderPartExt
virtual
getElementPicked
(const SoPickedPoint *, std::string &subname) const override
Gui::ViewProviderDocumentObject
virtual
getExtension
(Base::Type, bool derived=true, bool no_except=false) const
App::ExtensionContainer
getExtension
(const std::string &name) const
App::ExtensionContainer
getExtensionByType
(bool no_except=false, bool derived=true) const
App::ExtensionContainer
getExtensionsDerivedFrom
(Base::Type type) const
App::ExtensionContainer
getExtensionsDerivedFromType
() const
App::ExtensionContainer
getFrontRoot
(void) const
Gui::ViewProvider
virtual
getFullName
() const override
Gui::ViewProviderDocumentObject
virtual
getIcon
(void) const
Gui::ViewProvider
virtual
getInventorView
() const
Gui::ViewProviderDocumentObject
protected
getLinkedViewProvider
(std::string *subname=0, bool recursive=false) const
Gui::ViewProviderDocumentObject
virtual
getMDIView
() const
Gui::ViewProvider
virtual
getMemSize
(void) const
App::PropertyContainer
virtual
getModelPoints
(const SoPickedPoint *) const override
PartGui::ViewProviderPartExt
virtual
getModeSwitch
(void) const
Gui::ViewProvider
getNormals
(const TopoDS_Face &theFace, const Handle(Poly_Triangulation)&aPolyTri, TColgp_Array1OfDir &theNormals)
PartGui::ViewProviderPartExt
protected
getObject
(void) const
Gui::ViewProviderDocumentObject
getOverrideMode
()
Gui::ViewProvider
getPickedPoint
(const SbVec2s &pos, const View3DInventorViewer &viewer) const
Gui::ViewProviderGeometryObject
getPickedPoints
(const SbVec2s &pos, const View3DInventorViewer &viewer, bool pickAll=false) const
Gui::ViewProviderGeometryObject
getPointOnRay
(const SbVec2s &pos, const View3DInventorViewer *viewer) const
Gui::ViewProvider
protected
getPointOnRay
(const SbVec3f &pos, const SbVec3f &dir, const View3DInventorViewer *viewer) const
Gui::ViewProvider
protected
getPropertyByName
(const char *name) const override
App::ExtensionContainer
virtual
getPropertyData
(void) const
App::PropertyContainer
protected
virtual
getPropertyDataPtr
(void)
App::PropertyContainer
protected
static
getPropertyDocumentation
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyDocumentation
(const char *name) const override
App::ExtensionContainer
virtual
getPropertyGroup
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyGroup
(const char *name) const override
App::ExtensionContainer
virtual
getPropertyList
(std::vector< Property * > &List) const override
App::ExtensionContainer
virtual
getPropertyMap
(std::map< std::string, Property * > &Map) const override
App::ExtensionContainer
virtual
getPropertyName
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyPrefix
() const
App::PropertyContainer
getPropertyType
(const Property *prop) const override
App::ExtensionContainer
virtual
getPropertyType
(const char *name) const override
App::ExtensionContainer
virtual
getPyObject
() override
Gui::ViewProviderDocumentObject
virtual
getRoot
(void) const
Gui::ViewProvider
virtual
getSelectionShape
(const char *Element) const override
PartGui::ViewProviderPartExt
virtual
getStatus
() const
Gui::ViewProvider
getTaskViewContent
(std::vector< Gui::TaskView::TaskContent * > &) const override
Gui::ViewProviderDocumentObject
virtual
getTransformNode
() const
Gui::ViewProvider
getTypeId
(void) const
Base::Persistence
virtual
getViewOfNode
(SoNode *node) const
Gui::ViewProviderDocumentObject
protected
handleChangedPropertyName
(Base::XMLReader &reader, const char *TypeName, const char *PropName)
App::PropertyContainer
protected
virtual
handleChangedPropertyType
(Base::XMLReader &reader, const char *TypeName, Property *prop)
App::PropertyContainer
protected
virtual
hasExtension
(Base::Type, bool derived=true) const
App::ExtensionContainer
hasExtension
(const std::string &name) const
App::ExtensionContainer
hasExtensions
() const
App::ExtensionContainer
hasHiddenMarker
(const char *subname)
Gui::ViewProvider
static
hiddenMarker
()
Gui::ViewProvider
static
hide
(void) override
Gui::ViewProviderDocumentObject
virtual
init
(void)
Base::Persistence
static
initSubclass
(Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr)
Base::BaseClass
protected
static
isAttachedToDocument
() const override
Gui::ViewProviderDocumentObject
protected
virtual
isDerivedFrom
(const Type type) const
Base::BaseClass
isEditing
() const
Gui::ViewProvider
isHidden
(const Property *prop) const
App::PropertyContainer
isHidden
(const char *name) const
App::PropertyContainer
isLinkVisible
() const
Gui::ViewProvider
isReadOnly
(const Property *prop) const
App::PropertyContainer
isReadOnly
(const char *name) const
App::PropertyContainer
isRestoring
()
Gui::ViewProvider
isSelectable
(void) const
Gui::ViewProviderGeometryObject
virtual
isShow
(void) const
Gui::ViewProvider
virtual
isUpdateForced
() const override
PartGui::ViewProviderPartExt
virtual
isUpdatesEnabled
() const
Gui::ViewProvider
isVisible
() const
Gui::ViewProvider
keyPressed
(bool pressed, int key)
Gui::ViewProvider
virtual
Lighting
PartGui::ViewProviderPartExt
LineColor
PartGui::ViewProviderPartExt
LineColorArray
PartGui::ViewProviderPartExt
LineMaterial
PartGui::ViewProviderPartExt
lineset
PartGui::ViewProviderPartExt
protected
LineWidth
PartGui::ViewProviderPartExt
loadParameter
()
PartGui::ViewProviderPartExt
protected
mergeOverlayIcons
(const QIcon &orig) const
Gui::ViewProvider
protected
virtual
mouseButtonPressed
(int button, bool pressed, const SbVec2s &cursorPos, const View3DInventorViewer *viewer)
Gui::ViewProvider
virtual
mouseMove
(const SbVec2s &cursorPos, View3DInventorViewer *viewer)
Gui::ViewProvider
virtual
nodeset
PartGui::ViewProviderPartExt
protected
norm
PartGui::ViewProviderPartExt
protected
NormalsFromUV
PartGui::ViewProviderPartExt
protected
normb
PartGui::ViewProviderPartExt
protected
onBeforeChange
(const App::Property *prop) override
Gui::ViewProviderDocumentObject
protected
virtual
onBeforeChangeProperty
(Document *doc, const Property *prop)
App::TransactionalObject
protected
onChanged
(const App::Property *prop) override
PartGui::ViewProviderPartExt
protected
virtual
onDelete
(const std::vector< std::string > &subNames)
Gui::ViewProvider
virtual
onPropertyStatusChanged
(const App::Property &prop, unsigned long oldStatus) override
Gui::ViewProviderDocumentObject
protected
virtual
OnTopWhenSelected
Gui::ViewProviderDocumentObject
overrideMode
Gui::ViewProvider
protected
partialRender
(const std::vector< std::string > &subelements, bool clear)
Gui::ViewProvider
pcAnnotation
Gui::ViewProvider
protected
pcBoundColor
Gui::ViewProviderGeometryObject
protected
pcBoundingBox
Gui::ViewProviderGeometryObject
protected
pcBoundSwitch
Gui::ViewProviderGeometryObject
protected
pcDocument
Gui::ViewProviderDocumentObject
protected
pcFaceBind
PartGui::ViewProviderPartExt
protected
pcLineBind
PartGui::ViewProviderPartExt
protected
pcLineMaterial
PartGui::ViewProviderPartExt
protected
pcLineStyle
PartGui::ViewProviderPartExt
protected
pcModeSwitch
Gui::ViewProvider
protected
pcObject
Gui::ViewProviderDocumentObject
protected
pcPointBind
PartGui::ViewProviderPartExt
protected
pcPointMaterial
PartGui::ViewProviderPartExt
protected
pcPointStyle
PartGui::ViewProviderPartExt
protected
pcRoot
Gui::ViewProvider
protected
pcShapeMaterial
Gui::ViewProviderGeometryObject
protected
pcTransform
Gui::ViewProvider
protected
PointColor
PartGui::ViewProviderPartExt
PointColorArray
PartGui::ViewProviderPartExt
PointMaterial
PartGui::ViewProviderPartExt
PointSize
PartGui::ViewProviderPartExt
PropertyContainer
()
App::PropertyContainer
pShapeHints
PartGui::ViewProviderPartExt
protected
pyViewObject
Gui::ViewProvider
protected
reattach
(App::DocumentObject *)
Gui::ViewProviderDocumentObject
virtual
registerExtension
(Base::Type extension, App::Extension *ext)
App::ExtensionContainer
reload
()
PartGui::ViewProviderPartExt
removeDynamicProperty
(const char *prop) override
Gui::ViewProviderDocumentObject
virtual
replaceObject
(App::DocumentObject *, App::DocumentObject *) override
Gui::ViewProviderDocumentObject
virtual
Restore
(Base::XMLReader &reader)
Gui::ViewProvider
virtual
RestoreDocFile
(Reader &)
Base::Persistence
virtual
restoreExtensions
(Base::XMLReader &reader)
App::ExtensionContainer
restoreFromStream
(std::istream &stream)
Base::Persistence
Save
(Base::Writer &writer) const override
App::ExtensionContainer
virtual
SaveDocFile
(Writer &) const
Base::Persistence
virtual
saveExtensions
(Base::Writer &writer) const
App::ExtensionContainer
Selectable
Gui::ViewProviderGeometryObject
SelectionStyle
Gui::ViewProviderDocumentObject
setActiveMode
()
Gui::ViewProviderDocumentObject
setDefaultMode
(int)
Gui::ViewProvider
setDisplayMaskMode
(const char *type)
Gui::ViewProvider
setDisplayMode
(const char *ModeName) override
PartGui::ViewProviderPartExt
virtual
setEdit
(int ModNum) override
PartGui::ViewProviderPartExt
protected
virtual
setEditViewer
(View3DInventorViewer *, int ModNum) override
Gui::ViewProviderDragger
protected
virtual
setElementColors
(const std::map< std::string, App::Color > &colors)
Gui::ViewProvider
virtual
setHighlightedEdges
(const std::vector< App::Color > &colors)
PartGui::ViewProviderPartExt
setHighlightedFaces
(const std::vector< App::Color > &colors)
PartGui::ViewProviderPartExt
setHighlightedFaces
(const std::vector< App::Material > &colors)
PartGui::ViewProviderPartExt
setHighlightedPoints
(const std::vector< App::Color > &colors)
PartGui::ViewProviderPartExt
setLinkVisible
(bool)
Gui::ViewProvider
setOverrideMode
(const std::string &mode)
Gui::ViewProvider
virtual
setPropertyPrefix
(const char *prefix)
App::PropertyContainer
setPropertyStatus
(unsigned char bit, bool value)
App::PropertyContainer
setPyObject
(PyObject *)
Base::BaseClass
virtual
setRenderCacheMode
(int)
Gui::ViewProvider
virtual
setSelectable
(bool Selectable=true)
Gui::ViewProviderGeometryObject
protected
setStatus
(ViewStatus pos, bool on)
Gui::ViewProvider
setTransformation
(const Base::Matrix4D &rcMatrix)
Gui::ViewProvider
virtual
setTransformation
(const SbMatrix &rcMatrix)
Gui::ViewProvider
virtual
setupContextMenu
(QMenu *, QObject *, const char *) override
PartGui::ViewProviderPartExt
virtual
setUpdatesEnabled
(bool enable)
Gui::ViewProvider
setVisible
(bool)
Gui::ViewProvider
ShapeColor
Gui::ViewProviderGeometryObject
ShapeMaterial
Gui::ViewProviderGeometryObject
show
(void) override
Gui::ViewProviderDocumentObject
virtual
showBoundingBox
(bool)
Gui::ViewProviderGeometryObject
virtual
ShowInTree
Gui::ViewProviderDocumentObject
showInTree
() const override
Gui::ViewProviderDocumentObject
virtual
signalChangeIcon
Gui::ViewProvider
signalChangeStatusTip
Gui::ViewProvider
signalChangeToolTip
Gui::ViewProvider
sPixmap
Gui::ViewProvider
protected
startEditing
(int ModNum=0) override
Gui::ViewProviderDragger
virtual
startRestoring
()
Gui::ViewProviderDocumentObject
virtual
StatusBits
Gui::ViewProvider
protected
testStatus
(ViewStatus pos) const
Gui::ViewProvider
toString
() const
Gui::ViewProvider
TransactionalObject
(void)
App::TransactionalObject
Transform
enum value
Gui::ViewProvider
Transparency
Gui::ViewProviderGeometryObject
unsetEdit
(int ModNum) override
PartGui::ViewProviderPartExt
protected
virtual
unsetEditViewer
(View3DInventorViewer *) override
Gui::ViewProviderDragger
protected
virtual
unsetHighlightedEdges
()
PartGui::ViewProviderPartExt
unsetHighlightedFaces
()
PartGui::ViewProviderPartExt
unsetHighlightedPoints
()
PartGui::ViewProviderPartExt
update
(const App::Property *) override
Gui::ViewProviderDocumentObject
virtual
updateData
(const App::Property *) override
PartGui::ViewProviderPartExt
virtual
updateTransform
(const Base::Placement &from, SoTransform *to)
Gui::ViewProviderDragger
static
updateView
()
Gui::ViewProviderDocumentObject
updateVisual
()
PartGui::ViewProviderPartExt
protected
useNewSelectionModel
(void) const override
PartGui::ViewProviderPartExt
virtual
ViewProvider
()
Gui::ViewProvider
ViewProviderCylinderParametric
()
PartGui::ViewProviderCylinderParametric
ViewProviderDocumentObject
()
Gui::ViewProviderDocumentObject
ViewProviderDragger
()
Gui::ViewProviderDragger
ViewProviderGeometryObject
()
Gui::ViewProviderGeometryObject
ViewProviderPart
()
PartGui::ViewProviderPart
ViewProviderPartExt
()
PartGui::ViewProviderPartExt
Visibility
Gui::ViewProviderDocumentObject
VisualTouched
PartGui::ViewProviderPartExt
protected
~BaseClass
()
Base::BaseClass
virtual
~ExtensionContainer
()
App::ExtensionContainer
virtual
~PropertyContainer
()
App::PropertyContainer
virtual
~TransactionalObject
()
App::TransactionalObject
virtual
~ViewProvider
()
Gui::ViewProvider
virtual
~ViewProviderCylinderParametric
()
PartGui::ViewProviderCylinderParametric
virtual
~ViewProviderDocumentObject
()
Gui::ViewProviderDocumentObject
virtual
~ViewProviderDragger
()
Gui::ViewProviderDragger
virtual
~ViewProviderGeometryObject
()
Gui::ViewProviderGeometryObject
virtual
~ViewProviderPart
()
PartGui::ViewProviderPart
virtual
~ViewProviderPartExt
()
PartGui::ViewProviderPartExt
virtual
1.8.17
|
====================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PathScripts
PathOpGui
TaskPanelPage
List of all members
|
Public Member Functions
|
Public Attributes
PathScripts.PathOpGui.TaskPanelPage Class Reference
Public Member Functions
def
cleanupPage
(self,
obj
)
def
getFields
(self,
obj
)
def
getForm
(self)
def
getIcon
(self,
obj
)
def
getSignalsForUpdate
(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
setFields
(self,
obj
)
def
setIcon
(self,
icon
)
def
setParent
(self,
parent
)
def
setTitle
(self,
title
)
def
setupCoolant
(self,
obj
, combo)
def
setupToolController
(self,
obj
, combo)
def
updateCoolant
(self,
obj
, combo)
def
updateData
(self,
obj
, prop)
def
updatePanelVisibility
(self,
panelTitle
,
obj
)
def
updateSelection
(self,
obj
, sel)
def
updateToolController
(self,
obj
, combo)
Public Attributes
features
form
icon
isdirty
job
obj
panelTitle
parent
signalDirtyChanged
title
Detailed Description
Base class for all task panel pages.
Member Function Documentation
β
cleanupPage()
def PathScripts.PathOpGui.TaskPanelPage.cleanupPage
(
self
,
obj
)
cleanupPage(obj) ... overwrite to perform any cleanup tasks before page is destroyed.
Can safely be overwritten by subclasses.
Reimplemented in
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage
.
Referenced by
PathScripts.PathOpGui.TaskPanelPage.pageCleanup()
.
β
getFields()
def PathScripts.PathOpGui.TaskPanelPage.getFields
(
self
,
obj
)
getFields(obj) ... overwrite to transfer values from UI to obj's properties.
Can safely be overwritten by subclasses.
Reimplemented in
PathScripts.PathOpGui.TaskPanelDepthsPage
,
PathScripts.PathOpGui.TaskPanelHeightsPage
,
PathScripts.PathOpGui.TaskPanelBaseLocationPage
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage
,
PathScripts.PathAdaptiveGui.TaskPanelOpPage
,
PathScripts.PathEngraveGui.TaskPanelOpPage
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage
,
PathScripts.PathDrillingGui.TaskPanelOpPage
,
PathScripts.PathProfileGui.TaskPanelOpPage
,
PathScripts.PathDeburrGui.TaskPanelOpPage
,
PathScripts.PathHelixGui.TaskPanelOpPage
,
PathScripts.PathSurfaceGui.TaskPanelOpPage
,
PathScripts.PathProbeGui.TaskPanelOpPage
, and
PathScripts.PathWaterlineGui.TaskPanelOpPage
.
Referenced by
PathScripts.PathToolControllerGui.TaskPanel.accept()
,
PathScripts.PathOpGui.TaskPanelPage.pageGetFields()
,
PathScripts.PathSetupSheetGui.OpsDefaultEditor.updateModel()
, and
PathScripts.PathSetupSheetGui.GlobalEditor.updateModel()
.
β
getForm()
def PathScripts.PathOpGui.TaskPanelPage.getForm
(
self
)
getForm() ... return UI form for this page.
Must be overwritten by subclasses.
Reimplemented in
PathScripts.PathOpGui.TaskPanelDepthsPage
,
PathScripts.PathOpGui.TaskPanelHeightsPage
,
PathScripts.PathOpGui.TaskPanelBaseLocationPage
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage
,
PathScripts.PathEngraveGui.TaskPanelOpPage
,
PathScripts.PathDrillingGui.TaskPanelOpPage
,
PathScripts.PathProfileGui.TaskPanelOpPage
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage
,
PathScripts.PathDeburrGui.TaskPanelOpPage
,
PathScripts.PathHelixGui.TaskPanelOpPage
,
PathScripts.PathSurfaceGui.TaskPanelOpPage
,
PathScripts.PathProbeGui.TaskPanelOpPage
,
PathScripts.PathWaterlineGui.TaskPanelOpPage
, and
PathScripts.PathAdaptiveGui.TaskPanelOpPage
.
β
getIcon()
def PathScripts.PathOpGui.TaskPanelPage.getIcon
(
self
,
obj
)
getIcon(obj) ... return icon for page or None.
Can safely be overwritten by subclasses.
References
QSint::ActionBox.icon
,
PathScripts.PathIconViewProvider.ViewProvider.icon
,
Gui::DAG::VertexProperty.icon
, and
PathScripts.PathOpGui.TaskPanelPage.icon
.
β
getSignalsForUpdate()
def PathScripts.PathOpGui.TaskPanelPage.getSignalsForUpdate
(
self
,
obj
)
getSignalsForUpdate(obj) ... return signals which, when triggered, cause the receiver to update the model.
See also registerSignalHandlers(obj)
Can safely be overwritten by subclasses.
Reimplemented in
PathScripts.PathOpGui.TaskPanelDepthsPage
,
PathScripts.PathOpGui.TaskPanelHeightsPage
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage
,
PathScripts.PathSurfaceGui.TaskPanelOpPage
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage
,
PathScripts.PathAdaptiveGui.TaskPanelOpPage
,
PathScripts.PathEngraveGui.TaskPanelOpPage
,
PathScripts.PathDrillingGui.TaskPanelOpPage
,
PathScripts.PathProfileGui.TaskPanelOpPage
,
PathScripts.PathDeburrGui.TaskPanelOpPage
,
PathScripts.PathWaterlineGui.TaskPanelOpPage
,
PathScripts.PathHelixGui.TaskPanelOpPage
, and
PathScripts.PathProbeGui.TaskPanelOpPage
.
Referenced by
PathScripts.PathOpGui.TaskPanelPage.pageRegisterSignalHandlers()
.
β
getTitle()
def PathScripts.PathOpGui.TaskPanelPage.getTitle
(
self
,
obj
)
getTitle(obj) ... return title to be used for the receiver page.
The default implementation returns what was previously set with setTitle(title).
Can safely be overwritten by subclasses.
Reimplemented in
PathScripts.PathOpGui.TaskPanelDepthsPage
,
PathScripts.PathOpGui.TaskPanelHeightsPage
,
PathScripts.PathOpGui.TaskPanelBaseLocationPage
, and
PathScripts.PathOpGui.TaskPanelBaseGeometryPage
.
References
Mod.PartDesign.WizardShaft.ShaftDiagram.Diagram.title
, ArchCutPlane._CutPlaneTaskPanel.title, DrawingGui::OrthoViews.title,
PathScripts.PathOpGui.TaskPanelPage.title
, ArchAxis._AxisTaskPanel.title, ArchRoof._RoofTaskPanel.title,
ArchAxis.AxisSystemTaskPanel.title
, ArchWindow._ArchWindowTaskPanel.title,
ArchSectionPlane.SectionPlaneTaskPanel.title
,
ArchAxis.ArchGridTaskPanel.title
,
ArchComponent.ComponentTaskPanel.title
,
DraftGui.DraftToolBar.title
,
DraftGui.FacebinderTaskPanel.title
, and
ifc2x3.ifcclassificationitem.title
.
β
initPage()
def PathScripts.PathOpGui.TaskPanelPage.initPage
(
self
,
obj
)
initPage(obj) ... overwrite to customize UI for specific model.
Note that this function is invoked after all page controllers have been created.
Should be overwritten by subclasses.
Reimplemented in
PathScripts.PathOpGui.TaskPanelDepthsPage
,
PathScripts.PathOpGui.TaskPanelHeightsPage
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage
,
PathScripts.PathDeburrGui.TaskPanelOpPage
,
PathScripts.PathDrillingGui.TaskPanelOpPage
,
PathScripts.PathProfileGui.TaskPanelOpPage
,
PathScripts.PathWaterlineGui.TaskPanelOpPage
,
PathScripts.PathSurfaceGui.TaskPanelOpPage
, and
PathScripts.PathAdaptiveGui.TaskPanelOpPage
.
β
modifyStandardButtons()
def PathScripts.PathOpGui.TaskPanelPage.modifyStandardButtons
(
self
,
buttonBox
)
modifyStandardButtons(buttonBox) ... overwrite if the task panel standard buttons need to be modified.
Can safely be overwritten by subclasses.
Reimplemented in
PathScripts.PathOpGui.TaskPanelBaseLocationPage
.
β
onDirtyChanged()
def PathScripts.PathOpGui.TaskPanelPage.onDirtyChanged
(
self
,
callback
)
onDirtyChanged(callback) ... set callback when dirty state changes.
References
PathScripts.PathOpGui.TaskPanelPage.signalDirtyChanged
.
β
pageCleanup()
def PathScripts.PathOpGui.TaskPanelPage.pageCleanup
(
self
)
pageCleanup() ... internal callback.
Do not overwrite, implement cleanupPage(obj) instead.
References
PathScripts.PathOpGui.TaskPanelPage.cleanupPage()
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel.obj
,
femtaskpanels.task_element_geometry2D._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_constraint_tie._TaskPanel.obj
,
femtaskpanels.task_element_geometry1D._TaskPanel.obj
,
PathScripts.PathIconViewProvider.ViewProvider.obj
, PathCommands._CommandSelectLoop.obj,
femtaskpanels.task_element_fluid1D._TaskPanel.obj
,
PathScripts.PathDressupRampEntry.ObjectDressup.obj
,
femtaskpanels.task_material_reinforced._TaskPanel.obj
,
PathScripts.PathDressupPathBoundary.DressupPathBoundary.obj
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.obj
,
femtaskpanels.task_material_common._TaskPanel.obj
,
PathScripts.PathDressupLeadInOut.ObjectDressup.obj
,
PathScripts.PathGetPoint.TaskPanel.obj
,
draftguitools.gui_lines.Line.obj
, Gui::ActiveObjectList::ObjectInfo.obj,
draftguitools.gui_wire2spline.WireToBSpline.obj
,
ExpressionCompleterModel::Info.obj
, Import::ImportOCAF2::Info.obj,
PartGui::FaceColors::Private.obj
,
PathScripts.PathJob.ObjectJob.obj
,
PathScripts.PathGui.QuantitySpinBox.obj
,
draftguitools.gui_trimex.Trimex.obj
,
PathScripts.PathJobGui.ViewProvider.obj
,
PathScripts.PathDressupTag.ObjectDressup.obj
, Mod.PartDesign.InvoluteGearFeature._InvoluteGearTaskPanel.obj,
PathScripts.PathDressupAxisMap.ViewProviderDressup.obj
,
draftguitools.gui_base_original.DraftTool.obj
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel.obj
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.obj
, App::Origin::OriginExtension.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.PathDressupZCorrect.ViewProviderDressup.obj
,
PathScripts.PathJobGui.StockEdit.obj
,
PathScripts.PathDressupDogbone.Bone.obj
,
Info.obj
,
PathScripts.PathDressupTagGui.PathDressupTagViewProvider.obj
,
ArchProfile.ProfileTaskPanel.obj
,
ArchSchedule.ArchScheduleTaskPanel.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.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
.
β
pageGetFields()
def PathScripts.PathOpGui.TaskPanelPage.pageGetFields
(
self
)
pageGetFields() ... internal callback.
Do not overwrite, implement getFields(obj) instead.
References
PathScripts.PathHelixGui.TaskPanelOpPage.getFields()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.getFields()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.getFields()
,
PathScripts.PathEngraveGui.TaskPanelOpPage.getFields()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.getFields()
,
PathScripts.PathAdaptiveGui.TaskPanelOpPage.getFields()
,
PathScripts.PathDressupZCorrect.TaskPanel.getFields()
,
PathScripts.PathOpGui.TaskPanelPage.getFields()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.getFields()
,
PathScripts.PathJobGui.StockCreateBoxEdit.getFields()
,
PathScripts.PathJobGui.StockCreateCylinderEdit.getFields()
,
PathScripts.PathJobGui.StockFromExistingEdit.getFields()
, ArchMaterial._ArchMaterialTaskPanel.getFields(),
PathScripts.PathJobGui.TaskPanel.getFields()
,
PathScripts.PathDressupDogbone.TaskPanel.getFields()
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel.obj
,
femtaskpanels.task_element_geometry2D._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_constraint_tie._TaskPanel.obj
,
femtaskpanels.task_element_geometry1D._TaskPanel.obj
,
PathScripts.PathIconViewProvider.ViewProvider.obj
,
femtaskpanels.task_element_fluid1D._TaskPanel.obj
, PathCommands._CommandSelectLoop.obj,
PathScripts.PathDressupRampEntry.ObjectDressup.obj
,
femtaskpanels.task_material_reinforced._TaskPanel.obj
,
PathScripts.PathDressupPathBoundary.DressupPathBoundary.obj
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.obj
,
femtaskpanels.task_material_common._TaskPanel.obj
,
PathScripts.PathDressupLeadInOut.ObjectDressup.obj
,
PathScripts.PathGetPoint.TaskPanel.obj
,
draftguitools.gui_lines.Line.obj
, Gui::ActiveObjectList::ObjectInfo.obj,
draftguitools.gui_wire2spline.WireToBSpline.obj
,
ExpressionCompleterModel::Info.obj
, Import::ImportOCAF2::Info.obj,
PartGui::FaceColors::Private.obj
,
PathScripts.PathJob.ObjectJob.obj
,
PathScripts.PathGui.QuantitySpinBox.obj
,
draftguitools.gui_trimex.Trimex.obj
,
PathScripts.PathJobGui.ViewProvider.obj
,
PathScripts.PathDressupTag.ObjectDressup.obj
, Mod.PartDesign.InvoluteGearFeature._InvoluteGearTaskPanel.obj,
draftguitools.gui_base_original.DraftTool.obj
,
PathScripts.PathDressupAxisMap.ViewProviderDressup.obj
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel.obj
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.obj
, App::Origin::OriginExtension.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.PathDressupZCorrect.ViewProviderDressup.obj
,
PathScripts.PathJobGui.StockEdit.obj
,
PathScripts.PathDressupDogbone.Bone.obj
,
Info.obj
,
PathScripts.PathDressupTagGui.PathDressupTagViewProvider.obj
,
ArchProfile.ProfileTaskPanel.obj
,
ArchSchedule.ArchScheduleTaskPanel.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.PathDressupDogbone.ViewProviderDressup.obj
,
UpdateLabelExpressionVisitor.obj
, ArchWindow._ArchWindowTaskPanel.obj,
ArchSectionPlane.SectionPlaneTaskPanel.obj
,
ArchAxis.ArchGridTaskPanel.obj
,
ArchPanel.SheetTaskPanel.obj
,
ItemInfo.obj
,
ItemInfo2.obj
,
ArchComponent.ComponentTaskPanel.obj
,
DraftGui.FacebinderTaskPanel.obj
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel.setDirty()
, and
PathScripts.PathOpGui.TaskPanelPage.setDirty()
.
Referenced by
PathScripts.PathOpGui.TaskPanelPage.pageRegisterSignalHandlers()
.
β
pageRegisterSignalHandlers()
def PathScripts.PathOpGui.TaskPanelPage.pageRegisterSignalHandlers
(
self
)
pageRegisterSignalHandlers() .. internal callback.
Registers a callback for all signals returned by getSignalsForUpdate(obj).
Do not overwrite, implement getSignalsForUpdate(obj) and/or registerSignalHandlers(obj) instead.
References
PathScripts.PathHelixGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathEngraveGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathAdaptiveGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathOpGui.TaskPanelPage.getSignalsForUpdate()
,
PathScripts.PathDressupPathBoundaryGui.TaskPanel.obj
,
femtaskpanels.task_element_geometry2D._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_constraint_tie._TaskPanel.obj
,
femtaskpanels.task_element_geometry1D._TaskPanel.obj
,
femtaskpanels.task_element_fluid1D._TaskPanel.obj
,
PathScripts.PathIconViewProvider.ViewProvider.obj
, PathCommands._CommandSelectLoop.obj,
PathScripts.PathDressupRampEntry.ObjectDressup.obj
,
femtaskpanels.task_material_reinforced._TaskPanel.obj
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.obj
,
PathScripts.PathDressupPathBoundary.DressupPathBoundary.obj
,
femtaskpanels.task_material_common._TaskPanel.obj
,
PathScripts.PathDressupLeadInOut.ObjectDressup.obj
,
PathScripts.PathGetPoint.TaskPanel.obj
,
draftguitools.gui_lines.Line.obj
, Gui::ActiveObjectList::ObjectInfo.obj,
draftguitools.gui_wire2spline.WireToBSpline.obj
,
ExpressionCompleterModel::Info.obj
, Import::ImportOCAF2::Info.obj,
PartGui::FaceColors::Private.obj
,
PathScripts.PathJob.ObjectJob.obj
,
PathScripts.PathGui.QuantitySpinBox.obj
,
draftguitools.gui_trimex.Trimex.obj
,
PathScripts.PathJobGui.ViewProvider.obj
,
PathScripts.PathDressupTag.ObjectDressup.obj
, Mod.PartDesign.InvoluteGearFeature._InvoluteGearTaskPanel.obj,
PathScripts.PathDressupAxisMap.ViewProviderDressup.obj
,
draftguitools.gui_base_original.DraftTool.obj
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel.obj
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.obj
, App::Origin::OriginExtension.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.PathDressupZCorrect.ViewProviderDressup.obj
,
PathScripts.PathJobGui.StockEdit.obj
,
PathScripts.PathDressupDogbone.Bone.obj
,
Info.obj
,
PathScripts.PathDressupTagGui.PathDressupTagViewProvider.obj
,
ArchProfile.ProfileTaskPanel.obj
,
ArchSchedule.ArchScheduleTaskPanel.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.PathDressupDogbone.ViewProviderDressup.obj
,
UpdateLabelExpressionVisitor.obj
, ArchWindow._ArchWindowTaskPanel.obj,
ArchSectionPlane.SectionPlaneTaskPanel.obj
,
ArchAxis.ArchGridTaskPanel.obj
,
ArchPanel.SheetTaskPanel.obj
,
ItemInfo.obj
,
ItemInfo2.obj
,
ArchComponent.ComponentTaskPanel.obj
,
DraftGui.FacebinderTaskPanel.obj
,
PathScripts.PathOpGui.TaskPanelPage.pageGetFields()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.registerSignalHandlers()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.registerSignalHandlers()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.registerSignalHandlers()
, and
PathScripts.PathOpGui.TaskPanelPage.registerSignalHandlers()
.
β
pageSetFields()
def PathScripts.PathOpGui.TaskPanelPage.pageSetFields
(
self
)
pageSetFields() ... internal callback.
Do not overwrite, implement setFields(obj) instead.
References
PathScripts.PathDressupPathBoundaryGui.TaskPanel.obj
,
femtaskpanels.task_element_geometry2D._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_geometry1D._TaskPanel.obj
,
femtaskpanels.task_constraint_tie._TaskPanel.obj
,
femtaskpanels.task_element_fluid1D._TaskPanel.obj
, PathCommands._CommandSelectLoop.obj,
PathScripts.PathIconViewProvider.ViewProvider.obj
,
PathScripts.PathDressupRampEntry.ObjectDressup.obj
,
femtaskpanels.task_material_reinforced._TaskPanel.obj
,
PathScripts.PathDressupPathBoundary.DressupPathBoundary.obj
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.obj
,
femtaskpanels.task_material_common._TaskPanel.obj
,
PathScripts.PathDressupLeadInOut.ObjectDressup.obj
,
PathScripts.PathGetPoint.TaskPanel.obj
,
draftguitools.gui_lines.Line.obj
, Gui::ActiveObjectList::ObjectInfo.obj,
draftguitools.gui_wire2spline.WireToBSpline.obj
,
ExpressionCompleterModel::Info.obj
, Import::ImportOCAF2::Info.obj,
PartGui::FaceColors::Private.obj
,
PathScripts.PathJob.ObjectJob.obj
,
PathScripts.PathGui.QuantitySpinBox.obj
,
draftguitools.gui_trimex.Trimex.obj
,
PathScripts.PathJobGui.ViewProvider.obj
,
PathScripts.PathDressupTag.ObjectDressup.obj
, Mod.PartDesign.InvoluteGearFeature._InvoluteGearTaskPanel.obj,
PathScripts.PathDressupAxisMap.ViewProviderDressup.obj
,
draftguitools.gui_base_original.DraftTool.obj
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel.obj
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.obj
, App::Origin::OriginExtension.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.PathDressupZCorrect.ViewProviderDressup.obj
,
PathScripts.PathJobGui.StockEdit.obj
,
PathScripts.PathDressupDogbone.Bone.obj
,
Info.obj
,
PathScripts.PathDressupTagGui.PathDressupTagViewProvider.obj
,
ArchProfile.ProfileTaskPanel.obj
,
ArchSchedule.ArchScheduleTaskPanel.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.PathDressupDogbone.ViewProviderDressup.obj
,
UpdateLabelExpressionVisitor.obj
, ArchWindow._ArchWindowTaskPanel.obj,
ArchSectionPlane.SectionPlaneTaskPanel.obj
,
ArchAxis.ArchGridTaskPanel.obj
,
ArchPanel.SheetTaskPanel.obj
,
ItemInfo.obj
,
ItemInfo2.obj
,
ArchComponent.ComponentTaskPanel.obj
,
DraftGui.FacebinderTaskPanel.obj
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.setFields()
,
PathScripts.PathHelixGui.TaskPanelOpPage.setFields()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.setFields()
,
PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage.setFields()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.setFields()
,
PathScripts.PathEngraveGui.TaskPanelOpPage.setFields()
,
PathScripts.PathAdaptiveGui.TaskPanelOpPage.setFields()
,
PathScripts.PathDressupZCorrect.TaskPanel.setFields()
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.setFields()
,
PathScripts.PathOpGui.TaskPanelPage.setFields()
,
PathScripts.PathJobGui.StockEdit.setFields()
,
PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.setFields()
,
PathScripts.PathJobGui.StockCreateBoxEdit.setFields()
,
PathScripts.PathJobGui.StockCreateCylinderEdit.setFields()
, ArchMaterial._ArchMaterialTaskPanel.setFields(),
PathScripts.PathJobGui.StockFromExistingEdit.setFields()
,
PathScripts.PathJobGui.TaskPanel.setFields()
, and
PathScripts.PathDressupDogbone.TaskPanel.setFields()
.
β
pageUpdateData()
def PathScripts.PathOpGui.TaskPanelPage.pageUpdateData
(
self
,
obj
,
prop
)
pageUpdateData(obj, prop) ... internal callback.
Do not overwrite, implement updateData(obj) instead.
Reimplemented in
PathScripts.PathOpGui.TaskPanelDepthsPage
,
PathScripts.PathOpGui.TaskPanelHeightsPage
,
PathScripts.PathOpGui.TaskPanelBaseLocationPage
, and
PathScripts.PathOpGui.TaskPanelBaseGeometryPage
.
References
PartDesignGui::ViewProviderDatumLine.updateData()
,
OpenSCADFeatures.ViewProviderTree.updateData()
,
Gui::ViewProviderVRMLObject.updateData()
,
Mod.PartDesign.FeatureHole.ViewProviderHole.ViewProviderHole.updateData()
,
ImageGui::ViewProviderImagePlane.updateData()
,
PartDesignGui::ViewProviderDatumCoordinateSystem.updateData()
,
Gui::ViewProviderExtern.updateData()
,
Gui::ViewProviderOriginFeature.updateData()
,
Gui::ViewProviderPlacement.updateData()
,
femviewprovider.view_mesh_gmsh.VPMeshGmsh.updateData()
,
MeshGui::ViewProviderMeshNode.updateData()
,
Gui::ViewProviderDragger.updateData()
,
PartGui::ViewProvider2DObject.updateData()
,
PartGui::ViewProviderCurveNet.updateData()
,
Gui::ViewProviderAnnotation.updateData()
,
FemGui::ViewProviderFemConstraint.updateData()
,
InspectionGui::ViewProviderInspection.updateData()
,
DrawingGui::ViewProviderDrawingPage.updateData()
,
PartDesignGui::ViewProviderBody.updateData()
,
Gui::ViewProviderGeometryObject.updateData()
,
MeshGui::ViewProviderMeshTransform.updateData()
,
PartDesignGui::ViewProvider.updateData()
,
draftviewproviders.view_draft_annotation.ViewProviderDraftAnnotation.updateData()
,
PathGui::ViewProviderPath.updateData()
,
Gui::ViewProviderPythonFeatureImp.updateData()
,
MeshGui::ViewProviderMeshFaceSet.updateData()
,
PartGui::ViewProviderPartReference.updateData()
,
PathGui::ViewProviderPathShape.updateData()
,
FemGui::ViewProviderFemConstraintPressure.updateData()
,
MeshGui::ViewProviderMeshCurvature.updateData()
,
PartGui::ViewProviderCustom.updateData()
,
FemGui::ViewProviderFemMesh.updateData()
,
FemGui::ViewProviderFemPostPipeline.updateData()
,
PartGui::ViewProviderMultiFuse.updateData()
,
PartDesignGui::ViewProviderAddSub.updateData()
,
PathGui::ViewProviderArea.updateData()
,
FemGui::ViewProviderFemMeshShapeNetgen.updateData()
,
FemGui::ViewProviderFemConstraintBearing.updateData()
,
PartDesignGui::ViewProviderPrimitive.updateData()
,
FemGui::ViewProviderFemConstraintFixed.updateData()
,
FemGui::ViewProviderFemConstraintFluidBoundary.updateData()
,
FemGui::ViewProviderFemConstraintForce.updateData()
,
FemGui::ViewProviderFemConstraintGear.updateData()
,
FemGui::ViewProviderFemConstraintPulley.updateData()
,
PartGui::ViewProviderBoolean.updateData()
,
PartDesignGui::ViewProviderDatumPlane.updateData()
,
FemGui::ViewProviderFemConstraintContact.updateData()
,
FemGui::ViewProviderFemConstraintDisplacement.updateData()
,
PartGui::ViewProviderSpline.updateData()
,
PathGui::ViewProviderAreaView.updateData()
,
FemGui::ViewProviderFemConstraintHeatflux.updateData()
,
FemGui::ViewProviderFemConstraintInitialTemperature.updateData()
,
FemGui::ViewProviderFemConstraintPlaneRotation.updateData()
,
FemGui::ViewProviderFemConstraintTemperature.updateData()
,
Gui::ViewProviderInventorObject.updateData()
,
PartGui::ViewProviderRuledSurface.updateData()
,
FemGui::ViewProviderFemPostObject.updateData()
,
FemGui::ViewProviderFemConstraintTransform.updateData()
,
PartGui::ViewProviderCrossSections.updateData()
,
DrawingGui::ViewProviderDrawingView.updateData()
,
FemGui::ViewProviderFemPostFunctionProvider.updateData()
,
MeshPartGui::ViewProviderCrossSections.updateData()
,
Gui::ViewProviderMeasureDistance.updateData()
,
PartGui::ViewProviderCompound.updateData()
,
PartGui::ViewProviderFillet.updateData()
,
draftviewproviders.view_wire.ViewProviderWire.updateData()
, PathScripts.PathFixture._ViewProviderFixture.updateData(),
PartGui::ViewProviderPartExt.updateData()
,
DrawingGui::ViewProviderDrawingClip.updateData()
,
Gui::ViewProviderAnnotationLabel.updateData()
,
PartGui::ViewProviderMultiCommon.updateData()
,
PartGui::ViewProviderChamfer.updateData()
,
Gui::PropertyEditor::PropertyItem.updateData()
,
MeshGui::ViewProviderMesh.updateData()
,
draftviewproviders.view_text.ViewProviderText.updateData()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.updateData()
,
draftviewproviders.view_wpproxy.ViewProviderWorkingPlaneProxy.updateData()
,
PathScripts.PathOpGui.ViewProvider.updateData()
,
draftviewproviders.view_dimension.ViewProviderDimensionBase.updateData()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.updateData()
,
FemGui::ViewProviderFemPostPlaneFunction.updateData()
,
draftviewproviders.view_base.ViewProviderDraft.updateData()
,
PathScripts.PathJobDlg.JobCreate.updateData()
,
draftviewproviders.view_label.ViewProviderLabel.updateData()
,
Gui::ViewProviderLink.updateData()
,
FemGui::ViewProviderFemPostSphereFunction.updateData()
,
PathScripts.PathJobGui.ViewProvider.updateData()
,
DraftLayer.ViewProviderLayer.updateData()
,
MeshGui::ViewProviderIndexedFaceSet.updateData()
, ArchFence._ViewProviderFence.updateData(),
MeshGui::ViewProviderMeshObject.updateData()
,
Gui::ViewProviderPythonFeatureT< ViewProviderT >.updateData()
,
draftviewproviders.view_dimension.ViewProviderLinearDimension.updateData()
,
PathScripts.PathOpGui.TaskPanelPage.updateData()
,
Gui::ViewProvider.updateData()
, ArchEquipment._ViewProviderEquipment.updateData(),
ArchReference.ViewProviderArchReference.updateData()
, ArchAxis._ViewProviderAxis.updateData(), ArchMaterial._ViewProviderArchMaterial.updateData(),
Gui::LinkInfo.updateData()
,
PathScripts.PathDressupTagGui.PathDressupTagViewProvider.updateData()
, ArchRebar._ViewProviderRebar.updateData(),
ArchCurtainWall.ViewProviderCurtainWall.updateData()
, ArchSpace._ViewProviderSpace.updateData(),
ArchBuildingPart.ViewProviderBuildingPart.updateData()
,
draftviewproviders.view_dimension.ViewProviderAngularDimension.updateData()
, ArchPanel._ViewProviderPanel.updateData(), ArchAxis._ViewProviderAxisSystem.updateData(), ArchStructure._ViewProviderStructure.updateData(), ArchSite._ViewProviderSite.updateData(), ArchWindow._ViewProviderWindow.updateData(), ArchSectionPlane._ViewProviderSectionPlane.updateData(),
ArchComponent.ViewProviderComponent.updateData()
,
ArchPanel.ViewProviderPanelCut.updateData()
,
ArchPanel.ViewProviderPanelSheet.updateData()
, and ArchWall._ViewProviderWall.updateData().
β
registerSignalHandlers()
def PathScripts.PathOpGui.TaskPanelPage.registerSignalHandlers
(
self
,
obj
)
registerSignalHandlers(obj) ... overwrite to register custom signal handlers.
In case an update of a model is not the desired operation of a signal invocation
(see getSignalsForUpdate(obj)) this function can be used to register signal handlers
manually.
Can safely be overwritten by subclasses.
Reimplemented in
PathScripts.PathOpGui.TaskPanelDepthsPage
,
PathScripts.PathOpGui.TaskPanelBaseLocationPage
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage
,
PathScripts.PathSurfaceGui.TaskPanelOpPage
,
PathScripts.PathProfileGui.TaskPanelOpPage
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage
,
PathScripts.PathWaterlineGui.TaskPanelOpPage
,
PathScripts.PathDeburrGui.TaskPanelOpPage
, and
PathScripts.PathDrillingGui.TaskPanelOpPage
.
Referenced by
PathScripts.PathOpGui.TaskPanelPage.pageRegisterSignalHandlers()
.
β
selectInComboBox()
def PathScripts.PathOpGui.TaskPanelPage.selectInComboBox
(
self
,
name
,
combo
)
selectInComboBox(name, combo) ... helper function to select a specific value in a combo box.
Referenced by
PathScripts.PathHelixGui.TaskPanelOpPage.setFields()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.setFields()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.setFields()
,
PathScripts.PathProfileGui.TaskPanelOpPage.setFields()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.setFields()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.setFields()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.setFields()
,
PathScripts.PathAdaptiveGui.TaskPanelOpPage.setFields()
,
PathScripts.PathOpGui.TaskPanelPage.setupCoolant()
,
PathScripts.PathOpGui.TaskPanelPage.setupToolController()
,
PathScripts.PathSetupSheetGui.GlobalEditor.updateUI()
, and
PathScripts.PathProfileGui.TaskPanelOpPage.updateVisibility()
.
β
setClean()
def PathScripts.PathOpGui.TaskPanelPage.setClean
(
self
)
setClean() ... mark receiver as clean, indicating there is no need to recalculate the model even if the user presses OK or Apply.
References
PathScripts.PathOpGui.TaskPanelPage.isdirty
, and
PathScripts.PathOpGui.TaskPanelPage.signalDirtyChanged
.
Referenced by
PathScripts.PathOpGui.TaskPanel.clicked()
.
β
setDirty()
def PathScripts.PathOpGui.TaskPanelPage.setDirty
(
self
)
setDirty() ... mark receiver as dirty, causing the model to be recalculated if OK or Apply is pressed.
References
PathScripts.PathOpGui.TaskPanelPage.isdirty
, and
PathScripts.PathOpGui.TaskPanelPage.signalDirtyChanged
.
Referenced by
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.addBase()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.clearBase()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.deleteBase()
,
PathScripts.PathOpGui.TaskPanelDepthsPage.depthSet()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.extensionsClear()
,
PathScripts.PathOpGui.TaskPanelPage.pageGetFields()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.toggleExtensionCorners()
, and
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.updateItemEnabled()
.
β
setFields()
def PathScripts.PathOpGui.TaskPanelPage.setFields
(
self
,
obj
)
setFields(obj) ... overwrite to transfer obj's property values to UI.
Can safely be overwritten by subclasses.
Reimplemented in
PathScripts.PathOpGui.TaskPanelDepthsPage
,
PathScripts.PathOpGui.TaskPanelHeightsPage
,
PathScripts.PathOpGui.TaskPanelBaseLocationPage
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage
,
PathScripts.PathAdaptiveGui.TaskPanelOpPage
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage
,
PathScripts.PathEngraveGui.TaskPanelOpPage
,
PathScripts.PathSurfaceGui.TaskPanelOpPage
,
PathScripts.PathDrillingGui.TaskPanelOpPage
,
PathScripts.PathProfileGui.TaskPanelOpPage
,
PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage
,
PathScripts.PathDeburrGui.TaskPanelOpPage
,
PathScripts.PathWaterlineGui.TaskPanelOpPage
,
PathScripts.PathHelixGui.TaskPanelOpPage
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage
, and
PathScripts.PathProbeGui.TaskPanelOpPage
.
Referenced by
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.addBase()
,
PathScripts.PathOpGui.TaskPanelPage.pageSetFields()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.pageUpdateData()
,
PathScripts.PathOpGui.TaskPanelBaseLocationPage.pageUpdateData()
,
PathScripts.PathOpGui.TaskPanelHeightsPage.pageUpdateData()
,
PathScripts.PathOpGui.TaskPanelDepthsPage.pageUpdateData()
,
PathScripts.PathProbeGui.TaskPanelOpPage.SetOutputFileName()
,
PathScripts.PathToolControllerGui.TaskPanel.setupUi()
,
PathScripts.PathSetupSheetGui.GlobalEditor.setupUi()
, and
PathScripts.PathToolLibraryEditor.EditorPanel.setupUi()
.
β
setIcon()
def PathScripts.PathOpGui.TaskPanelPage.setIcon
(
self
,
icon
)
setIcon(icon) ... sets the icon for the page.
β
setParent()
def PathScripts.PathOpGui.TaskPanelPage.setParent
(
self
,
parent
)
setParent() ... used to transfer parent object link to child class.
Do not overwrite.
References
Base::TypeData.parent
,
PartGui::ResultEntry.parent
,
Mod.PartDesign.WizardShaft.Shaft.Shaft.parent
,
Gui::Dialog::CommandNode.parent
,
PathScripts.PathOpGui.TaskPanelPage.parent
,
Info.parent
,
ReplaceObjectExpressionVisitor.parent
,
ItemInfo.parent
, and
ItemInfo2.parent
.
β
setTitle()
def PathScripts.PathOpGui.TaskPanelPage.setTitle
(
self
,
title
)
setTitle(title) ... sets a title for the page.
Referenced by
PathScripts.PathAdaptiveGui.TaskPanelOpPage.initPage()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.initPage()
, and
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.initPage()
.
β
setupCoolant()
def PathScripts.PathOpGui.TaskPanelPage.setupCoolant
(
self
,
obj
,
combo
)
setupCoolant(obj, combo) ... helper function to setup obj's Coolant option.
References
PathScripts.PathOpGui.TaskPanelPage.selectInComboBox()
.
Referenced by
PathScripts.PathHelixGui.TaskPanelOpPage.setFields()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.setFields()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.setFields()
,
PathScripts.PathProfileGui.TaskPanelOpPage.setFields()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.setFields()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.setFields()
,
PathScripts.PathEngraveGui.TaskPanelOpPage.setFields()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.setFields()
, and
PathScripts.PathAdaptiveGui.TaskPanelOpPage.setFields()
.
β
setupToolController()
def PathScripts.PathOpGui.TaskPanelPage.setupToolController
(
self
,
obj
,
combo
)
setupToolController(obj, combo) ... helper function to setup obj's ToolController in the given combo box.
References
PathScripts.PathDressupPathBoundaryGui.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
,
PathScripts.PathDressupRampEntry.ObjectDressup.obj
,
femtaskpanels.task_material_reinforced._TaskPanel.obj
,
PathScripts.PathDressupPathBoundary.DressupPathBoundary.obj
,
PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.obj
,
femtaskpanels.task_material_common._TaskPanel.obj
,
PathScripts.PathDressupLeadInOut.ObjectDressup.obj
,
PathScripts.PathGetPoint.TaskPanel.obj
,
draftguitools.gui_lines.Line.obj
, Gui::ActiveObjectList::ObjectInfo.obj,
draftguitools.gui_wire2spline.WireToBSpline.obj
,
ExpressionCompleterModel::Info.obj
, Import::ImportOCAF2::Info.obj,
PartGui::FaceColors::Private.obj
,
PathScripts.PathJob.ObjectJob.obj
,
PathScripts.PathGui.QuantitySpinBox.obj
,
draftguitools.gui_trimex.Trimex.obj
,
PathScripts.PathJobGui.ViewProvider.obj
,
PathScripts.PathDressupTag.ObjectDressup.obj
, Mod.PartDesign.InvoluteGearFeature._InvoluteGearTaskPanel.obj,
draftguitools.gui_base_original.DraftTool.obj
,
PathScripts.PathDressupAxisMap.ViewProviderDressup.obj
,
Mod.PartDesign.SprocketFeature.SprocketTaskPanel.obj
,
AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.obj
, App::Origin::OriginExtension.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.PathDressupZCorrect.ViewProviderDressup.obj
,
PathScripts.PathJobGui.StockEdit.obj
,
PathScripts.PathDressupDogbone.Bone.obj
,
Info.obj
,
PathScripts.PathDressupTagGui.PathDressupTagViewProvider.obj
,
ArchProfile.ProfileTaskPanel.obj
,
ArchSchedule.ArchScheduleTaskPanel.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.PathDressupDogbone.ViewProviderDressup.obj
,
UpdateLabelExpressionVisitor.obj
, ArchWindow._ArchWindowTaskPanel.obj,
ArchSectionPlane.SectionPlaneTaskPanel.obj
,
ArchAxis.ArchGridTaskPanel.obj
,
ArchPanel.SheetTaskPanel.obj
,
ItemInfo.obj
,
ItemInfo2.obj
,
ArchComponent.ComponentTaskPanel.obj
,
DraftGui.FacebinderTaskPanel.obj
, and
PathScripts.PathOpGui.TaskPanelPage.selectInComboBox()
.
Referenced by
PathScripts.PathProbeGui.TaskPanelOpPage.setFields()
,
PathScripts.PathHelixGui.TaskPanelOpPage.setFields()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.setFields()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.setFields()
,
PathScripts.PathProfileGui.TaskPanelOpPage.setFields()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.setFields()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.setFields()
,
PathScripts.PathEngraveGui.TaskPanelOpPage.setFields()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.setFields()
, and
PathScripts.PathAdaptiveGui.TaskPanelOpPage.setFields()
.
β
updateCoolant()
def PathScripts.PathOpGui.TaskPanelPage.updateCoolant
(
self
,
obj
,
combo
)
updateCoolant(obj, combo) ... helper function to update obj's Coolant property if a different one has been selected in the combo box.
Referenced by
PathScripts.PathWaterlineGui.TaskPanelOpPage.getFields()
,
PathScripts.PathHelixGui.TaskPanelOpPage.getFields()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.getFields()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.getFields()
,
PathScripts.PathProfileGui.TaskPanelOpPage.getFields()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.getFields()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.getFields()
,
PathScripts.PathEngraveGui.TaskPanelOpPage.getFields()
, and
PathScripts.PathAdaptiveGui.TaskPanelOpPage.getFields()
.
β
updateData()
def PathScripts.PathOpGui.TaskPanelPage.updateData
(
self
,
obj
,
prop
)
updateData(obj, prop) ... overwrite if the receiver needs to react to property changes that might not have been caused by the receiver itself.
Sometimes a model will recalculate properties based on a change of another property. In order to keep the UI up to date with such changes this
function can be used.
Please note that the callback is synchronous with the property assignment operation. Also note that the notification is invoked regardless of the
actual value of the property assignment. In other words it also fires if a property gets assigned the same value it already has.
Taking above observations into account the implementation has to take care that it doesn't overwrite modified UI values by invoking setFields(obj).
This can happen if a subclass unconditionally transfers all values in getFields(obj) to the model and just calls setFields(obj) in this callback.
In such a scenario the first property assignment will cause all changes in the UI of the other fields to be overwritten by setFields(obj).
You have been warned.
Reimplemented in
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage
, and
PathScripts.PathDrillingGui.TaskPanelOpPage
.
Referenced by
PathScripts.PathOpGui.TaskPanelPage.pageUpdateData()
, and
PathScripts.PathSetupSheetGui.OpTaskPanel.setupUi()
.
β
updatePanelVisibility()
def PathScripts.PathOpGui.TaskPanelPage.updatePanelVisibility
(
self
,
panelTitle
,
obj
)
Referenced by
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.addBase()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.clearBase()
, and
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.deleteBase()
.
β
updateSelection()
def PathScripts.PathOpGui.TaskPanelPage.updateSelection
(
self
,
obj
,
sel
)
updateSelection(obj, sel) ... overwrite to customize UI depending on current selection.
Can safely be overwritten by subclasses.
Reimplemented in
PathScripts.PathOpGui.TaskPanelDepthsPage
, and
PathScripts.PathOpGui.TaskPanelBaseGeometryPage
.
Referenced by
PathScripts.PathOpGui.TaskPanel.addSelection()
,
PathScripts.PathOpGui.TaskPanel.clearSelection()
,
PathScripts.PathToolLibraryEditor.EditorPanel.duplicate()
,
PathScripts.PathToolLibraryEditor.EditorPanel.moveDown()
,
PathScripts.PathToolLibraryEditor.EditorPanel.moveUp()
,
PathScripts.PathOpGui.TaskPanel.removeSelection()
,
PathScripts.PathOpGui.TaskPanelDepthsPage.setFields()
,
PathScripts.PathOpGui.TaskPanel.setSelection()
,
PathScripts.PathToolBitGui.ToolBitSelector.setupUI()
, and
PathScripts.PathToolBitGui.ToolBitSelector.updateTools()
.
β
updateToolController()
def PathScripts.PathOpGui.TaskPanelPage.updateToolController
(
self
,
obj
,
combo
)
updateToolController(obj, combo) ... helper function to update obj's ToolController property if a different one has been selected in the combo box.
Referenced by
PathScripts.PathProbeGui.TaskPanelOpPage.getFields()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.getFields()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.getFields()
,
PathScripts.PathHelixGui.TaskPanelOpPage.getFields()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.getFields()
,
PathScripts.PathProfileGui.TaskPanelOpPage.getFields()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.getFields()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.getFields()
,
PathScripts.PathEngraveGui.TaskPanelOpPage.getFields()
,
PathScripts.PathAdaptiveGui.TaskPanelOpPage.getFields()
, and
PathScripts.PathToolControllerGui.ToolControllerEditor.refresh()
.
Member Data Documentation
β
features
PathScripts.PathOpGui.TaskPanelPage.features
Referenced by
PathScripts.PathOpGui.TaskPanelDepthsPage.haveFinalDepth()
,
PathScripts.PathOpGui.TaskPanelDepthsPage.haveFinishDepth()
,
PathScripts.PathOpGui.TaskPanelDepthsPage.haveStartDepth()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.supportsEdges()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.supportsFaces()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.supportsPanels()
, and
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.supportsVertexes()
.
β
form
PathScripts.PathOpGui.TaskPanelPage.form
Referenced by
TaskPanel.TaskPanel.addElement()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.bestGuessForFilePath()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.browseDefaultFilePath()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.browseDefaultJobTemplate()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.browseOutputFile()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.checkedChanged()
,
PathScripts.PathToolLibraryEditor.EditorPanel.copyTools()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.createItemForBaseModel()
,
PathScripts.PathToolBitGui.ToolBitSelector.createTool()
,
PathScripts.PathToolLibraryEditor.EditorPanel.delete()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.deleteBase()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.deleteBase()
,
PathScripts.PathToolLibraryEditor.EditorPanel.duplicate()
,
PathScripts.PathToolLibraryEditor.EditorPanel.editTool()
,
PathScripts.PathToolLibraryEditor.EditorPanel.exportFile()
,
PathScripts.PathProbeGui.TaskPanelOpPage.getFields()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.getFields()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.getFields()
,
PathScripts.PathHelixGui.TaskPanelOpPage.getFields()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.getFields()
,
PathScripts.PathProfileGui.TaskPanelOpPage.getFields()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.getFields()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.getFields()
,
PathScripts.PathEngraveGui.TaskPanelOpPage.getFields()
,
PathScripts.PathAdaptiveGui.TaskPanelOpPage.getFields()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.getFields()
,
PathScripts.PathSetupSheetGui.GlobalEditor.getFields()
,
PathScripts.PathProbeGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathHelixGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathProfileGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathEngraveGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathAdaptiveGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.getSignalsForUpdate()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.getSignalsForUpdate()
,
PathScripts.PathOpGui.TaskPanelHeightsPage.getSignalsForUpdate()
,
PathScripts.PathOpGui.TaskPanelDepthsPage.getSignalsForUpdate()
,
femsolver.elmer.equations.equation.ViewProxy.getTaskWidget()
,
PathScripts.PathToolBitGui.ToolBitSelector.getTool()
,
PathScripts.PathToolLibraryEditor.EditorPanel.getToolTableByName()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.importBaseGeometry()
,
PathScripts.PathToolLibraryEditor.EditorPanel.importFile()
,
PathScripts.PathOpGui.TaskPanelHeightsPage.initPage()
,
PathScripts.PathOpGui.TaskPanelDepthsPage.initPage()
,
ArchAxis.CommandArchGrid.IsActive()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.itemActivated()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.itemActivated()
,
PathScripts.PathOpGui.TaskPanelBaseLocationPage.itemActivated()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryCancel()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryDelete()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryLoad()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryOpen()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.librarySaveAs()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.loadSettings()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.loadStockSettings()
,
PathScripts.PathToolLibraryEditor.EditorPanel.loadTable()
,
PathScripts.PathToolBitGui.ToolBitSelector.loadTool()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.loadToolSettings()
,
PathScripts.PathToolLibraryEditor.EditorPanel.loadToolTables()
,
PathScripts.PathToolLibraryEditor.EditorPanel.moveDown()
,
PathScripts.PathToolLibraryEditor.EditorPanel.moveUp()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.open()
,
PathScripts.PathToolEdit.ToolEditorImage.quantityCuttingEdgeAngle()
,
PathScripts.PathToolEdit.ToolEditorDrill.quantityCuttingEdgeAngle()
,
PathScripts.PathToolEdit.ToolEditorImage.quantityCuttingEdgeHeight()
,
PathScripts.PathToolEdit.ToolEditorImage.quantityDiameter()
,
PathScripts.PathToolEdit.ToolEditorImage.quantityFlatRadius()
,
PathScripts.PathToolBitEdit.ToolBitEditor.refresh()
,
PathScripts.PathToolControllerGui.ToolControllerEditor.refresh()
,
PathScripts.PathToolEdit.ToolEditor.refresh()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.registerSignalHandlers()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.registerSignalHandlers()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.registerSignalHandlers()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.registerSignalHandlers()
,
PathScripts.PathProfileGui.TaskPanelOpPage.registerSignalHandlers()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.registerSignalHandlers()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.registerSignalHandlers()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.registerSignalHandlers()
,
PathScripts.PathOpGui.TaskPanelBaseLocationPage.registerSignalHandlers()
,
PathScripts.PathOpGui.TaskPanelDepthsPage.registerSignalHandlers()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.renameLibrary()
,
PathScripts.PathToolLibraryEditor.EditorPanel.renameTable()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.restoreSelection()
,
shipLoadExample.TaskPanel.TaskPanel.retranslateUi()
,
plotPositions.TaskPanel.TaskPanel.retranslateUi()
,
plotSave.TaskPanel.TaskPanel.retranslateUi()
,
plotLabels.TaskPanel.TaskPanel.retranslateUi()
,
plotSeries.TaskPanel.TaskPanel.retranslateUi()
,
shipCreateTank.TaskPanel.TaskPanel.retranslateUi()
,
plotAxes.TaskPanel.TaskPanel.retranslateUi()
,
shipCreateWeight.TaskPanel.TaskPanel.retranslateUi()
,
shipCreateShip.TaskPanel.TaskPanel.retranslateUi()
,
shipOutlineDraw.TaskPanel.TaskPanel.retranslateUi()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.saveSettings()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.saveStockSettings()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.saveToolsSettings()
,
PathScripts.PathToolBitEdit.ToolBitEditor.selectShape()
,
PathScripts.PathToolLibraryEditor.EditorPanel.setCurrentToolTableByName()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.setExtensions()
,
PathScripts.PathProbeGui.TaskPanelOpPage.setFields()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.setFields()
,
PathScripts.PathHelixGui.TaskPanelOpPage.setFields()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.setFields()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.setFields()
,
PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage.setFields()
,
PathScripts.PathProfileGui.TaskPanelOpPage.setFields()
,
PathScripts.PathDrillingGui.TaskPanelOpPage.setFields()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.setFields()
,
PathScripts.PathEngraveGui.TaskPanelOpPage.setFields()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.setFields()
,
PathScripts.PathAdaptiveGui.TaskPanelOpPage.setFields()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.setFields()
,
ArchMaterial.MultiMaterialDelegate.setModelData()
,
PathScripts.PathProbeGui.TaskPanelOpPage.SetOutputFileName()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.setProcessorListTooltip()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.setupStock()
,
PathScripts.PathToolBitEdit.ToolBitEditor.setupTool()
,
PathScripts.PathToolEdit.ToolEditorDefault.setupUI()
,
PathScripts.PathToolEdit.ToolEditorImage.setupUI()
,
PathScripts.PathSetupSheetGui.OpTaskPanel.setupUi()
,
PathScripts.PathToolBitEdit.ToolBitEditor.setupUI()
,
PathScripts.PathToolControllerGui.ToolControllerEditor.setupUi()
,
PathScripts.PathToolBitGui.ToolBitSelector.setupUI()
,
PathScripts.PathToolEdit.ToolEditor.setupUI()
,
PathScripts.PathSetupSheetGui.OpsDefaultEditor.setupUi()
,
PathScripts.PathSetupSheetGui.GlobalEditor.setupUi()
,
PathScripts.PathToolLibraryEditor.EditorPanel.setupUi()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.showHideExtension()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.tableSelected()
,
PathScripts.PathToolLibraryEditor.EditorPanel.tableSelected()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.toolAdd()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.toolSelect()
,
PathScripts.PathToolLibraryEditor.EditorPanel.toolSelectionChanged()
,
PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage.updateBase()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.updateBase()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.updateBase()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.updateDefaultPostProcessorToolTip()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.updateExtraDepth()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateMinTravel()
,
PathScripts.PathToolLibraryEditor.EditorPanel.updateSelection()
,
PathScripts.PathToolBitGui.ToolBitSelector.updateSelection()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.updateSelection()
,
PathScripts.PathOpGui.TaskPanelDepthsPage.updateSelection()
,
PathScripts.PathToolBitEdit.ToolBitEditor.updateShape()
,
PathScripts.PathToolEdit.ToolEditorDefault.updateTool()
,
PathScripts.PathToolBitEdit.ToolBitEditor.updateTool()
,
PathScripts.PathToolEdit.ToolEditor.updateTool()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.updateToolbar()
,
PathScripts.PathToolControllerGui.ToolControllerEditor.updateToolController()
,
PathScripts.PathToolBitGui.ToolBitSelector.updateTools()
,
PathScripts.PathToolEdit.ToolEditor.updateToolType()
,
PathScripts.PathToolEdit.ToolEditorDefault.updateUI()
,
PathScripts.PathToolEdit.ToolEditorImage.updateUI()
,
PathScripts.PathToolBitEdit.ToolBitEditor.updateUI()
,
PathScripts.PathToolControllerGui.ToolControllerEditor.updateUi()
,
PathScripts.PathToolEdit.ToolEditor.updateUI()
,
PathScripts.PathSetupSheetGui.GlobalEditor.updateUI()
,
PathScripts.PathWaterlineGui.TaskPanelOpPage.updateVisibility()
,
PathScripts.PathProfileGui.TaskPanelOpPage.updateVisibility()
,
PathScripts.PathSurfaceGui.TaskPanelOpPage.updateVisibility()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.updateWidth()
,
PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateZigZagAngle()
,
PathScripts.PathPreferencesPathJob.JobPreferencesPage.verifyAndUpdateDefaultPostProcessor()
, and
PathScripts.PathPreferencesPathJob.JobPreferencesPage.verifyAndUpdateDefaultPostProcessorWith()
.
β
icon
PathScripts.PathOpGui.TaskPanelPage.icon
Referenced by
PathScripts.PathOpGui.TaskPanelPage.getIcon()
.
β
isdirty
PathScripts.PathOpGui.TaskPanelPage.isdirty
Referenced by
PathScripts.PathOpGui.TaskPanel.isDirty()
,
PathScripts.PathOpGui.TaskPanelPage.setClean()
,
PathScripts.PathOpGui.TaskPanel.setClean()
, and
PathScripts.PathOpGui.TaskPanelPage.setDirty()
.
β
job
PathScripts.PathOpGui.TaskPanelPage.job
Referenced by
PathScripts.PathToolLibraryEditor.EditorPanel.copyTools()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.modifyPanel()
,
PathScripts.PathSimulatorGui.PathSimulation.onJobChange()
,
PathTests.TestPathStock.TestPathStock.test00()
,
PathTests.TestPathStock.TestPathStock.test01()
,
PathTests.TestPathHelix.TestPathHelix.test02()
,
PathTests.TestPathHelix.TestPathHelix.test03()
,
PathTests.TestPathHelix.TestPathHelix.test04()
,
PathTests.TestPathStock.TestPathStock.test10()
,
PathTests.TestPathStock.TestPathStock.test11()
, and
PathTests.TestPathStock.TestPathStock.test12()
.
β
obj
PathScripts.PathOpGui.TaskPanelPage.obj
Referenced by
shipOutlineDraw.TaskPanel.TaskPanel.accept()
,
PathScripts.PathSetupSheetGui.OpTaskPanel.accept()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.addBase()
,
PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage.addBaseGeometry()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.addBaseGeometry()
,
PathScripts.PathOpGui.TaskPanelBaseLocationPage.addLocationAt()
,
PathScripts.PathToolBitGui.ViewProvider.attach()
,
PathScripts.PathSetupSheetGui.ViewProvider.attach()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.checkedChanged()
,
Texture.ViewProviderTexture.claimChildren()
,
PathScripts.PathToolBitGui.ViewProvider.claimChildren()
,
shipAreasCurve.Preview.Preview.clean()
,
shipOutlineDraw.Preview.Preview.clean()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.cleanupPage()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.clearBase()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.createItemForBaseModel()
,
shipOutlineDraw.TaskPanel.TaskPanel.createPreview()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.deleteBase()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.deleteBase()
,
PathScripts.PathToolControllerGui.DlgToolControllerEdit.exec_()
,
PathScripts.PathSetupSheet.SetupSheet.expressionReference()
,
PathScripts.PathSurfaceSupport.PathGeometryGenerator.generatePathGeometry()
,
PathScripts.PathToolControllerGui.TaskPanel.getFields()
,
PathScripts.PathSetupSheetGui.GlobalEditor.getFields()
,
PathScripts.PathToolBitGui.ViewProvider.getIcon()
,
PathScripts.PathPocketShape.Extension.getSubLink()
,
PathScripts.PathPocketShape.Extension.getWire()
,
PathScripts.PathSetupSheet.SetupSheet.hasDefaultOperationDepths()
,
PathScripts.PathSetupSheet.SetupSheet.hasDefaultOperationHeights()
,
PathScripts.PathSetupSheet.SetupSheet.hasDefaultToolRapids()
,
ArchAxis.CommandArchGrid.IsActive()
,
shipOutlineDraw.TaskPanel.TaskPanel.onTableItem()
,
PathScripts.PathSetupSheet.SetupSheet.operationsWithSettings()
,
PathScripts.PathOpGui.TaskPanelPage.pageCleanup()
,
PathScripts.PathOpGui.TaskPanelPage.pageGetFields()
,
PathScripts.PathOpGui.TaskPanelPage.pageRegisterSignalHandlers()
,
PathScripts.PathOpGui.TaskPanelPage.pageSetFields()
,
PathScripts.PathSurfaceSupport.ProcessSelectedFaces.PathSurface()
,
PathScripts.PathSurfaceSupport.ProcessSelectedFaces.PathWaterline()
,
PathScripts.PathOpGui.TaskPanel.preCleanup()
,
PathScripts.PathSurfaceSupport.ProcessSelectedFaces.preProcessModel()
,
PathScripts.PathToolBitGui.TaskPanel.reject()
,
PathScripts.PathOpGui.TaskPanel.reject()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.resetBase()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.setExtensions()
,
PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage.setFields()
,
PathScripts.PathToolControllerGui.TaskPanel.setFields()
,
PathScripts.PathSetupSheet.SetupSheet.setFromTemplate()
,
ArchMaterial.MultiMaterialDelegate.setModelData()
,
PathScripts.PathSetupSheet.SetupSheet.setOperationProperties()
,
PathScripts.PathProbeGui.TaskPanelOpPage.SetOutputFileName()
,
shipOutlineDraw.TaskPanel.TaskPanel.setSectionType()
,
PathScripts.PathOpGui.TaskPanelPage.setupToolController()
,
PathScripts.PathSetupSheetGui.OpTaskPanel.setupUi()
,
PathScripts.PathSetupSheetGui.GlobalEditor.setupUi()
,
PathScripts.PathOpGui.TaskPanel.setupUi()
,
PathScripts.PathSetupSheet.SetupSheet.templateAttributes()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.toggleExtensionCorners()
,
shipAreasCurve.Preview.Preview.update()
,
shipOutlineDraw.Preview.Preview.update()
,
PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage.updateBase()
,
PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.updateBase()
,
PathScripts.PathOpGui.TaskPanelBaseGeometryPage.updateBase()
,
PathScripts.PathDeburrGui.TaskPanelOpPage.updateExtraDepth()
,
PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.updateItemEnabled()
,
PathScripts.PathOpGui.TaskPanelBaseLocationPage.updateLocations()
,
PathScripts.PathOpGui.TaskPanel.updateSelection()
,
PathScripts.PathToolControllerGui.ToolControllerEditor.updateToolController()
,
PathScripts.PathToolControllerGui.ToolControllerEditor.updateUi()
,
PathScripts.PathSetupSheetGui.GlobalEditor.updateUI()
,
PathScripts.PathProfileGui.TaskPanelOpPage.updateVisibility()
, and
PathScripts.PathDeburrGui.TaskPanelOpPage.updateWidth()
.
β
panelTitle
PathScripts.PathOpGui.TaskPanelPage.panelTitle
β
parent
PathScripts.PathOpGui.TaskPanelPage.parent
Referenced by
PathScripts.PathSimulatorGui.CAMSimTaskUi.accept()
,
PathScripts.PathSimulatorGui.CAMSimTaskUi.reject()
, and
PathScripts.PathOpGui.TaskPanelPage.setParent()
.
β
signalDirtyChanged
PathScripts.PathOpGui.TaskPanelPage.signalDirtyChanged
Referenced by
PathScripts.PathOpGui.TaskPanelPage.onDirtyChanged()
,
PathScripts.PathOpGui.TaskPanelPage.setClean()
, and
PathScripts.PathOpGui.TaskPanelPage.setDirty()
.
β
title
PathScripts.PathOpGui.TaskPanelPage.title
Referenced by
PathScripts.PathOpGui.TaskPanelPage.getTitle()
,
ArchAxis.CommandArchGrid.IsActive()
,
PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryLoad()
, and
FreeCADInit.FCADLogger.report()
.
The documentation for this class was generated from the following file:
src/Mod/Path/PathScripts/PathOpGui.py
1.8.17
|
===========================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc4
ifcdraughtingpredefinedcurvefont
ifc4.ifcdraughtingpredefinedcurvefont Member List
This is the complete list of members for
ifc4.ifcdraughtingpredefinedcurvefont
, including all inherited members.
name
ifc4.ifcdraughtingpredefinedcurvefont
predefinedcurvefontnames
(self)
ifc4.ifcdraughtingpredefinedcurvefont
1.8.17
|
================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Building this source documentation
After running cmake (as per build instructions on the
FreeCAD wiki
, run 'make DevDoc' in your build directory. HTML documentation will be built in doc/SourceDocu/html.
Tips:
If you have the "dot" tool from graphviz installed, before running cmake, you will get much nicer looking graphs in the source documentation.
1.8.17
|
==================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PartGui
ViewProviderSphereParametric
List of all members
|
Public Member Functions
PartGui::ViewProviderSphereParametric Class Reference
#include <ViewProviderSphereParametric.h>
Public Member Functions
std::vector< std::string >
getDisplayModes
(void) const
returns a list of all possible modes
More...
ViewProviderSphereParametric
()
constructor
More...
virtual
~ViewProviderSphereParametric
()
destructor
More...
Public Member Functions inherited from
PartGui::ViewProviderPart
virtual
bool
doubleClicked
(void)
is called by the tree if the user double click on the object
More...
ViewProviderPart
()
constructor
More...
virtual
~ViewProviderPart
()
destructor
More...
Public Member Functions inherited from
PartGui::ViewProviderPartExt
virtual void
attach
(
App::DocumentObject
*) override
Attaches the document object to this view provider.
More...
void
reload
()
Update the view representation.
More...
virtual void
setDisplayMode
(const char *ModeName) override
set the display mode
More...
virtual void
updateData
(const
App::Property
*) override
ViewProviderPartExt
()
constructor
More...
virtual
~ViewProviderPartExt
()
destructor
More...
virtual
bool
useNewSelectionModel
(void) const override
indicates if the ViewProvider use the new Selection model
More...
virtual std::string
getElement
(const SoDetail *) const override
return a hit element to the selection path or 0
More...
virtual SoDetail *
getDetail
(const char *) const override
return the coin node detail of the subelement
More...
virtual std::vector<
Base::Vector3d
>
getModelPoints
(const SoPickedPoint *) const override
virtual std::vector<
Base::Vector3d
>
getSelectionShape
(const char *Element) const override
return the highlight lines for a given element or the whole shape
More...
void
setHighlightedFaces
(const std::vector<
App::Color
> &colors)
void
setHighlightedFaces
(const std::vector<
App::Material
> &colors)
void
unsetHighlightedFaces
()
void
setHighlightedEdges
(const std::vector<
App::Color
> &colors)
void
unsetHighlightedEdges
()
void
setHighlightedPoints
(const std::vector<
App::Color
> &colors)
void
unsetHighlightedPoints
()
virtual std::map< std::string,
App::Color
>
getElementColors
(const char *element=0) const override
virtual
bool
isUpdateForced
() const override
virtual void
forceUpdate
(
bool
enable=true) override
virtual
bool
allowOverride
(const
App::DocumentObject
&) const override
Allow this class to be used as an override for the original view provider of the given object.
More...
void
setupContextMenu
(
QMenu
*,
QObject
*, const char *) override
set up the context-menu with the supported edit modes
More...
Public Member Functions inherited from
Gui::ViewProviderGeometryObject
SoPickedPoint *
getPickedPoint
(const SbVec2s &pos, const
View3DInventorViewer
&viewer) const
This method is provided for convenience and does basically the same as
getPickedPoints()
unless that only the closest point to the camera will be picked.
More...
SoPickedPointList
getPickedPoints
(const SbVec2s &pos, const
View3DInventorViewer
&viewer,
bool
pickAll=false) const
Returns a list of picked points from the geometry under
getRoot()
.
More...
bool
isSelectable
(void) const
ViewProviderGeometryObject
()
constructor.
More...
virtual
~ViewProviderGeometryObject
()
destructor.
More...
virtual void
showBoundingBox
(
bool
)
Public Member Functions inherited from
Gui::ViewProviderDragger
ViewProviderDragger
()
constructor.
More...
virtual
~ViewProviderDragger
()
destructor.
More...
virtual
ViewProvider
*
startEditing
(int ModNum=0) override
Public Member Functions inherited from
Gui::ViewProviderDocumentObject
virtual
bool
canDelete
(
App::DocumentObject
*obj) const override
Asks the view provider if the given object can be deleted.
More...
virtual
bool
canDropObjectEx
(
App::DocumentObject
*,
App::DocumentObject
*, const char *, const std::vector< std::string > &) const override
Query object dropping with full quanlified name.
More...
virtual
bool
getDetailPath
(const char *subname, SoFullPath *pPath,
bool
append, SoDetail *&det) const override
return the coin node detail and path to the node of the subname
More...
Gui::Document
*
getDocument
() const
Get the GUI document to this
ViewProvider
object.
More...
virtual
bool
getElementPicked
(const SoPickedPoint *, std::string &subname) const override
return a hit element given the picked point which contains the full node path
More...
App::DocumentObject
*
getObject
(void) const
Get the object of this
ViewProvider
object.
More...
PyObject
*
getPyObject
() override
Get the python wrapper for that
ViewProvider
.
More...
virtual void
getTaskViewContent
(std::vector<
Gui::TaskView::TaskContent
* > &) const override
Get a list of TaskBoxes associated with this object.
More...
virtual void
hide
(void) override
Hide the object in the view.
More...
virtual void
reattach
(
App::DocumentObject
*)
virtual int
replaceObject
(
App::DocumentObject
*,
App::DocumentObject
*) override
Replace an object to the view provider by drag and drop.
More...
void
setActiveMode
()
Set the active mode, i.e. the first item of the 'Display' property.
More...
virtual void
show
(void) override
Show the object in the view.
More...
virtual
bool
showInTree
() const override
Tell the tree view if this object should appear there.
More...
virtual void
update
(const
App::Property
*) override
update the content of the
ViewProvider
this method have to implement the recalculation of the
ViewProvider
.
More...
void
updateView
()
Run a redraw.
More...
ViewProviderDocumentObject
()
constructor.
More...
virtual
~ViewProviderDocumentObject
()
destructor.
More...
virtual void
startRestoring
()
virtual void
finishRestoring
()
virtual
bool
removeDynamicProperty
(const char *prop) override
virtual
App::Property
*
addDynamicProperty
(const char *
type
, const char *name=0, const char *group=0, const char *doc=0, short attr=0,
bool
ro=false,
bool
hidden=false) override
virtual
ViewProviderDocumentObject
*
getLinkedViewProvider
(std::string *subname=0,
bool
recursive=false) const
Return the linked view object.
More...
virtual std::string
getFullName
() const override
Public Member Functions inherited from
Gui::ViewProvider
virtual
bool
canAddToSceneGraph
() const
Indicate whether to be added to scene graph or not.
More...
virtual std::vector<
App::DocumentObject
* >
claimChildren3D
(void) const
deliver the children belonging to this object this method is used to deliver the objects to the 3DView which should be grouped under its scene graph.
More...
SoSeparator
*
getAnnotation
(void)
virtual
SoSeparator
*
getBackRoot
(void) const
virtual
SoGroup
*
getChildRoot
(void) const
virtual
SoSeparator
*
getFrontRoot
(void) const
SoSwitch *
getModeSwitch
(void) const
virtual
SoSeparator
*
getRoot
(void) const
SoTransform *
getTransformNode
() const
ViewProvider
()
constructor.
More...
virtual
~ViewProvider
()
destructor.
More...
int
partialRender
(const std::vector< std::string > &subelements,
bool
clear)
partial rendering setup
More...
Base::BoundBox3d
getBoundingBox
(const char *subname=0,
bool
transform=true,
MDIView
*view=0) const
Return the bound box of this view object.
More...
virtual
bool
onDelete
(const std::vector< std::string > &subNames)
Get called if the object is about to get deleted.
More...
virtual void
beforeDelete
()
Called before deletion.
More...
virtual
bool
canDragObjects
() const
Check whether children can be removed from the view provider by drag and drop.
More...
virtual
bool
canDragObject
(
App::DocumentObject
*) const
Check whether the object can be removed from the view provider by drag and drop.
More...
virtual void
dragObject
(
App::DocumentObject
*)
Remove a child from the view provider by drag and drop.
More...
virtual
bool
canDropObjects
() const
Check whether objects can be added to the view provider by drag and drop or drop only.
More...
virtual
bool
canDropObject
(
App::DocumentObject
*) const
Check whether the object can be dropped to the view provider by drag and drop or drop only.
More...
virtual
bool
canDragAndDropObject
(
App::DocumentObject
*) const
Return false to force drop only operation for a given object.
More...
virtual void
dropObject
(
App::DocumentObject
*)
Add an object to the view provider by drag and drop.
More...
virtual std::string
getDropPrefix
() const
return a subname referencing the sub-object holding the dropped objects
More...
virtual std::string
dropObjectEx
(
App::DocumentObject
*obj,
App::DocumentObject
*owner, const char *subname, const std::vector< std::string > &elements)
Add an object with full quanlified name to the view provider by drag and drop.
More...
virtual
bool
canRemoveChildrenFromRoot
() const
Tell the tree view to remove children items from the tree root.
More...
std::string
getActiveDisplayMode
(void) const
virtual const char *
getDefaultDisplayMode
() const
get the default display mode
More...
virtual
bool
isShow
(void) const
checks whether the view provider is visible or not
More...
void
setVisible
(
bool
)
bool
isVisible
() const
void
setLinkVisible
(
bool
)
bool
isLinkVisible
() const
virtual void
setOverrideMode
(const std::string &mode)
Overrides the display mode with mode.
More...
const std::string
getOverrideMode
()
virtual
bool
keyPressed
(
bool
pressed, int key)
is called when the provider is in edit and a key event occurs. Only ESC ends edit.
More...
virtual
bool
mouseMove
(const SbVec2s &cursorPos,
View3DInventorViewer
*viewer)
is called when the provider is in edit and the mouse is moved
More...
virtual
bool
mouseButtonPressed
(int button,
bool
pressed, const SbVec2s &cursorPos, const
View3DInventorViewer
*viewer)
is called when the Provider is in edit and the mouse is clicked
More...
virtual QIcon
getIcon
(void) const
deliver the icon shown in the tree view
More...
virtual std::vector<
App::DocumentObject
* >
claimChildren
(void) const
deliver the children belonging to this object this method is used to deliver the objects to the tree framework which should be grouped under its label.
More...
bool
isUpdatesEnabled
() const
void
setUpdatesEnabled
(
bool
enable)
unsigned long
getStatus
() const
return the status bits
More...
bool
testStatus
(
ViewStatus
pos) const
void
setStatus
(
ViewStatus
pos,
bool
on)
std::string
toString
() const
virtual void
setElementColors
(const std::map< std::string,
App::Color
> &colors)
bool
isEditing
() const
void
finishEditing
()
virtual void
setTransformation
(const
Base::Matrix4D
&rcMatrix)
set the viewing transformation of the provider
More...
virtual void
setTransformation
(const SbMatrix &rcMatrix)
virtual
MDIView
*
getMDIView
() const
virtual void
Restore
(
Base::XMLReader
&reader)
This method is used to restore properties from an XML document.
More...
bool
isRestoring
()
void
addDisplayMaskMode
(
SoNode
*node, const char *
type
)
Adds a new display mask mode.
More...
void
setDisplayMaskMode
(const char *
type
)
Activates the display mask mode
type
.
More...
SoNode
*
getDisplayMaskMode
(const char *
type
) const
Get the node to the display mask mode
type
.
More...
std::vector< std::string >
getDisplayMaskModes
() const
Returns a list of added display mask modes.
More...
void
setDefaultMode
(int)
int
getDefaultMode
() const
virtual void
setRenderCacheMode
(int)
Public Member Functions inherited from
App::TransactionalObject
TransactionalObject
(void)
Constructor.
More...
virtual
~TransactionalObject
()
Public Member Functions inherited from
App::ExtensionContainer
ExtensionIterator
extensionBegin
()
ExtensionContainer
()
ExtensionIterator
extensionEnd
()
App::Extension
*
getExtension
(
Base::Type
,
bool
derived=true,
bool
no_except=false) const
App::Extension
*
getExtension
(const std::string &name) const
template<typename ExtensionT >
ExtensionT
*
getExtensionByType
(
bool
no_except=false,
bool
derived=true) const
std::vector<
Extension
* >
getExtensionsDerivedFrom
(
Base::Type
type
) const
template<typename ExtensionT >
std::vector<
ExtensionT
* >
getExtensionsDerivedFromType
() const
bool
hasExtension
(
Base::Type
,
bool
derived=true) const
bool
hasExtension
(const std::string &name) const
bool
hasExtensions
() const
void
registerExtension
(
Base::Type
extension,
App::Extension
*ext)
virtual
~ExtensionContainer
()
virtual
Property
*
getPropertyByName
(const char *name) const override
find a property by its name
More...
virtual const char *
getPropertyName
(const
Property
*prop) const override
get the name of a property
More...
virtual void
getPropertyMap
(std::map< std::string,
Property
* > &Map) const override
get all properties of the class (including properties of the parent)
More...
virtual void
getPropertyList
(std::vector<
Property
* > &List) const override
get all properties of the class (including properties of the parent)
More...
virtual short
getPropertyType
(const
Property
*prop) const override
get the Type of a
Property
More...
virtual short
getPropertyType
(const char *name) const override
get the Type of a named
Property
More...
virtual const char *
getPropertyGroup
(const
Property
*prop) const override
get the Group of a
Property
More...
virtual const char *
getPropertyGroup
(const char *name) const override
get the Group of a named
Property
More...
virtual const char *
getPropertyDocumentation
(const
Property
*prop) const override
get the Group of a
Property
More...
virtual const char *
getPropertyDocumentation
(const char *name) const override
get the Group of a named
Property
More...
virtual void
Save
(
Base::Writer
&writer) const override
This method is used to save properties to an XML document.
More...
void
saveExtensions
(
Base::Writer
&writer) const
void
restoreExtensions
(
Base::XMLReader
&reader)
Public Member Functions inherited from
App::PropertyContainer
virtual
App::Property
*
getDynamicPropertyByName
(const char *name) const
DynamicProperty::PropData
getDynamicPropertyData
(const
Property
*prop) const
virtual std::vector< std::string >
getDynamicPropertyNames
() const
virtual unsigned int
getMemSize
(void) const
This method is used to get the size of objects It is not meant to have the exact size, it is more or less an estimation which runs fast! Is it two bytes or a GB?
More...
const char *
getPropertyPrefix
() const
bool
isHidden
(const char *name) const
check if the named property is hidden
More...
bool
isHidden
(const
Property
*prop) const
check if the property is hidden
More...
bool
isReadOnly
(const char *name) const
check if the named property is read-only
More...
bool
isReadOnly
(const
Property
*prop) const
check if the property is read-only
More...
PropertyContainer
()
A constructor.
More...
void
setPropertyPrefix
(const char *prefix)
void
setPropertyStatus
(unsigned char bit,
bool
value)
set the Status bit of all properties at once
More...
virtual
~PropertyContainer
()
A destructor.
More...
Public Member Functions inherited from
Base::Persistence
void
dumpToStream
(std::ostream &stream, int compression)
virtual
Base::Type
getTypeId
(void) const
virtual void
RestoreDocFile
(
Reader
&)
This method is used to restore large amounts of data from a file In this method you simply stream in your
SaveDocFile()
saved data.
More...
void
restoreFromStream
(std::istream &stream)
virtual void
SaveDocFile
(
Writer
&) const
This method is used to save large amounts of data to a binary file.
More...
Public Member Functions inherited from
Base::BaseClass
BaseClass
()
Construction.
More...
bool
isDerivedFrom
(const
Type
type
) const
virtual void
setPyObject
(
PyObject
*)
virtual
~BaseClass
()
Destruction.
More...
Additional Inherited Members
Public Types inherited from
Gui::ViewProvider
enum
EditMode
{
Default
= 0,
Transform
,
Cutting
,
Color
}
Public Types inherited from
App::ExtensionContainer
typedef std::map<
Base::Type
,
App::Extension
* >::iterator
ExtensionIterator
Static Public Member Functions inherited from
Gui::ViewProviderDragger
static void
updateTransform
(const
Base::Placement
&from, SoTransform *to)
Static Public Member Functions inherited from
Gui::ViewProvider
static const std::string &
hiddenMarker
()
static const char *
hasHiddenMarker
(const char *subname)
static SbMatrix
convert
(const
Base::Matrix4D
&rcMatrix)
static
Base::Matrix4D
convert
(const SbMatrix &sbMat)
static void
eventCallback
(void *ud, SoEventCallback *node)
Static Public Member Functions inherited from
Base::Persistence
static void *
create
(void)
static std::string
encodeAttribute
(const std::string &)
Encodes an attribute upon saving.
More...
static
Base::Type
getClassTypeId
(void)
static void
init
(void)
Static Public Member Functions inherited from
Base::BaseClass
static void *
create
(void)
static
Type
getClassTypeId
(void)
static void
init
(void)
Public Attributes inherited from
PartGui::ViewProviderPartExt
App::PropertyAngle
AngularDeflection
App::PropertyBool
ControlPoints
App::PropertyFloatConstraint
Deviation
App::PropertyColorList
DiffuseColor
App::PropertyEnumeration
DrawStyle
App::PropertyEnumeration
Lighting
App::PropertyColor
LineColor
App::PropertyColorList
LineColorArray
App::PropertyMaterial
LineMaterial
App::PropertyFloatConstraint
LineWidth
App::PropertyColor
PointColor
App::PropertyColorList
PointColorArray
App::PropertyMaterial
PointMaterial
App::PropertyFloatConstraint
PointSize
Public Attributes inherited from
Gui::ViewProviderGeometryObject
App::PropertyBool
BoundingBox
App::PropertyBool
Selectable
App::PropertyColor
ShapeColor
App::PropertyMaterial
ShapeMaterial
App::PropertyPercent
Transparency
Public Attributes inherited from
Gui::ViewProviderDocumentObject
App::PropertyEnumeration
DisplayMode
App::PropertyEnumeration
OnTopWhenSelected
App::PropertyEnumeration
SelectionStyle
App::PropertyBool
ShowInTree
App::PropertyBool
Visibility
Public Attributes inherited from
Gui::ViewProvider
boost::signals2::signal< void()>
signalChangeIcon
signal on icon change
More...
boost::signals2::signal< void(const QString &)>
signalChangeToolTip
signal on tooltip change
More...
boost::signals2::signal< void(const QString &)>
signalChangeStatusTip
signal on status tip change
More...
Protected Member Functions inherited from
PartGui::ViewProviderPart
void
applyColor
(const
Part::ShapeHistory
&hist, const std::vector<
App::Color
> &colBase, std::vector<
App::Color
> &colBool)
void
applyTransparency
(const float &transparency, std::vector<
App::Color
> &colors)
Protected Member Functions inherited from
PartGui::ViewProviderPartExt
bool
setEdit
(int ModNum) override
is called by the document when the provider goes in edit mode
More...
void
unsetEdit
(int ModNum) override
is called when you lose the edit mode
More...
virtual void
onChanged
(const
App::Property
*prop) override
get called by the container whenever a property has been changed
More...
bool
loadParameter
()
void
updateVisual
()
void
getNormals
(const TopoDS_Face &theFace, const Handle(Poly_Triangulation)&aPolyTri, TColgp_Array1OfDir &theNormals)
Protected Member Functions inherited from
Gui::ViewProviderGeometryObject
void
setSelectable
(
bool
Selectable
=true)
virtual unsigned long
getBoundColor
() const
Protected Member Functions inherited from
Gui::ViewProviderDragger
void
setEditViewer
(
View3DInventorViewer
*, int ModNum) override
adjust viewer settings when editing a view provider
More...
void
unsetEditViewer
(
View3DInventorViewer
*) override
restores viewer settings when leaving editing mode
More...
Protected Member Functions inherited from
Gui::ViewProviderDocumentObject
Gui::MDIView
*
getActiveView
() const
Gui::MDIView
*
getEditingView
() const
Gui::MDIView
*
getInventorView
() const
Gui::MDIView
*
getViewOfNode
(
SoNode
*node) const
virtual void
onBeforeChange
(const
App::Property
*prop) override
get called before the value is changed
More...
SoNode
*
findFrontRootOfType
(const SoType &
type
) const
Searches in all view providers that are attached to an object that is part of the same document as the object this view provider is attached to for an front root of
type
.
More...
virtual
bool
isAttachedToDocument
() const override
virtual const char *
detachFromDocument
() override
virtual void
onPropertyStatusChanged
(const
App::Property
&prop, unsigned long oldStatus) override
get called when a property status has changed
More...
Protected Member Functions inherited from
Gui::ViewProvider
virtual QIcon
mergeOverlayIcons
(const QIcon &orig) const
int
getEditingMode
() const
return the edit mode or -1 if nothing is being edited
More...
bool
checkRecursion
(
SoNode
*)
Helper method to check that the node is valid, i.e.
More...
SoPickedPoint *
getPointOnRay
(const SbVec2s &pos, const
View3DInventorViewer
*viewer) const
Helper method to get picked entities while editing.
More...
SoPickedPoint *
getPointOnRay
(const SbVec3f &pos, const SbVec3f &dir, const
View3DInventorViewer
*viewer) const
Helper method to get picked entities while editing.
More...
Protected Member Functions inherited from
App::TransactionalObject
void
onBeforeChangeProperty
(
Document
*doc, const
Property
*prop)
Protected Member Functions inherited from
App::PropertyContainer
virtual const
PropertyData
&
getPropertyData
(void) const
virtual void
handleChangedPropertyName
(
Base::XMLReader
&reader, const char *TypeName, const char *PropName)
PropertyContainer::handleChangedPropertyName
is called during restore to possibly fix reading of older versions of this property container.
More...
virtual void
handleChangedPropertyType
(
Base::XMLReader
&reader, const char *TypeName,
Property
*prop)
PropertyContainer::handleChangedPropertyType
is called during restore to possibly fix reading of older versions of the property container.
More...
Static Protected Member Functions inherited from
App::PropertyContainer
static const
PropertyData
*
getPropertyDataPtr
(void)
Static Protected Member Functions inherited from
Base::BaseClass
static void
initSubclass
(
Base::Type
&toInit, const char *ClassName, const char *ParentName,
Type::instantiationMethod
method=nullptr)
Protected Attributes inherited from
PartGui::ViewProviderPartExt
SoMaterialBinding *
pcFaceBind
SoMaterialBinding *
pcLineBind
SoMaterialBinding *
pcPointBind
SoMaterial *
pcLineMaterial
SoMaterial *
pcPointMaterial
SoDrawStyle *
pcLineStyle
SoDrawStyle *
pcPointStyle
SoShapeHints *
pShapeHints
SoCoordinate3 *
coords
SoBrepFaceSet
*
faceset
SoNormal *
norm
SoNormalBinding *
normb
SoBrepEdgeSet
*
lineset
SoBrepPointSet
*
nodeset
bool
VisualTouched
bool
NormalsFromUV
Protected Attributes inherited from
Gui::ViewProviderGeometryObject
SoMaterial *
pcShapeMaterial
SoFCBoundingBox
*
pcBoundingBox
SoSwitch *
pcBoundSwitch
SoBaseColor *
pcBoundColor
Protected Attributes inherited from
Gui::ViewProviderDragger
SoFCCSysDragger
*
csysDragger
= nullptr
Protected Attributes inherited from
Gui::ViewProviderDocumentObject
App::DocumentObject
*
pcObject
Gui::Document
*
pcDocument
Protected Attributes inherited from
Gui::ViewProvider
SoSeparator
*
pcRoot
The root Separator of the
ViewProvider
.
More...
SoTransform *
pcTransform
this is transformation for the provider
More...
const char *
sPixmap
SoSwitch *
pcModeSwitch
this is the mode switch, all the different viewing modes are collected here
More...
SoSeparator
*
pcAnnotation
The root separator for annotations.
More...
ViewProviderPy
*
pyViewObject
std::string
overrideMode
std::bitset< 32 >
StatusBits
Protected Attributes inherited from
App::PropertyContainer
DynamicProperty
dynamicProps
Constructor & Destructor Documentation
β
ViewProviderSphereParametric()
ViewProviderSphereParametric::ViewProviderSphereParametric
(
)
constructor
β
~ViewProviderSphereParametric()
ViewProviderSphereParametric::~ViewProviderSphereParametric
(
)
virtual
destructor
Member Function Documentation
β
getDisplayModes()
std::vector< std::string > ViewProviderSphereParametric::getDisplayModes
(
void
)
const
virtual
returns a list of all possible modes
Reimplemented from
PartGui::ViewProviderPartExt
.
The documentation for this class was generated from the following files:
src/Mod/Part/Gui/ViewProviderSphereParametric.h
src/Mod/Part/Gui/ViewProviderSphereParametric.cpp
1.8.17
|
=================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
dimension_curve
List of all members
|
Public Member Functions
automotive_design.dimension_curve Class Reference
Public Member Functions
def
wr1
(self)
def
wr2
(self)
def
wr3
(self)
Public Member Functions inherited from
automotive_design.annotation_curve_occurrence
def
styled_item_item
()
Public Member Functions inherited from
automotive_design.styled_item
def
item
()
def
styles
()
Public Member Functions inherited from
automotive_design.representation_item
def
name
()
Additional Inherited Members
Public Attributes inherited from
automotive_design.annotation_curve_occurrence
styled_item_item
Public Attributes inherited from
automotive_design.styled_item
item
styles
Public Attributes inherited from
automotive_design.representation_item
name
Detailed Description
Entity dimension_curve definition.
Member Function Documentation
β
wr1()
def automotive_design.dimension_curve.wr1
(
self
)
Reimplemented from
automotive_design.annotation_occurrence
.
β
wr2()
def automotive_design.dimension_curve.wr2
(
self
)
Reimplemented from
automotive_design.annotation_occurrence
.
β
wr3()
def automotive_design.dimension_curve.wr3
(
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
automotive_design
line_profile_tolerance
automotive_design.line_profile_tolerance Member List
This is the complete list of members for
automotive_design.line_profile_tolerance
, including all inherited members.
description
automotive_design.geometric_tolerance
description
()
automotive_design.geometric_tolerance
magnitude
automotive_design.geometric_tolerance
magnitude
()
automotive_design.geometric_tolerance
name
automotive_design.geometric_tolerance
name
()
automotive_design.geometric_tolerance
toleranced_shape_aspect
automotive_design.geometric_tolerance
toleranced_shape_aspect
()
automotive_design.geometric_tolerance
wr1
(self)
automotive_design.line_profile_tolerance
wr2
(self)
automotive_design.line_profile_tolerance
1.8.17
|
=======================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
config_control_design
personal_address
List of all members
|
Public Member Functions
|
Public Attributes
config_control_design.personal_address Class Reference
Public Member Functions
def
description
()
def
people
()
Public Member Functions inherited from
config_control_design.address
def
country
()
def
electronic_mail_address
()
def
facsimile_number
()
def
internal_location
()
def
postal_box
()
def
postal_code
()
def
region
()
def
street
()
def
street_number
()
def
telephone_number
()
def
telex_number
()
def
town
()
def
wr1
(self)
Public Attributes
description
people
Public Attributes inherited from
config_control_design.address
country
electronic_mail_address
facsimile_number
internal_location
postal_box
postal_code
region
street
street_number
telephone_number
telex_number
town
Detailed Description
Entity personal_address definition.
:param people
:type people:SET(1,None,'person', scope = schema_scope)
:param description
:type description:text
Member Function Documentation
β
description()
def config_control_design.personal_address.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, 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, 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.personal_address.description
.
β
people()
def config_control_design.personal_address.people
(
)
References config_control_design.personal_address._people, automotive_design.personal_address._people, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.personal_address._people, and
config_control_design.personal_address.people
.
Member Data Documentation
β
description
config_control_design.personal_address.description
Referenced by
config_control_design.personal_address.description()
.
β
people
config_control_design.personal_address.people
Referenced by
config_control_design.personal_address.people()
.
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
draftobjects
wpproxy
WorkingPlaneProxy
List of all members
|
Public Member Functions
|
Public Attributes
draftobjects.wpproxy.WorkingPlaneProxy Class Reference
Public Member Functions
def
execute
(self, obj)
def
getNormal
(self, obj)
def
onChanged
(self, obj, prop)
Public Attributes
Type
Detailed Description
The Draft working plane proxy object
Member Function Documentation
β
execute()
def draftobjects.wpproxy.WorkingPlaneProxy.execute
(
self
,
obj
)
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()
.
β
getNormal()
def draftobjects.wpproxy.WorkingPlaneProxy.getNormal
(
self
,
obj
)
β
onChanged()
def draftobjects.wpproxy.WorkingPlaneProxy.onChanged
(
self
,
obj
,
prop
)
Referenced by
draftviewproviders.view_base.ViewProviderDraft.attach()
,
ArchSite.Compass.buildCoordinates()
,
ArchAxis.CommandArchGrid.IsActive()
,
draftviewproviders.view_wpproxy.ViewProviderWorkingPlaneProxy.updateData()
, and
draftviewproviders.view_label.ViewProviderLabel.updateData()
.
Member Data Documentation
β
Type
draftobjects.wpproxy.WorkingPlaneProxy.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/Draft/draftobjects/wpproxy.py
1.8.17
|
=============================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcpositivelengthmeasure
List of all members
|
Public Member Functions
ifc2x3.ifcpositivelengthmeasure Class Reference
Public Member Functions
def
wr1
(self)
Member Function Documentation
β
wr1()
def ifc2x3.ifcpositivelengthmeasure.wr1
(
self
)
The documentation for this class was generated from the following file:
src/Mod/Import/App/ifc2x3.py
1.8.17
|
===============================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcproduct
List of all members
|
Public Member Functions
|
Public Attributes
ifc2x3.ifcproduct Class Reference
Public Member Functions
def
objectplacement
()
def
referencedby
()
def
representation
()
def
wr1
(self)
Public Member Functions inherited from
ifc2x3.ifcobject
def
isdefinedby
()
def
objecttype
()
Public Member Functions inherited from
ifc2x3.ifcobjectdefinition
def
decomposes
()
def
hasassignments
()
def
hasassociations
()
def
isdecomposedby
()
Public Member Functions inherited from
ifc2x3.ifcroot
def
description
()
def
globalid
()
def
name
()
def
ownerhistory
()
Public Attributes
objectplacement
representation
Public Attributes inherited from
ifc2x3.ifcobject
objecttype
Public Attributes inherited from
ifc2x3.ifcroot
description
globalid
name
ownerhistory
Detailed Description
Entity ifcproduct definition.
:param objectplacement
:type objectplacement:ifcobjectplacement
:param representation
:type representation:ifcproductrepresentation
:param referencedby
:type referencedby:SET(0,None,'ifcrelassignstoproduct', scope = schema_scope)
Member Function Documentation
β
objectplacement()
def ifc2x3.ifcproduct.objectplacement
(
)
References ifc2x3.ifcproduct._objectplacement, and
ifc2x3.ifcproduct.objectplacement
.
β
referencedby()
def ifc2x3.ifcproduct.referencedby
(
)
β
representation()
def ifc2x3.ifcproduct.representation
(
)
References ifc2x3.ifcproduct._representation, automotive_design.resource_property_representation._representation, automotive_design.dimensional_characteristic_representation._representation, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.dimensional_characteristic_representation._representation, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_property_representation._representation, automotive_design.action_property_representation._representation, and
ifc2x3.ifcproduct.representation
.
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()
.
β
wr1()
def ifc2x3.ifcproduct.wr1
(
self
)
Reimplemented from
ifc2x3.ifcobject
.
Reimplemented in
ifc2x3.ifcramp
,
ifc2x3.ifcbuildingelementproxy
,
ifc2x3.ifcproxy
,
ifc2x3.ifcpile
,
ifc2x3.ifcreinforcingbar
,
ifc2x3.ifctendon
,
ifc2x3.ifcstair
,
ifc2x3.ifcelementassembly
,
ifc2x3.ifcwallstandardcase
,
ifc2x3.ifcroof
,
ifc2x3.ifcwall
, and
ifc2x3.ifcfooting
.
References
ifc2x3.ifcproduct.objectplacement
,
ifc2x3.ifcproduct.representation
,
automotive_design.resource_property_representation.representation
,
automotive_design.dimensional_characteristic_representation.representation
, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.dimensional_characteristic_representation.representation, ap203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim_lf.action_property_representation.representation, and
automotive_design.action_property_representation.representation
.
Member Data Documentation
β
objectplacement
ifc2x3.ifcproduct.objectplacement
Referenced by
ifc2x3.ifcproduct.objectplacement()
,
ifc4.ifcproduct.placementforshaperepresentation()
, and
ifc2x3.ifcproduct.wr1()
.
β
representation
ifc2x3.ifcproduct.representation
Referenced by
ifc4.ifcproduct.placementforshaperepresentation()
,
ifc2x3.ifcproduct.representation()
,
ifc2x3.ifcproduct.wr1()
,
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()
.
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
BOPTools
JoinFeatures
CommandCutout
BOPTools.JoinFeatures.CommandCutout Member List
This is the complete list of members for
BOPTools.JoinFeatures.CommandCutout
, including all inherited members.
Activated
(self)
BOPTools.JoinFeatures.CommandCutout
GetResources
(self)
BOPTools.JoinFeatures.CommandCutout
IsActive
(self)
BOPTools.JoinFeatures.CommandCutout
1.8.17
|
===========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
FeaturePython
ViewProviderBox
List of all members
|
Public Member Functions
FeaturePython.ViewProviderBox Class Reference
Public Member Functions
def
attach
(self, obj)
def
getDefaultDisplayMode
(self)
def
getDisplayModes
(self, obj)
def
getIcon
(self)
def
onChanged
(self, vp, prop)
def
setDisplayMode
(self, mode)
def
updateData
(self, fp, prop)
Member Function Documentation
β
attach()
def FeaturePython.ViewProviderBox.attach
(
self
,
obj
)
Setup the scene sub-graph of the view provider, this method is mandatory
β
getDefaultDisplayMode()
def FeaturePython.ViewProviderBox.getDefaultDisplayMode
(
self
)
Return the name of the default display mode. It must be defined in getDisplayModes.
β
getDisplayModes()
def FeaturePython.ViewProviderBox.getDisplayModes
(
self
,
obj
)
Return a list of display modes.
β
getIcon()
def FeaturePython.ViewProviderBox.getIcon
(
self
)
Return the icon in XMP format which will appear in the tree view. This method is optional
and if not defined a default icon is shown.
β
onChanged()
def FeaturePython.ViewProviderBox.onChanged
(
self
,
vp
,
prop
)
Print the name of the property that has changed
Referenced by
ArchSite.Compass.buildCoordinates()
, and
ArchAxis.CommandArchGrid.IsActive()
.
β
setDisplayMode()
def FeaturePython.ViewProviderBox.setDisplayMode
(
self
,
mode
)
Map the display mode defined in attach with those defined in getDisplayModes.
Since they have the same names nothing needs to be done. This method is optional.
β
updateData()
def FeaturePython.ViewProviderBox.updateData
(
self
,
fp
,
prop
)
If a property of the handled feature has changed we have the chance to handle this here
The documentation for this class was generated from the following file:
src/Mod/TemplatePyMod/FeaturePython.py
1.8.17
|
========================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Gui
ActionSelector
Gui::ActionSelector Member List
This is the complete list of members for
Gui::ActionSelector
, including all inherited members.
ActionSelector
(QWidget *parent=0)
Gui::ActionSelector
availableLabel
() const
Gui::ActionSelector
availableTreeWidget
() const
Gui::ActionSelector
selectedLabel
() const
Gui::ActionSelector
selectedTreeWidget
() const
Gui::ActionSelector
setAvailableLabel
(const QString &)
Gui::ActionSelector
setSelectedLabel
(const QString &)
Gui::ActionSelector
~ActionSelector
()
Gui::ActionSelector
1.8.17
|
=========================================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Mod
PartDesign
PartDesignTests
TestThickness
TestThickness
Mod.PartDesign.PartDesignTests.TestThickness.TestThickness Member List
This is the complete list of members for
Mod.PartDesign.PartDesignTests.TestThickness.TestThickness
, including all inherited members.
Body
Mod.PartDesign.PartDesignTests.TestThickness.TestThickness
Box
Mod.PartDesign.PartDesignTests.TestThickness.TestThickness
Doc
Mod.PartDesign.PartDesignTests.TestThickness.TestThickness
setUp
(self)
Mod.PartDesign.PartDesignTests.TestThickness.TestThickness
tearDown
(self)
Mod.PartDesign.PartDesignTests.TestThickness.TestThickness
testReversedThickness
(self)
Mod.PartDesign.PartDesignTests.TestThickness.TestThickness
Thickness
Mod.PartDesign.PartDesignTests.TestThickness.TestThickness
1.8.17
|
====================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
PartDesignGui
ViewProviderPolarPattern
List of all members
|
Public Member Functions
|
Protected Member Functions
PartDesignGui::ViewProviderPolarPattern Class Reference
#include <ViewProviderPolarPattern.h>
Public Member Functions
ViewProviderPolarPattern
()
Public Member Functions inherited from
PartDesignGui::ViewProviderTransformed
QString
getMessage
() const
virtual
bool
onDelete
(const std::vector< std::string > &) override
Get called if the object is about to get deleted.
More...
void
recomputeFeature
(
bool
recompute=true)
void
setupContextMenu
(
QMenu
*,
QObject
*, const char *) override
set up the context-menu with the supported edit modes
More...
virtual
Gui::ViewProvider
*
startEditing
(int ModNum=0) override
ViewProviderTransformed
()
constructor
More...
virtual
~ViewProviderTransformed
()
destructor
More...
Public Member Functions inherited from
PartDesignGui::ViewProvider
virtual
bool
doubleClicked
(void) override
is called by the tree if the user double click on the object
More...
ViewProviderBody
*
getBodyViewProvider
()
virtual
PyObject
*
getPyObject
(void) override
Get the python wrapper for that
ViewProvider
.
More...
void
makeTemporaryVisible
(
bool
)
void
onChanged
(const
App::Property
*prop) override
get called by the container whenever a property has been changed
More...
void
setBodyMode
(
bool
bodymode)
void
setTipIcon
(
bool
onoff)
void
updateData
(const
App::Property
*) override
ViewProvider
()
constructor
More...
virtual
~ViewProvider
()
destructor
More...
Public Member Functions inherited from
PartGui::ViewProviderPart
ViewProviderPart
()
constructor
More...
virtual
~ViewProviderPart
()
destructor
More...
Public Member Functions inherited from
PartGui::ViewProviderPartExt
virtual void
attach
(
App::DocumentObject
*) override
Attaches the document object to this view provider.
More...
virtual std::vector< std::string >
getDisplayModes
(void) const override
returns a list of all possible modes
More...
void
reload
()
Update the view representation.
More...
virtual void
setDisplayMode
(const char *ModeName) override
set the display mode
More...
ViewProviderPartExt
()
constructor
More...
virtual
~ViewProviderPartExt
()
destructor
More...
virtual
bool
useNewSelectionModel
(void) const override
indicates if the ViewProvider use the new Selection model
More...
virtual std::string
getElement
(const SoDetail *) const override
return a hit element to the selection path or 0
More...
virtual SoDetail *
getDetail
(const char *) const override
return the coin node detail of the subelement
More...
virtual std::vector<
Base::Vector3d
>
getModelPoints
(const SoPickedPoint *) const override
virtual std::vector<
Base::Vector3d
>
getSelectionShape
(const char *Element) const override
return the highlight lines for a given element or the whole shape
More...
void
setHighlightedFaces
(const std::vector<
App::Color
> &colors)
void
setHighlightedFaces
(const std::vector<
App::Material
> &colors)
void
unsetHighlightedFaces
()
void
setHighlightedEdges
(const std::vector<
App::Color
> &colors)
void
unsetHighlightedEdges
()
void
setHighlightedPoints
(const std::vector<
App::Color
> &colors)
void
unsetHighlightedPoints
()
virtual std::map< std::string,
App::Color
>
getElementColors
(const char *element=0) const override
virtual
bool
isUpdateForced
() const override
virtual void
forceUpdate
(
bool
enable=true) override
virtual
bool
allowOverride
(const
App::DocumentObject
&) const override
Allow this class to be used as an override for the original view provider of the given object.
More...
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...
Public Member Functions inherited from
Gui::ViewProviderDocumentObject
virtual
bool
canDelete
(
App::DocumentObject
*obj) const override
Asks the view provider if the given object can be deleted.
More...
virtual
bool
canDropObjectEx
(
App::DocumentObject
*,
App::DocumentObject
*, const char *, const std::vector< std::string > &) const override
Query object dropping with full quanlified name.
More...
virtual
bool
getDetailPath
(const char *subname, SoFullPath *pPath,
bool
append, SoDetail *&det) const override
return the coin node detail and path to the node of the subname
More...
Gui::Document
*
getDocument
() const
Get the GUI document to this
ViewProvider
object.
More...
virtual
bool
getElementPicked
(const SoPickedPoint *, std::string &subname) const override
return a hit element given the picked point which contains the full node path
More...
App::DocumentObject
*
getObject
(void) const
Get the object of this
ViewProvider
object.
More...
virtual void
getTaskViewContent
(std::vector<
Gui::TaskView::TaskContent
* > &) const override
Get a list of TaskBoxes associated with this object.
More...
virtual void
hide
(void) override
Hide the object in the view.
More...
virtual void
reattach
(
App::DocumentObject
*)
virtual int
replaceObject
(
App::DocumentObject
*,
App::DocumentObject
*) override
Replace an object to the view provider by drag and drop.
More...
void
setActiveMode
()
Set the active mode, i.e. the first item of the 'Display' property.
More...
virtual void
show
(void) override
Show the object in the view.
More...
virtual
bool
showInTree
() const override
Tell the tree view if this object should appear there.
More...
virtual void
update
(const
App::Property
*) override
update the content of the
ViewProvider
this method have to implement the recalculation of the
ViewProvider
.
More...
void
updateView
()
Run a redraw.
More...
ViewProviderDocumentObject
()
constructor.
More...
virtual
~ViewProviderDocumentObject
()
destructor.
More...
virtual void
startRestoring
()
virtual void
finishRestoring
()
virtual
bool
removeDynamicProperty
(const char *prop) override
virtual
App::Property
*
addDynamicProperty
(const char *
type
, const char *name=0, const char *group=0, const char *doc=0, short attr=0,
bool
ro=false,
bool
hidden=false) override
virtual
ViewProviderDocumentObject
*
getLinkedViewProvider
(std::string *subname=0,
bool
recursive=false) const
Return the linked view object.
More...
virtual std::string
getFullName
() const override
Public Member Functions inherited from
Gui::ViewProvider
virtual
bool
canAddToSceneGraph
() const
Indicate whether to be added to scene graph or not.
More...
virtual std::vector<
App::DocumentObject
* >
claimChildren3D
(void) const
deliver the children belonging to this object this method is used to deliver the objects to the 3DView which should be grouped under its scene graph.
More...
SoSeparator
*
getAnnotation
(void)
virtual
SoSeparator
*
getBackRoot
(void) const
virtual
SoGroup
*
getChildRoot
(void) const
virtual
SoSeparator
*
getFrontRoot
(void) const
SoSwitch *
getModeSwitch
(void) const
virtual
SoSeparator
*
getRoot
(void) const
SoTransform *
getTransformNode
() const
ViewProvider
()
constructor.
More...
int
partialRender
(const std::vector< std::string > &subelements,
bool
clear)
partial rendering setup
More...
Base::BoundBox3d
getBoundingBox
(const char *subname=0,
bool
transform=true,
MDIView
*view=0) const
Return the bound box of this view object.
More...
virtual void
beforeDelete
()
Called before deletion.
More...
virtual
bool
canDragObjects
() const
Check whether children can be removed from the view provider by drag and drop.
More...
virtual
bool
canDragObject
(
App::DocumentObject
*) const
Check whether the object can be removed from the view provider by drag and drop.
More...
virtual void
dragObject
(
App::DocumentObject
*)
Remove a child from the view provider by drag and drop.
More...
virtual
bool
canDropObjects
() const
Check whether objects can be added to the view provider by drag and drop or drop only.
More...
virtual
bool
canDropObject
(
App::DocumentObject
*) const
Check whether the object can be dropped to the view provider by drag and drop or drop only.
More...
virtual
bool
canDragAndDropObject
(
App::DocumentObject
*) const
Return false to force drop only operation for a given object.
More...
virtual void
dropObject
(
App::DocumentObject
*)
Add an object to the view provider by drag and drop.
More...
virtual std::string
getDropPrefix
() const
return a subname referencing the sub-object holding the dropped objects
More...
virtual std::string
dropObjectEx
(
App::DocumentObject
*obj,
App::DocumentObject
*owner, const char *subname, const std::vector< std::string > &elements)
Add an object with full quanlified name to the view provider by drag and drop.
More...
virtual
bool
canRemoveChildrenFromRoot
() const
Tell the tree view to remove children items from the tree root.
More...
std::string
getActiveDisplayMode
(void) const
virtual const char *
getDefaultDisplayMode
() const
get the default display mode
More...
virtual
bool
isShow
(void) const
checks whether the view provider is visible or not
More...
void
setVisible
(
bool
)
bool
isVisible
() const
void
setLinkVisible
(
bool
)
bool
isLinkVisible
() const
virtual void
setOverrideMode
(const std::string &mode)
Overrides the display mode with mode.
More...
const std::string
getOverrideMode
()
virtual
bool
keyPressed
(
bool
pressed, int key)
is called when the provider is in edit and a key event occurs. Only ESC ends edit.
More...
virtual
bool
mouseMove
(const SbVec2s &cursorPos,
View3DInventorViewer
*viewer)
is called when the provider is in edit and the mouse is moved
More...
virtual
bool
mouseButtonPressed
(int button,
bool
pressed, const SbVec2s &cursorPos, const
View3DInventorViewer
*viewer)
is called when the Provider is in edit and the mouse is clicked
More...
virtual QIcon
getIcon
(void) const
deliver the icon shown in the tree view
More...
virtual std::vector<
App::DocumentObject
* >
claimChildren
(void) const
deliver the children belonging to this object this method is used to deliver the objects to the tree framework which should be grouped under its label.
More...
bool
isUpdatesEnabled
() const
void
setUpdatesEnabled
(
bool
enable)
unsigned long
getStatus
() const
return the status bits
More...
bool
testStatus
(
ViewStatus
pos) const
void
setStatus
(
ViewStatus
pos,
bool
on)
std::string
toString
() const
virtual void
setElementColors
(const std::map< std::string,
App::Color
> &colors)
bool
isEditing
() const
void
finishEditing
()
virtual void
setTransformation
(const
Base::Matrix4D
&rcMatrix)
set the viewing transformation of the provider
More...
virtual void
setTransformation
(const SbMatrix &rcMatrix)
virtual
MDIView
*
getMDIView
() const
virtual void
Restore
(
Base::XMLReader
&reader)
This method is used to restore properties from an XML document.
More...
bool
isRestoring
()
void
addDisplayMaskMode
(
SoNode
*node, const char *
type
)
Adds a new display mask mode.
More...
void
setDisplayMaskMode
(const char *
type
)
Activates the display mask mode
type
.
More...
SoNode
*
getDisplayMaskMode
(const char *
type
) const
Get the node to the display mask mode
type
.
More...
std::vector< std::string >
getDisplayMaskModes
() const
Returns a list of added display mask modes.
More...
void
setDefaultMode
(int)
int
getDefaultMode
() const
virtual void
setRenderCacheMode
(int)
Public Member Functions inherited from
App::TransactionalObject
TransactionalObject
(void)
Constructor.
More...
virtual
~TransactionalObject
()
Public Member Functions inherited from
App::ExtensionContainer
ExtensionIterator
extensionBegin
()
ExtensionContainer
()
ExtensionIterator
extensionEnd
()
App::Extension
*
getExtension
(
Base::Type
,
bool
derived=true,
bool
no_except=false) const
App::Extension
*
getExtension
(const std::string &name) const
template<typename ExtensionT >
ExtensionT
*
getExtensionByType
(
bool
no_except=false,
bool
derived=true) const
std::vector<
Extension
* >
getExtensionsDerivedFrom
(
Base::Type
type
) const
template<typename ExtensionT >
std::vector<
ExtensionT
* >
getExtensionsDerivedFromType
() const
bool
hasExtension
(
Base::Type
,
bool
derived=true) const
bool
hasExtension
(const std::string &name) const
bool
hasExtensions
() const
void
registerExtension
(
Base::Type
extension,
App::Extension
*ext)
virtual
~ExtensionContainer
()
virtual
Property
*
getPropertyByName
(const char *name) const override
find a property by its name
More...
virtual const char *
getPropertyName
(const
Property
*prop) const override
get the name of a property
More...
virtual void
getPropertyMap
(std::map< std::string,
Property
* > &Map) const override
get all properties of the class (including properties of the parent)
More...
virtual void
getPropertyList
(std::vector<
Property
* > &List) const override
get all properties of the class (including properties of the parent)
More...
virtual short
getPropertyType
(const
Property
*prop) const override
get the Type of a
Property
More...
virtual short
getPropertyType
(const char *name) const override
get the Type of a named
Property
More...
virtual const char *
getPropertyGroup
(const
Property
*prop) const override
get the Group of a
Property
More...
virtual const char *
getPropertyGroup
(const char *name) const override
get the Group of a named
Property
More...
virtual const char *
getPropertyDocumentation
(const
Property
*prop) const override
get the Group of a
Property
More...
virtual const char *
getPropertyDocumentation
(const char *name) const override
get the Group of a named
Property
More...
virtual void
Save
(
Base::Writer
&writer) const override
This method is used to save properties to an XML document.
More...
void
saveExtensions
(
Base::Writer
&writer) const
void
restoreExtensions
(
Base::XMLReader
&reader)
Public Member Functions inherited from
App::PropertyContainer
virtual
App::Property
*
getDynamicPropertyByName
(const char *name) const
DynamicProperty::PropData
getDynamicPropertyData
(const
Property
*prop) const
virtual std::vector< std::string >
getDynamicPropertyNames
() const
virtual unsigned int
getMemSize
(void) const
This method is used to get the size of objects It is not meant to have the exact size, it is more or less an estimation which runs fast! Is it two bytes or a GB?
More...
const char *
getPropertyPrefix
() const
bool
isHidden
(const char *name) const
check if the named property is hidden
More...
bool
isHidden
(const
Property
*prop) const
check if the property is hidden
More...
bool
isReadOnly
(const char *name) const
check if the named property is read-only
More...
bool
isReadOnly
(const
Property
*prop) const
check if the property is read-only
More...
PropertyContainer
()
A constructor.
More...
void
setPropertyPrefix
(const char *prefix)
void
setPropertyStatus
(unsigned char bit,
bool
value)
set the Status bit of all properties at once
More...
virtual
~PropertyContainer
()
A destructor.
More...
Public Member Functions inherited from
Base::Persistence
void
dumpToStream
(std::ostream &stream, int compression)
virtual
Base::Type
getTypeId
(void) const
virtual void
RestoreDocFile
(
Reader
&)
This method is used to restore large amounts of data from a file In this method you simply stream in your
SaveDocFile()
saved data.
More...
void
restoreFromStream
(std::istream &stream)
virtual void
SaveDocFile
(
Writer
&) const
This method is used to save large amounts of data to a binary file.
More...
Public Member Functions inherited from
Base::BaseClass
BaseClass
()
Construction.
More...
bool
isDerivedFrom
(const
Type
type
) const
virtual void
setPyObject
(
PyObject
*)
virtual
~BaseClass
()
Destruction.
More...
Protected Member Functions
virtual
TaskDlgFeatureParameters
*
getEditDialog
()
Returns a newly create dialog for the part to be placed in the task view.
More...
Protected Member Functions inherited from
PartDesignGui::ViewProviderTransformed
bool
checkDlgOpen
(
TaskDlgTransformedParameters
*transformedDlg)
virtual
bool
setEdit
(int ModNum) override
is called by the document when the provider goes in edit mode
More...
virtual void
unsetEdit
(int ModNum) override
is called when you lose the edit mode
More...
Protected Member Functions inherited from
PartDesignGui::ViewProvider
virtual QIcon
mergeOverlayIcons
(const QIcon &orig) const override
Protected Member Functions inherited from
PartGui::ViewProviderPart
void
applyColor
(const
Part::ShapeHistory
&hist, const std::vector<
App::Color
> &colBase, std::vector<
App::Color
> &colBool)
void
applyTransparency
(const float &transparency, std::vector<
App::Color
> &colors)
Protected Member Functions inherited from
PartGui::ViewProviderPartExt
bool
loadParameter
()
void
updateVisual
()
void
getNormals
(const TopoDS_Face &theFace, const Handle(Poly_Triangulation)&aPolyTri, TColgp_Array1OfDir &theNormals)
Protected Member Functions inherited from
Gui::ViewProviderGeometryObject
void
setSelectable
(
bool
Selectable
=true)
virtual unsigned long
getBoundColor
() const
Protected Member Functions inherited from
Gui::ViewProviderDragger
void
setEditViewer
(
View3DInventorViewer
*, int ModNum) override
adjust viewer settings when editing a view provider
More...
void
unsetEditViewer
(
View3DInventorViewer
*) override
restores viewer settings when leaving editing mode
More...
Protected Member Functions inherited from
Gui::ViewProviderDocumentObject
Gui::MDIView
*
getActiveView
() const
Gui::MDIView
*
getEditingView
() const
Gui::MDIView
*
getInventorView
() const
Gui::MDIView
*
getViewOfNode
(
SoNode
*node) const
virtual void
onBeforeChange
(const
App::Property
*prop) override
get called before the value is changed
More...
SoNode
*
findFrontRootOfType
(const SoType &
type
) const
Searches in all view providers that are attached to an object that is part of the same document as the object this view provider is attached to for an front root of
type
.
More...
virtual
bool
isAttachedToDocument
() const override
virtual const char *
detachFromDocument
() override
virtual void
onPropertyStatusChanged
(const
App::Property
&prop, unsigned long oldStatus) override
get called when a property status has changed
More...
Protected Member Functions inherited from
Gui::ViewProvider
int
getEditingMode
() const
return the edit mode or -1 if nothing is being edited
More...
bool
checkRecursion
(
SoNode
*)
Helper method to check that the node is valid, i.e.
More...
SoPickedPoint *
getPointOnRay
(const SbVec2s &pos, const
View3DInventorViewer
*viewer) const
Helper method to get picked entities while editing.
More...
SoPickedPoint *
getPointOnRay
(const SbVec3f &pos, const SbVec3f &dir, const
View3DInventorViewer
*viewer) const
Helper method to get picked entities while editing.
More...
Protected Member Functions inherited from
App::TransactionalObject
void
onBeforeChangeProperty
(
Document
*doc, const
Property
*prop)
Protected Member Functions inherited from
App::PropertyContainer
virtual const
PropertyData
&
getPropertyData
(void) const
virtual void
handleChangedPropertyName
(
Base::XMLReader
&reader, const char *TypeName, const char *PropName)
PropertyContainer::handleChangedPropertyName
is called during restore to possibly fix reading of older versions of this property container.
More...
virtual void
handleChangedPropertyType
(
Base::XMLReader
&reader, const char *TypeName,
Property
*prop)
PropertyContainer::handleChangedPropertyType
is called during restore to possibly fix reading of older versions of the property container.
More...
Additional Inherited Members
Public Types inherited from
Gui::ViewProvider
enum
EditMode
{
Default
= 0,
Transform
,
Cutting
,
Color
}
Public Types inherited from
App::ExtensionContainer
typedef std::map<
Base::Type
,
App::Extension
* >::iterator
ExtensionIterator
Static Public Member Functions inherited from
Gui::ViewProviderDragger
static void
updateTransform
(const
Base::Placement
&from, SoTransform *to)
Static Public Member Functions inherited from
Gui::ViewProvider
static const std::string &
hiddenMarker
()
static const char *
hasHiddenMarker
(const char *subname)
static SbMatrix
convert
(const
Base::Matrix4D
&rcMatrix)
static
Base::Matrix4D
convert
(const SbMatrix &sbMat)
static void
eventCallback
(void *ud, SoEventCallback *node)
Static Public Member Functions inherited from
Base::Persistence
static void *
create
(void)
static std::string
encodeAttribute
(const std::string &)
Encodes an attribute upon saving.
More...
static
Base::Type
getClassTypeId
(void)
static void
init
(void)
Static Public Member Functions inherited from
Base::BaseClass
static void *
create
(void)
static
Type
getClassTypeId
(void)
static void
init
(void)
Public Attributes inherited from
PartDesignGui::ViewProviderTransformed
std::string
featureName
boost::signals2::signal< void(QString msg)>
signalDiagnosis
signals if the transformation contains errors
More...
Public Attributes inherited from
PartGui::ViewProviderPartExt
App::PropertyAngle
AngularDeflection
App::PropertyBool
ControlPoints
App::PropertyFloatConstraint
Deviation
App::PropertyColorList
DiffuseColor
App::PropertyEnumeration
DrawStyle
App::PropertyEnumeration
Lighting
App::PropertyColor
LineColor
App::PropertyColorList
LineColorArray
App::PropertyMaterial
LineMaterial
App::PropertyFloatConstraint
LineWidth
App::PropertyColor
PointColor
App::PropertyColorList
PointColorArray
App::PropertyMaterial
PointMaterial
App::PropertyFloatConstraint
PointSize
Public Attributes inherited from
Gui::ViewProviderGeometryObject
App::PropertyBool
BoundingBox
App::PropertyBool
Selectable
App::PropertyColor
ShapeColor
App::PropertyMaterial
ShapeMaterial
App::PropertyPercent
Transparency
Public Attributes inherited from
Gui::ViewProviderDocumentObject
App::PropertyEnumeration
DisplayMode
App::PropertyEnumeration
OnTopWhenSelected
App::PropertyEnumeration
SelectionStyle
App::PropertyBool
ShowInTree
App::PropertyBool
Visibility
Public Attributes inherited from
Gui::ViewProvider
boost::signals2::signal< void()>
signalChangeIcon
signal on icon change
More...
boost::signals2::signal< void(const QString &)>
signalChangeToolTip
signal on tooltip change
More...
boost::signals2::signal< void(const QString &)>
signalChangeStatusTip
signal on status tip change
More...
Static Protected Member Functions inherited from
App::PropertyContainer
static const
PropertyData
*
getPropertyDataPtr
(void)
Static Protected Member Functions inherited from
Base::BaseClass
static void
initSubclass
(
Base::Type
&toInit, const char *ClassName, const char *ParentName,
Type::instantiationMethod
method=nullptr)
Protected Attributes inherited from
PartDesignGui::ViewProviderTransformed
QString
diagMessage
SoGroup
*
pcRejectedRoot
Protected Attributes inherited from
PartDesignGui::ViewProvider
bool
isSetTipIcon
App::DocumentObject
*
oldTip
std::string
oldWb
Protected Attributes inherited from
PartGui::ViewProviderPartExt
SoMaterialBinding *
pcFaceBind
SoMaterialBinding *
pcLineBind
SoMaterialBinding *
pcPointBind
SoMaterial *
pcLineMaterial
SoMaterial *
pcPointMaterial
SoDrawStyle *
pcLineStyle
SoDrawStyle *
pcPointStyle
SoShapeHints *
pShapeHints
SoCoordinate3 *
coords
SoBrepFaceSet
*
faceset
SoNormal *
norm
SoNormalBinding *
normb
SoBrepEdgeSet
*
lineset
SoBrepPointSet
*
nodeset
bool
VisualTouched
bool
NormalsFromUV
Protected Attributes inherited from
Gui::ViewProviderGeometryObject
SoMaterial *
pcShapeMaterial
SoFCBoundingBox
*
pcBoundingBox
SoSwitch *
pcBoundSwitch
SoBaseColor *
pcBoundColor
Protected Attributes inherited from
Gui::ViewProviderDragger
SoFCCSysDragger
*
csysDragger
= nullptr
Protected Attributes inherited from
Gui::ViewProviderDocumentObject
App::DocumentObject
*
pcObject
Gui::Document
*
pcDocument
Protected Attributes inherited from
Gui::ViewProvider
SoSeparator
*
pcRoot
The root Separator of the
ViewProvider
.
More...
SoTransform *
pcTransform
this is transformation for the provider
More...
const char *
sPixmap
SoSwitch *
pcModeSwitch
this is the mode switch, all the different viewing modes are collected here
More...
SoSeparator
*
pcAnnotation
The root separator for annotations.
More...
ViewProviderPy
*
pyViewObject
std::string
overrideMode
std::bitset< 32 >
StatusBits
Protected Attributes inherited from
App::PropertyContainer
DynamicProperty
dynamicProps
Constructor & Destructor Documentation
β
ViewProviderPolarPattern()
PartDesignGui::ViewProviderPolarPattern::ViewProviderPolarPattern
(
)
Member Function Documentation
β
getEditDialog()
TaskDlgFeatureParameters
* ViewProviderPolarPattern::getEditDialog
(
)
protected
virtual
Returns a newly create dialog for the part to be placed in the task view.
Reimplemented from
PartDesignGui::ViewProvider
.
The documentation for this class was generated from the following files:
src/Mod/PartDesign/Gui/ViewProviderPolarPattern.h
src/Mod/PartDesign/Gui/ViewProviderPolarPattern.cpp
1.8.17
|
=================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
Robot
RobotObjectPy
List of all members
|
Public Types
|
Public Member Functions
|
Static Public Member Functions
|
Static Public Attributes
|
Protected Member Functions
Robot::RobotObjectPy Class Reference
The python export class for
RobotObject
.
More...
#include <RobotObjectPy.h>
Public Types
typedef
RobotObject
*
PointerType
Public Types inherited from
App::DocumentObjectPy
typedef
DocumentObject
*
PointerType
Public Types inherited from
App::ExtensionContainerPy
typedef
ExtensionContainer
*
PointerType
Public Types inherited from
App::PropertyContainerPy
typedef
PropertyContainer
*
PointerType
Public Types inherited from
Base::PersistencePy
typedef
Persistence
*
PointerType
Public Types inherited from
Base::BaseClassPy
typedef
BaseClass
*
PointerType
Public Types inherited from
Base::PyObjectBase
typedef void *
PointerType
enum
Status
{
Valid
= 0,
Immutable
= 1,
Notify
= 2,
NoTrack
= 3
}
Public Member Functions
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
RobotObjectPy
(
RobotObject
*pcObject, PyTypeObject *T=&
Type
)
callbacks and implementers for the python object attributes
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...
RobotObject
*
getRobotObjectPtr
(void) const
getter for the object handled by this class
More...
Public Member Functions inherited from
App::DocumentObjectPy
DocumentObjectPy
(
DocumentObject
*pcObject, PyTypeObject *T=&
Type
)
std::string
representation
(void) const
PyObject
*
addProperty
(
PyObject
*args)
implementer for the
addProperty()
method
More...
PyObject
*
removeProperty
(
PyObject
*args)
implementer for the
removeProperty()
method
More...
PyObject
*
supportedProperties
(
PyObject
*args)
implementer for the
supportedProperties()
method
More...
PyObject
*
touch
(
PyObject
*args)
implementer for the
touch()
method
More...
PyObject
*
purgeTouched
(
PyObject
*args)
implementer for the
purgeTouched()
method
More...
PyObject
*
enforceRecompute
(
PyObject
*args)
implementer for the
enforceRecompute()
method
More...
PyObject
*
setExpression
(
PyObject
*args)
implementer for the
setExpression()
method
More...
PyObject
*
recompute
(
PyObject
*args)
implementer for the
recompute()
method
More...
PyObject
*
getParentGroup
(
PyObject
*args)
implementer for the
getParentGroup()
method
More...
PyObject
*
getParentGeoFeatureGroup
(
PyObject
*args)
implementer for the
getParentGeoFeatureGroup()
method
More...
PyObject
*
getPathsByOutList
(
PyObject
*args)
implementer for the
getPathsByOutList()
method
More...
Py::List
getOutList
(void) const
getter for the OutList attribute
More...
Py::List
getOutListRecursive
(void) const
getter for the OutListRecursive attribute
More...
Py::List
getInList
(void) const
getter for the InList attribute
More...
Py::List
getInListRecursive
(void) const
getter for the InListRecursive attribute
More...
Py::String
getName
(void) const
getter for the Name attribute
More...
Py::Object
getDocument
(void) const
getter for the
Document
attribute
More...
Py::List
getState
(void) const
getter for the State attribute
More...
Py::Object
getViewObject
(void) const
getter for the ViewObject 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...
DocumentObject
*
getDocumentObjectPtr
(void) const
getter for the object handled by this class
More...
Public Member Functions inherited from
App::ExtensionContainerPy
ExtensionContainerPy
(
ExtensionContainer
*pcObject, PyTypeObject *T=&
Type
)
int
finalization
()
int
initialization
()
std::string
representation
(void) const
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...
ExtensionContainer
*
getExtensionContainerPtr
(void) const
getter for the object handled by this class
More...
PyObject
*
addExtension
(
PyObject
*args)
implementer for the
addExtension()
method
More...
PyObject
*
hasExtension
(
PyObject
*args)
implementer for the
hasExtension()
method
More...
Public Member Functions inherited from
App::PropertyContainerPy
PropertyContainerPy
(
PropertyContainer
*pcObject, PyTypeObject *T=&
Type
)
std::string
representation
(void) const
PyObject
*
getPropertyByName
(
PyObject
*args)
implementer for the
getPropertyByName()
method
More...
PyObject
*
getTypeOfProperty
(
PyObject
*args)
implementer for the
getTypeOfProperty()
method
More...
PyObject
*
getTypeIdOfProperty
(
PyObject
*args)
implementer for the
getTypeIdOfProperty()
method
More...
PyObject
*
setEditorMode
(
PyObject
*args)
implementer for the
setEditorMode()
method
More...
PyObject
*
getEditorMode
(
PyObject
*args)
implementer for the
getEditorMode()
method
More...
PyObject
*
getGroupOfProperty
(
PyObject
*args)
implementer for the
getGroupOfProperty()
method
More...
PyObject
*
getDocumentationOfProperty
(
PyObject
*args)
implementer for the
getDocumentationOfProperty()
method
More...
PyObject
*
dumpPropertyContent
(
PyObject
*args,
PyObject
*kwd)
implementer for the
dumpPropertyContent()
method
More...
PyObject
*
restorePropertyContent
(
PyObject
*args)
implementer for the
restorePropertyContent()
method
More...
Py::List
getPropertiesList
(void) const
getter for the PropertiesList 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...
PropertyContainer
*
getPropertyContainerPtr
(void) const
getter for the object handled by this class
More...
Public Member Functions inherited from
Base::PersistencePy
PersistencePy
(
Persistence
*pcObject, PyTypeObject *T=&
Type
)
std::string
representation
(void) const
PyObject
*
dumpContent
(
PyObject
*args,
PyObject
*kwd)
implementer for the
dumpContent()
method
More...
PyObject
*
restoreContent
(
PyObject
*args)
implementer for the
restoreContent()
method
More...
Py::String
getContent
(void) const
getter for the Content attribute
More...
Py::Int
getMemSize
(void) const
getter for the MemSize 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...
Persistence
*
getPersistencePtr
(void) const
getter for the object handled by this class
More...
Public Member Functions inherited from
Base::BaseClassPy
BaseClassPy
(
BaseClass
*pcObject, PyTypeObject *T=&
Type
)
std::string
representation
(void) const
PyObject
*
isDerivedFrom
(
PyObject
*args)
implementer for the
isDerivedFrom()
method
More...
PyObject
*
getAllDerivedFrom
(
PyObject
*args)
implementer for the
getAllDerivedFrom()
method
More...
Py::String
getTypeId
(void) const
getter for the TypeId attribute
More...
Py::String
getModule
(void) const
getter for the Module 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...
BaseClass
*
getBaseClassPtr
(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
App::DocumentObjectPy
static
PyObject
*
PyMake
(struct _typeobject *,
PyObject
*,
PyObject
*)
static
PyObject
*
staticCallback_addProperty
(
PyObject
*self,
PyObject
*args)
callback for the
addProperty()
method
More...
static
PyObject
*
staticCallback_removeProperty
(
PyObject
*self,
PyObject
*args)
callback for the
removeProperty()
method
More...
static
PyObject
*
staticCallback_supportedProperties
(
PyObject
*self,
PyObject
*args)
callback for the
supportedProperties()
method
More...
static
PyObject
*
staticCallback_touch
(
PyObject
*self,
PyObject
*args)
callback for the
touch()
method
More...
static
PyObject
*
staticCallback_purgeTouched
(
PyObject
*self,
PyObject
*args)
callback for the
purgeTouched()
method
More...
static
PyObject
*
staticCallback_enforceRecompute
(
PyObject
*self,
PyObject
*args)
callback for the
enforceRecompute()
method
More...
static
PyObject
*
staticCallback_setExpression
(
PyObject
*self,
PyObject
*args)
callback for the
setExpression()
method
More...
static
PyObject
*
staticCallback_recompute
(
PyObject
*self,
PyObject
*args)
callback for the
recompute()
method
More...
static
PyObject
*
staticCallback_getParentGroup
(
PyObject
*self,
PyObject
*args)
callback for the
getParentGroup()
method
More...
static
PyObject
*
staticCallback_getParentGeoFeatureGroup
(
PyObject
*self,
PyObject
*args)
callback for the
getParentGeoFeatureGroup()
method
More...
static
PyObject
*
staticCallback_getPathsByOutList
(
PyObject
*self,
PyObject
*args)
callback for the
getPathsByOutList()
method
More...
static
PyObject
*
staticCallback_getOutList
(
PyObject
*self, void *closure)
getter callback for the OutList attribute
More...
static int
staticCallback_setOutList
(
PyObject
*self,
PyObject
*value, void *closure)
setter callback for the OutList attribute
More...
static
PyObject
*
staticCallback_getOutListRecursive
(
PyObject
*self, void *closure)
getter callback for the OutListRecursive attribute
More...
static int
staticCallback_setOutListRecursive
(
PyObject
*self,
PyObject
*value, void *closure)
setter callback for the OutListRecursive attribute
More...
static
PyObject
*
staticCallback_getInList
(
PyObject
*self, void *closure)
getter callback for the InList attribute
More...
static int
staticCallback_setInList
(
PyObject
*self,
PyObject
*value, void *closure)
setter callback for the InList attribute
More...
static
PyObject
*
staticCallback_getInListRecursive
(
PyObject
*self, void *closure)
getter callback for the InListRecursive attribute
More...
static int
staticCallback_setInListRecursive
(
PyObject
*self,
PyObject
*value, void *closure)
setter callback for the InListRecursive attribute
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
PyObject
*
staticCallback_getDocument
(
PyObject
*self, void *closure)
getter callback for the
Document
attribute
More...
static int
staticCallback_setDocument
(
PyObject
*self,
PyObject
*value, void *closure)
setter callback for the
Document
attribute
More...
static
PyObject
*
staticCallback_getState
(
PyObject
*self, void *closure)
getter callback for the State attribute
More...
static int
staticCallback_setState
(
PyObject
*self,
PyObject
*value, void *closure)
setter callback for the State attribute
More...
static
PyObject
*
staticCallback_getViewObject
(
PyObject
*self, void *closure)
getter callback for the ViewObject attribute
More...
static int
staticCallback_setViewObject
(
PyObject
*self,
PyObject
*value, void *closure)
setter callback for the ViewObject attribute
More...
Static Public Member Functions inherited from
App::ExtensionContainerPy
static
PyObject
*
PyMake
(struct _typeobject *,
PyObject
*,
PyObject
*)
static
PyObject
*
staticCallback_addExtension
(
PyObject
*self,
PyObject
*args)
callback for the
addExtension()
method
More...
static
PyObject
*
staticCallback_hasExtension
(
PyObject
*self,
PyObject
*args)
callback for the
hasExtension()
method
More...
Static Public Member Functions inherited from
App::PropertyContainerPy
static
PyObject
*
PyMake
(struct _typeobject *,
PyObject
*,
PyObject
*)
static
PyObject
*
staticCallback_getPropertyByName
(
PyObject
*self,
PyObject
*args)
callback for the
getPropertyByName()
method
More...
static
PyObject
*
staticCallback_getTypeOfProperty
(
PyObject
*self,
PyObject
*args)
callback for the
getTypeOfProperty()
method
More...
static
PyObject
*
staticCallback_getTypeIdOfProperty
(
PyObject
*self,
PyObject
*args)
callback for the
getTypeIdOfProperty()
method
More...
static
PyObject
*
staticCallback_setEditorMode
(
PyObject
*self,
PyObject
*args)
callback for the
setEditorMode()
method
More...
static
PyObject
*
staticCallback_getEditorMode
(
PyObject
*self,
PyObject
*args)
callback for the
getEditorMode()
method
More...
static
PyObject
*
staticCallback_getGroupOfProperty
(
PyObject
*self,
PyObject
*args)
callback for the
getGroupOfProperty()
method
More...
static
PyObject
*
staticCallback_getDocumentationOfProperty
(
PyObject
*self,
PyObject
*args)
callback for the
getDocumentationOfProperty()
method
More...
static
PyObject
*
staticCallback_dumpPropertyContent
(
PyObject
*self,
PyObject
*args,
PyObject
*kwd)
callback for the
dumpPropertyContent()
method
More...
static
PyObject
*
staticCallback_restorePropertyContent
(
PyObject
*self,
PyObject
*args)
callback for the
restorePropertyContent()
method
More...
static
PyObject
*
staticCallback_getPropertiesList
(
PyObject
*self, void *closure)
getter callback for the PropertiesList attribute
More...
static int
staticCallback_setPropertiesList
(
PyObject
*self,
PyObject
*value, void *closure)
setter callback for the PropertiesList attribute
More...
Static Public Member Functions inherited from
Base::PersistencePy
static
PyObject
*
PyMake
(struct _typeobject *,
PyObject
*,
PyObject
*)
static
PyObject
*
staticCallback_dumpContent
(
PyObject
*self,
PyObject
*args,
PyObject
*kwd)
callback for the
dumpContent()
method
More...
static
PyObject
*
staticCallback_restoreContent
(
PyObject
*self,
PyObject
*args)
callback for the
restoreContent()
method
More...
static
PyObject
*
staticCallback_getContent
(
PyObject
*self, void *closure)
getter callback for the Content attribute
More...
static int
staticCallback_setContent
(
PyObject
*self,
PyObject
*value, void *closure)
setter callback for the Content attribute
More...
static
PyObject
*
staticCallback_getMemSize
(
PyObject
*self, void *closure)
getter callback for the MemSize attribute
More...
static int
staticCallback_setMemSize
(
PyObject
*self,
PyObject
*value, void *closure)
setter callback for the MemSize attribute
More...
Static Public Member Functions inherited from
Base::BaseClassPy
static
PyObject
*
PyMake
(struct _typeobject *,
PyObject
*,
PyObject
*)
static
PyObject
*
staticCallback_isDerivedFrom
(
PyObject
*self,
PyObject
*args)
callback for the
isDerivedFrom()
method
More...
static
PyObject
*
staticCallback_getAllDerivedFrom
(
PyObject
*self,
PyObject
*args)
callback for the
getAllDerivedFrom()
method
More...
static
PyObject
*
staticCallback_getTypeId
(
PyObject
*self, void *closure)
getter callback for the TypeId attribute
More...
static int
staticCallback_setTypeId
(
PyObject
*self,
PyObject
*value, void *closure)
setter callback for the TypeId attribute
More...
static
PyObject
*
staticCallback_getModule
(
PyObject
*self, void *closure)
getter callback for the Module attribute
More...
static int
staticCallback_setModule
(
PyObject
*self,
PyObject
*value, void *closure)
setter callback for the Module 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
RobotObjectPy
.
More...
static
PyMethodDef
Methods
[]
Methods structure of
RobotObjectPy
.
More...
static PyTypeObject
Type
Type structure of
RobotObjectPy
.
More...
Static Public Attributes inherited from
App::DocumentObjectPy
static PyGetSetDef
GetterSetter
[]
Attribute structure of
DocumentObjectPy
.
More...
static
PyMethodDef
Methods
[]
Methods structure of
DocumentObjectPy
.
More...
static PyTypeObject
Type
Type structure of
DocumentObjectPy
.
More...
Static Public Attributes inherited from
App::ExtensionContainerPy
static PyGetSetDef
GetterSetter
[]
Attribute structure of
ExtensionContainerPy
.
More...
static
PyMethodDef
Methods
[]
Methods structure of
ExtensionContainerPy
.
More...
static PyTypeObject
Type
Type structure of
ExtensionContainerPy
.
More...
Static Public Attributes inherited from
App::PropertyContainerPy
static PyGetSetDef
GetterSetter
[]
Attribute structure of
PropertyContainerPy
.
More...
static
PyMethodDef
Methods
[]
Methods structure of
PropertyContainerPy
.
More...
static PyTypeObject
Type
Type structure of
PropertyContainerPy
.
More...
Static Public Attributes inherited from
Base::PersistencePy
static PyGetSetDef
GetterSetter
[]
Attribute structure of
PersistencePy
.
More...
static
PyMethodDef
Methods
[]
Methods structure of
PersistencePy
.
More...
static PyTypeObject
Type
Type
structure of
PersistencePy
.
More...
Static Public Attributes inherited from
Base::BaseClassPy
static PyGetSetDef
GetterSetter
[]
Attribute structure of
BaseClassPy
.
More...
static
PyMethodDef
Methods
[]
Methods structure of
BaseClassPy
.
More...
static PyTypeObject
Type
Type
structure of
BaseClassPy
.
More...
Static Public Attributes inherited from
Base::PyObjectBase
static
PyMethodDef
Methods
[]
static PyTypeObject
Type
Py_Header struct from python.h.
More...
Protected Member Functions
~RobotObjectPy
()
Protected Member Functions inherited from
App::DocumentObjectPy
~DocumentObjectPy
()
Protected Member Functions inherited from
App::ExtensionContainerPy
~ExtensionContainerPy
()
Protected Member Functions inherited from
App::PropertyContainerPy
~PropertyContainerPy
()
Protected Member Functions inherited from
Base::PersistencePy
~PersistencePy
()
Protected Member Functions inherited from
Base::BaseClassPy
~BaseClassPy
()
Protected Member Functions inherited from
Base::PyObjectBase
virtual
~PyObjectBase
()
destructor
More...
callbacks and implementers for the python object methods
PyObject
*
getRobot
(
PyObject
*args)
implementer for the
getRobot()
method
More...
static
PyObject
*
staticCallback_getRobot
(
PyObject
*self,
PyObject
*args)
callback for the
getRobot()
method
More...
Additional Inherited Members
Protected Attributes inherited from
Base::PyObjectBase
std::bitset< 32 >
StatusBits
Detailed Description
The python export class for
RobotObject
.
Member Typedef Documentation
β
PointerType
typedef
RobotObject
*
Robot::RobotObjectPy::PointerType
Constructor & Destructor Documentation
β
~RobotObjectPy()
RobotObjectPy::~RobotObjectPy
(
)
protected
β
RobotObjectPy()
RobotObjectPy::RobotObjectPy
(
RobotObject
*
pcObject
,
PyTypeObject *
T
=
&
Type
)
Member Function Documentation
β
getCustomAttributes()
PyObject
* RobotObjectPy::getCustomAttributes
(
const char *
attr
)
const
getter method for special attributes (e.g. dynamic ones)
β
getRobot()
PyObject
* RobotObjectPy::getRobot
(
PyObject
*
args
)
implementer for the
getRobot()
method
Referenced by
staticCallback_getRobot()
.
β
getRobotObjectPtr()
RobotObject
* RobotObjectPy::getRobotObjectPtr
(
void
)
const
getter for the object handled by this class
β
GetType()
virtual PyTypeObject* Robot::RobotObjectPy::GetType
(
void
)
virtual
Reimplemented from
App::DocumentObjectPy
.
β
PyInit()
int RobotObjectPy::PyInit
(
PyObject
*
,
PyObject
*
)
virtual
PyInit method Override this method to initialize a newly created instance of the class (Constructor)
Reimplemented from
App::DocumentObjectPy
.
β
PyMake()
PyObject
* RobotObjectPy::PyMake
(
struct _typeobject *
,
PyObject
*
,
PyObject
*
)
static
β
representation()
std::string RobotObjectPy::representation
(
void
)
const
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 RobotObjectPy::setCustomAttributes
(
const char *
attr
,
PyObject
*
obj
)
setter for special attributes (e.g.
dynamic ones) Output: Success=1, Failure=-1, Ignore=0
β
staticCallback_getRobot()
PyObject
* RobotObjectPy::staticCallback_getRobot
(
PyObject
*
self
,
PyObject
*
args
)
static
callback for the
getRobot()
method
References
Base::BaseExceptionFreeCADError
,
Base::Console()
,
Base::ConsoleSingleton::Error()
,
getRobot()
,
Base::PyObjectBase::isConst()
,
Base::PyObjectBase::isValid()
,
Base::PyObjectBase::PyObjectBase()
, and
Base::PyObjectBase::startNotify()
.
Member Data Documentation
β
GetterSetter
PyGetSetDef RobotObjectPy::GetterSetter
static
Initial value:
= {
{NULL, NULL, NULL, NULL, NULL}
}
Attribute structure of
RobotObjectPy
.
β
Methods
PyMethodDef
RobotObjectPy::Methods
static
Initial value:
= {
{
"getRobot"
,
reinterpret_cast<
PyCFunction
>
(
staticCallback_getRobot
),
METH_VARARGS,
"\n Returns a copy of the robot. Be aware, the robot behaves the same\n like the robot of the object but is a copy!\n "
},
{NULL, NULL, 0, NULL}
}
Methods structure of
RobotObjectPy
.
β
Type
PyTypeObject RobotObjectPy::Type
static
Type structure of
RobotObjectPy
.
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/Robot/App/RobotObjectPy.h
src/Mod/Robot/App/RobotObjectPyImp.cpp
build/webdoc/src/Mod/Robot/App/RobotObjectPy.cpp
Robot::RobotObjectPy::staticCallback_getRobot
static PyObject * staticCallback_getRobot(PyObject *self, PyObject *args)
callback for the getRobot() method
Definition:
RobotObjectPy.cpp:98
1.8.17
|
====================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
StdCmdProjectUtil Member List
This is the complete list of members for
StdCmdProjectUtil
, including all inherited members.
abortCommand
(void)
Gui::Command
static
activated
(int iMsg)
StdCmdProjectUtil
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
StdCmdProjectUtil
virtual
CmdType
enum name
Gui::Command
protected
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)
StdCmdProjectUtil
protected
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
StdCmdProjectUtil
()
StdCmdProjectUtil
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
() const
Gui::Command
TriggerSource
enum name
Gui::Command
updateAction
(int mode)
Gui::Command
virtual
updateActive
(void)
Gui::Command
static
updateAll
(std::list< Gui::Document * > cList)
Gui::Command
static
~ StdCmdProjectUtil
()
StdCmdProjectUtil
virtual
~Command
()
Gui::Command
protected
virtual
~CommandBase
()
Gui::CommandBase
protected
virtual
1.8.17
|
==================================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
automotive_design
applied_date_assignment
automotive_design.applied_date_assignment Member List
This is the complete list of members for
automotive_design.applied_date_assignment
, including all inherited members.
assigned_date
automotive_design.date_assignment
assigned_date
()
automotive_design.date_assignment
items
automotive_design.applied_date_assignment
items
()
automotive_design.applied_date_assignment
name
automotive_design.applied_date_assignment
role
automotive_design.date_assignment
role
()
automotive_design.date_assignment
wr1
(self)
automotive_design.applied_date_assignment
1.8.17
|
=============================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
draftguitools
gui_snaps
Draft_Snap_Center
List of all members
|
Public Member Functions
draftguitools.gui_snaps.Draft_Snap_Center Class Reference
Public Member Functions
def
Activated
(self)
def
GetResources
(self)
Public Member Functions inherited from
draftguitools.gui_base.GuiCommandSimplest
def
IsActive
(self)
Additional Inherited Members
Public Attributes inherited from
draftguitools.gui_base.GuiCommandSimplest
command_name
doc
Detailed Description
GuiCommand for the Draft_Snap_Center tool.
Set snapping to the center of a circular arc.
Member Function Documentation
β
Activated()
def draftguitools.gui_snaps.Draft_Snap_Center.Activated
(
self
)
Execute when the command is called.
Reimplemented from
draftguitools.gui_base.GuiCommandSimplest
.
References
draftguitools.gui_snaps.sync_snap_statusbar_button()
, and
draftguitools.gui_snaps.sync_snap_toolbar_button()
.
β
GetResources()
def draftguitools.gui_snaps.Draft_Snap_Center.GetResources
(
self
)
Set icon, menu and tooltip.
The documentation for this class was generated from the following file:
src/Mod/Draft/draftguitools/gui_snaps.py
1.8.17
|
======================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
ifc2x3
ifcdoorstyleoperationenum
ifc2x3.ifcdoorstyleoperationenum Member List
This is the complete list of members for
ifc2x3.ifcdoorstyleoperationenum
, including all inherited members.
get_enum_ids
(self)
SCL.ConstructedDataTypes.ENUMERATION
1.8.17
|
===================================================================================================================================================
Index
Modules Hierarchy
Alphabetical list
SMESH_ElementSearcherImpl
TFaceLink
List of all members
|
Public Member Functions
SMESH_ElementSearcherImpl::TFaceLink Struct Reference
< link and faces sharing it (used in
findOuterBoundary()
)
More...
Public Member Functions
TFaceLink
(const
SMDS_MeshNode
*n1, const
SMDS_MeshNode
*n2, const
SMDS_MeshElement
*face)
Detailed Description
< link and faces sharing it (used in
findOuterBoundary()
)
Constructor & Destructor Documentation
β
TFaceLink()
SMESH_ElementSearcherImpl::TFaceLink::TFaceLink
(
const
SMDS_MeshNode
*
n1
,
const
SMDS_MeshNode
*
n2
,
const
SMDS_MeshElement
*
face
)
The documentation for this struct was generated from the following file:
src/3rdParty/salomesmesh/src/SMESH/SMESH_MeshAlgos.cpp
1.8.17
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.