Class SmartMaterial
Represents a smart material.
Inherited Members
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 17, 0, 0)]
public class SmartMaterial : SmartDocument
Remarks
This class is available since v7.17.
Constructors
| Name | Description |
|---|---|
| SmartMaterial(DocumentId) | Initializes a new instance of the SmartMaterial class of type Basic |
| SmartMaterial(DocumentId, DocumentReferenceType) | Initializes a new instance of the SmartMaterial class of type Basic |
| SmartMaterial(ElementId) | Initializes a new instance of the SmartMaterial class of type Element. |
| SmartMaterial(ElementId, DocumentReferenceType) | Initializes a new instance of the SmartMaterial class of type Element. |