Method | Description | |
---|---|---|
PartData ( ) : Prizm.Domain.Entity.Mill | ||
PartData ( |
Creates the PartData element on the corresponding Row
|
|
PartData ( Part part, System.Guid jointId ) : Prizm.Domain.Entity.Mill |
Creates the PartData element on the corresponding jointing element Part and respective joint Id
|
|
SetPartConnectors ( |
Set the connector of PartData element by coresponding Row
|
Method | Description | |
---|---|---|
SetConnectorsCountString ( |
Bild the ConnectorsCount string according to format: "free connectors count = N"("diameter_1", "diameter_2", ... "diameter_N")
|
public PartData ( ) : Prizm.Domain.Entity.Mill | ||
return | Prizm.Domain.Entity.Mill |
public PartData ( |
||
row | The Row taken from a database, its element of DataTable | |
return | Prizm.Domain.Entity.Mill |
public PartData ( Part part, System.Guid jointId ) : Prizm.Domain.Entity.Mill | ||
part | Part | Connected part of Joint |
jointId | System.Guid | Guid of Joint |
return | Prizm.Domain.Entity.Mill |
public SetPartConnectors ( |
||
row | The Row gives the diameter of components connector | |
return | void |