|
|
__init__(self,
name,
*items)
Initializes the Primitive instance object with a unique ID. |
|
|
|
|
__repr__(self)
Returns a string representation. |
|
|
|
|
|
|
|
|
|
|
clearItems(self)
Clears the list of items. |
|
|
|
|
|
|
|
getDim(self)
Returns the dimensionality of the items. |
|
|
|
|
getItems(self)
Returns the list of items. |
|
|
|
|
getManifoldClass(self)
Returns the manifold class expected from items. |
|
|
|
|
getName(self)
Returns the name of the set. |
|
|
|
|
getNumItems(self)
Returns the number of items in the property set. |
|
|
|
|
getTag(self)
Returns the tag used for this property set. |
|
|
|
|
setName(self,
name)
Sets the name. |
|
|
|
Inherited from Primitive:
__neg__,
getDirectedID,
getID,
getUnderlyingPrimitive,
hasSameOrientation,
isColocated,
isReversed,
substitute
Inherited from PrimitiveBase:
__add__,
__cmp__,
__eq__,
__hash__,
__iadd__,
__imul__,
__isub__,
__lt__,
__rmul__,
__sub__,
apply,
copy,
getConstructionPoints,
getPrimitives,
modifyBy,
setLocalScale
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|