The QTOMaterial type exposes the following members.

Methods

  NameDescription
Public methodAdd(ObjectId)
Adds a material item with the sampled surface to the material.
Public methodAdd(ObjectId, String)
Adds a material item with the sampled corridor shape to the material.
Public methodDispose
Public methodGetEnumerator
Implement the method declare in IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection.
Public methodGetFactor
Gets the factor value.
Public methodGetObjectEnumerator
Implement the method declare in IEnumerable interface. This method return an enumerator which can be use to enumerate this collection.
Public methodIsFactorApplicable
Gets a boolean value indicating whether the specified factor is applicable.
Public methodRemove(String)
Removes a material item specified by name from the material.
Public methodRemove(QTOMaterialItem)
Removes a material item from the material.
Public methodRemoveAt
Removes a material item specified by index from the material.
Public methodSetFactor
Sets the factor value.

See Also