Class SmartFinishing
Represents a smart finishing.
Inherited Members
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 17, 0, 0)]
public class SmartFinishing : SmartDocument
Remarks
This class is available since v7.17.
Constructors
SmartFinishing(DocumentId)
Initializes a new instance of the Smart
Declaration
public SmartFinishing(DocumentId inDocumentId)
Parameters
Type | Name | Description |
---|---|---|
Document |
inDocumentId | Document identifier of the document to reference. |
SmartFinishing(DocumentId, DocumentReferenceType)
Initializes a new instance of the Smart
Declaration
public SmartFinishing(DocumentId inDocumentId, DocumentReferenceType inReferenceType)
Parameters
Type | Name | Description |
---|---|---|
Document |
inDocumentId | Document identifier of the document to reference. |
Document |
inReferenceType | Document reference type of the SmartDocument. |
SmartFinishing(ElementId)
Initializes a new instance of the Smart
Declaration
public SmartFinishing(ElementId inElementId)
Parameters
Type | Name | Description |
---|---|---|
Element |
inElementId | Identifier of providing element. |
SmartFinishing(ElementId, DocumentReferenceType)
Initializes a new instance of the Smart
Declaration
public SmartFinishing(ElementId inElementId, DocumentReferenceType inReferenceType)
Parameters
Type | Name | Description |
---|---|---|
Element |
inElementId | Identifier of providing element. |
Document |
inReferenceType | Document reference type of the SmartDocument. |