list[string]
|
add(iBB)
Adds a rectangle to the sketch given by a bounding box in two
dimensions. |
|
|
|
string
|
|
list[string]
|
|
|
None
|
clear()
Clears the sketch. |
|
|
|
ConstraintManager
|
constraintManager()
Returns the attached constraint manager. |
|
|
|
Sketch
|
deserialize(xml)
Static method, deserialize XML representation of definition to Python
object. |
|
|
|
None
|
deserializeEx()
Method not for use. |
|
|
|
list(string)
|
edgeIds(iSketch)
Returns the edge ids of the specified sketch. |
|
|
|
string
|
filletVertex(iName,
iRadius)
Applies a fillet to the given vertex with the specified radius. |
|
|
|
bool
|
insertVertex(iName,
iPosition)
Inserts a vertex into the sketch on the given edge. |
|
|
|
bool
|
isEmpty()
Returns True when the sketch is empty. |
|
|
|
bool
|
move(iName,
iOffset)
Moves an edge by a given offset. |
|
|
|
bool
|
|
|
str
|
|
|
None
|
|
|
list(Sketch)
|
split(iSketch)
Splits the specified sketch. |
|
|
|
list(string)
|
vertexIds(iSketch)
Returns the vertex ids of the specified sketch. |
|
|
|
Inherited from Part:
age,
badFaces,
boundingBox,
centeredBoundingBox,
check,
checkLumps,
cloneFlatten,
exportFaceToSAT,
exportToSAB,
exportToSAT,
faceCentroid,
faceNormalAtCentroid,
faces,
facetFaces,
hide,
importCad,
importCadWithUnits,
inspectPart,
locatorList,
project,
show,
slice,
sliceLineFacets,
touchGeometry
Inherited from core.Attributable:
addAttribute,
attributeNames,
getAttribute,
removeAttribute,
setAttribute
Inherited from core.Selectable:
clone,
isSelected
Inherited from core.Updatable:
__enter__,
__exit__,
hash,
isValid,
reasonWhyInvalid
|