Skip to content

Commit 0f9598d

Browse files
Merge pull request #15 from Digital-Production-Aachen/part_clarification
Updated documentation of Part message to clarify instance and origina…
2 parents 3feb65d + b7b8d87 commit 0f9598d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

open_vector_format.proto

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ message PowerGradientParams
133133
float gradientInWPerS = 2;
134134
}
135135

136-
//Part is a reference to the CAD 3D model.
136+
//Part is a reference to a CAD 3D model instance in this Job.
137+
//Instances in a job may differ in their position, orientation, process strategy, marking parameters or support structures,
138+
//even if they are derived from the same parent part.
139+
//Common parent parts of instances can be identified using the parent_part_name, if set.
137140
message Part {
138141
string name = 1;
139142
GeometryInfo geometry_info = 2;
@@ -150,6 +153,9 @@ message Part {
150153
//two LPBFMetadata objects are added with PartArea set to VOLUME in both, SkinType set to DOWN_SKIN in first and IN_SKIN in second
151154
repeated VectorBlock.LPBFMetadata exposure_order = 7;
152155

156+
//reference to the original CAD 3D model this instance was created from
157+
string parent_part_name = 8;
158+
153159
//Metadata related to the geometry of the part
154160
message GeometryInfo {
155161
//part volume in cubic millimeters

0 commit comments

Comments
 (0)