mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 10:08:35 +05:00
Update documentation in accordance with bug PAL12608.
This commit is contained in:
parent
d0ed5b5b9c
commit
8b2c3f9091
@ -38,7 +38,7 @@ img_whs16 { border:none; width:360px; height:328px; float:none; border-style:non
|
|||||||
p.whs17 { font-size:12pt; font-weight:normal; }
|
p.whs17 { font-size:12pt; font-weight:normal; }
|
||||||
img_whs18 { border:none; width:360px; height:290px; float:none; border-style:none; }
|
img_whs18 { border:none; width:360px; height:290px; float:none; border-style:none; }
|
||||||
img_whs19 { border:none; width:360px; height:405px; float:none; border-style:none; }
|
img_whs19 { border:none; width:360px; height:405px; float:none; border-style:none; }
|
||||||
img_whs20 { border:none; width:360px; height:309px; float:none; border-style:none; }
|
img_whs20 { border:none; width:360px; height:337px; float:none; }
|
||||||
p.whs21 { font-size:12pt; margin-left:40px; text-indent:-40px; }
|
p.whs21 { font-size:12pt; margin-left:40px; text-indent:-40px; }
|
||||||
img_whs22 { border:none; width:25px; height:23px; border-style:none; }
|
img_whs22 { border:none; width:25px; height:23px; border-style:none; }
|
||||||
ul.whs23 { list-style:disc; }
|
ul.whs23 { list-style:disc; }
|
||||||
@ -174,16 +174,14 @@ if (window.writeIntopicBar)
|
|||||||
|
|
||||||
<p class="whs1"> </p>
|
<p class="whs1"> </p>
|
||||||
|
|
||||||
<p class="whs1"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;"><b style="font-weight: bold;">Description:</b>
|
<p class="whs1"><span style="font-size: 12pt;"><font size=3 style="font-size:12pt;">Returns the
|
||||||
Returns the coordinates of a point.</font></span></p>
|
coordinates of a point.</font></span></p>
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
<p class="whs1"> </p>
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Result:</b> Point
|
<p class="whs1"><b style="font-weight: bold;">Result:</b> Point
|
||||||
coordinates (X, Y, Z) in 3D space in the form of Python Tuple.</p>
|
coordinates (X, Y, Z) in 3D space in the form of Python Tuple.</p>
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><span style="font-weight: bold;"><B>TUI command:</B></span>
|
<p class="whs1"><span style="font-weight: bold;"><B>TUI command:</B></span>
|
||||||
<span style="font-style: italic;"><I>geompy.PointCoordinates(Point)</I></span>,
|
<span style="font-style: italic;"><I>geompy.PointCoordinates(Point)</I></span>,
|
||||||
where Point is a point whose coordinates are inquired.</p>
|
where Point is a point whose coordinates are inquired.</p>
|
||||||
@ -203,17 +201,14 @@ if (window.writeIntopicBar)
|
|||||||
|
|
||||||
<p class="whs9"> </p>
|
<p class="whs9"> </p>
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Description:</b>
|
<p class="whs1">Returns the properties (Length, Surface &
|
||||||
Return the properties (Length, Surface & Volume) of a definite geometrical
|
Volume) for the selected geometrical object.</p>
|
||||||
object.</p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
<p class="whs1"> </p>
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Result:</b> Display
|
<p class="whs1"><b style="font-weight: bold;">Result:</b> Display
|
||||||
Length, Surface & Volume in the form of Python Tuple.</p>
|
Length, Surface & Volume in the form of Python Tuple.</p>
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><span style="font-weight: bold;"><B>TUI command:</B></span>
|
<p class="whs1"><span style="font-weight: bold;"><B>TUI command:</B></span>
|
||||||
<span style="font-style: italic;"><I>geompy.BasicProperties(Shape)</I></span>,
|
<span style="font-style: italic;"><I>geompy.BasicProperties(Shape)</I></span>,
|
||||||
where Shape is a shape whose properties are inquired.</p>
|
where Shape is a shape whose properties are inquired.</p>
|
||||||
@ -232,16 +227,14 @@ if (window.writeIntopicBar)
|
|||||||
|
|
||||||
<p class="whs9"> </p>
|
<p class="whs9"> </p>
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Description:</b>
|
<p class="whs1">Calculates and returns the coordinates of the
|
||||||
Creates a gravity center of a shape and returns its coordinates.</p>
|
gravity center for the selected geometrical object.</p>
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
<p class="whs1"> </p>
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Result:</b> GEOM_Object
|
<p class="whs1"><b style="font-weight: bold;">Result:</b> GEOM_Object
|
||||||
(vertex).</p>
|
(vertex).</p>
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">TUI Command:</b><i>
|
<p class="whs1"><b style="font-weight: bold;">TUI Command:</b><i>
|
||||||
</i><span style="font-style: italic;"><I>geompy.MakeCDG(Shape)</I></span>, where
|
</i><span style="font-style: italic;"><I>geompy.MakeCDG(Shape)</I></span>, where
|
||||||
Shape is the shape for which a center of gravity is computed.</p>
|
Shape is the shape for which a center of gravity is computed.</p>
|
||||||
@ -261,12 +254,12 @@ if (window.writeIntopicBar)
|
|||||||
|
|
||||||
<p class="whs7"> </p>
|
<p class="whs7"> </p>
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Description:</b>
|
<p class="whs1">Returns the axis of inertia for the selected
|
||||||
Returns the inertia axis of a geometrical object.</p>
|
geometrical object.</p>
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
<p class="whs1"> </p>
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Result:</b> Display
|
<p class="whs1"><b style="font-weight: bold;">Result:</b> Displays
|
||||||
the matrix and moments of inertia in the form of Python Tuple (I11, I12,
|
the matrix and moments of inertia in the form of Python Tuple (I11, I12,
|
||||||
I13, </p>
|
I13, </p>
|
||||||
|
|
||||||
@ -301,8 +294,8 @@ if (window.writeIntopicBar)
|
|||||||
|
|
||||||
<p class="whs7"> </p>
|
<p class="whs7"> </p>
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Description:</b>
|
<p class="whs1">Returns the dimensions of the bounding box
|
||||||
Returns the dimensions of the bounding box of a geometrical object.</p>
|
for the selected geometrical object.</p>
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
<p class="whs1"> </p>
|
||||||
|
|
||||||
@ -310,8 +303,6 @@ if (window.writeIntopicBar)
|
|||||||
the dimensions of the bounding box of a geometrical object in the form
|
the dimensions of the bounding box of a geometrical object in the form
|
||||||
of Python Tuple (Xmin, Xmax, Ymin, Ymax, Zmin, Zmax).</p>
|
of Python Tuple (Xmin, Xmax, Ymin, Ymax, Zmin, Zmax).</p>
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs15">TUI command: <span style="font-weight: normal; font-style: italic;"><I>geompy.BoundingBox(Shape)</I></span><span
|
<p class="whs15">TUI command: <span style="font-weight: normal; font-style: italic;"><I>geompy.BoundingBox(Shape)</I></span><span
|
||||||
style="font-weight: normal;">, where Shape is a shape for which a bounding
|
style="font-weight: normal;">, where Shape is a shape for which a bounding
|
||||||
box is computed.</span></p>
|
box is computed.</span></p>
|
||||||
@ -330,13 +321,8 @@ if (window.writeIntopicBar)
|
|||||||
|
|
||||||
<p class="whs7"> </p>
|
<p class="whs7"> </p>
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Description:</b>
|
<p class="whs1">Returns the minimum distance between two geometrical
|
||||||
Returns the min. distance between 2 geometrical objects.</p>
|
objects.</p>
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Result:</b> Displays
|
|
||||||
the min. distance.</p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
<p class="whs1"> </p>
|
||||||
|
|
||||||
@ -358,8 +344,8 @@ if (window.writeIntopicBar)
|
|||||||
|
|
||||||
<p class="whs9"> </p>
|
<p class="whs9"> </p>
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Description:</b>
|
<p class="whs1">Returns the maximum and the minimum tolerance
|
||||||
Returns the tolerance of a geometrical object.</p>
|
for the selected geometrical object.</p>
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
<p class="whs1"> </p>
|
||||||
|
|
||||||
@ -367,8 +353,6 @@ if (window.writeIntopicBar)
|
|||||||
the tolerance values (FaceMinTol, FaceMaxTol, EgdeMinTol, EgdeMaxTol,
|
the tolerance values (FaceMinTol, FaceMaxTol, EgdeMinTol, EgdeMaxTol,
|
||||||
VertexMinTol, VertexMaxTol).</p>
|
VertexMinTol, VertexMaxTol).</p>
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs15">TUI command: <span style="font-weight: normal; font-style: italic;"><I>geompy.Tolerance(Shape)</I></span><span
|
<p class="whs15">TUI command: <span style="font-weight: normal; font-style: italic;"><I>geompy.Tolerance(Shape)</I></span><span
|
||||||
style="font-weight: normal;">, where Shape is a shape for which minimal
|
style="font-weight: normal;">, where Shape is a shape for which minimal
|
||||||
and maximal tolerances are returned.</span></p>
|
and maximal tolerances are returned.</span></p>
|
||||||
@ -387,13 +371,8 @@ if (window.writeIntopicBar)
|
|||||||
|
|
||||||
<p class="whs9"> </p>
|
<p class="whs9"> </p>
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Description:</b>
|
<p class="whs1">Displays types and quantities of all elements
|
||||||
Returns the type of a geometrical object.</p>
|
composing the selected geometrical object.</p>
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Result:</b> Displays
|
|
||||||
all elements composing your geometrical object.</p>
|
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
<p class="whs1"> </p>
|
||||||
|
|
||||||
@ -416,24 +395,21 @@ if (window.writeIntopicBar)
|
|||||||
|
|
||||||
<p class="whs7"> </p>
|
<p class="whs7"> </p>
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Description:</b>
|
<p class="whs1">Checks the topology of the selected geometrical
|
||||||
Returns True if this geometrical object is valid.</p>
|
object and returns True if it is valid. <span style="font-weight: bold;"><B>Check
|
||||||
|
also geometry</B></span> checkbox allows to test the geometry as well. </p>
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
<p class="whs1"> </p>
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Result:</b> Boolean.</p>
|
<p class="whs1"><b style="font-weight: bold;">Result:</b> Boolean.</p>
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">TUI Command:</b><i>
|
<p class="whs1"><b style="font-weight: bold;">TUI Command:</b><i>
|
||||||
</i><span style="font-style: italic;"><I>geompy.CheckShape(Shape)</I></span>,
|
</i><span style="font-style: italic;"><I>geompy.CheckShape(Shape)</I></span>,
|
||||||
where is shape which is checked for validity.</p>
|
where is shape which is checked for validity.</p>
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
<p class="whs1"> </p>
|
||||||
|
|
||||||
<p class="whs11"><img src="../pics/measures9.png" x-maintain-ratio="TRUE" width="360px" height="309px" border="0" class="img_whs20"></p>
|
<p class="whs11"><img src="../pics/measures9.png" x-maintain-ratio="TRUE" width="360px" height="337px" border="0" class="img_whs20"></p>
|
||||||
|
|
||||||
<p class="whs11"> </p>
|
|
||||||
|
|
||||||
<p class="whs21"> </p>
|
<p class="whs21"> </p>
|
||||||
|
|
||||||
@ -444,9 +420,9 @@ if (window.writeIntopicBar)
|
|||||||
|
|
||||||
<p class="whs21"> </p>
|
<p class="whs21"> </p>
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">Description:</b>
|
<p class="whs1">Checks whether a shape is a compound of glued
|
||||||
Checks whether a shape is a compound of glued blocks. To be considered
|
blocks. To be considered as a compound of blocks, the given shape must
|
||||||
as a compound of blocks, the given shape must satisfy the following conditions:</p>
|
satisfy the following conditions:</p>
|
||||||
|
|
||||||
<ul type="disc" class="whs23">
|
<ul type="disc" class="whs23">
|
||||||
|
|
||||||
@ -485,8 +461,6 @@ if (window.writeIntopicBar)
|
|||||||
<p class="whs1"><b style="font-weight: bold;">Result:</b> Boolean;
|
<p class="whs1"><b style="font-weight: bold;">Result:</b> Boolean;
|
||||||
highlight in the viewer.</p>
|
highlight in the viewer.</p>
|
||||||
|
|
||||||
<p class="whs1"> </p>
|
|
||||||
|
|
||||||
<p class="whs1"><b style="font-weight: bold;">TUI Command:</b><i>
|
<p class="whs1"><b style="font-weight: bold;">TUI Command:</b><i>
|
||||||
</i><span style="font-style: italic;"><I>geompy.CheckCompoundOfBlocks(Compound).
|
</i><span style="font-style: italic;"><I>geompy.CheckCompoundOfBlocks(Compound).
|
||||||
</I></span>Checks if the<span style="font-style: italic;"> <I></I></span>shape is
|
</I></span>Checks if the<span style="font-style: italic;"> <I></I></span>shape is
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue
Block a user