Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/ansys/api/acp/v0/modeling_ply.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package ansys.api.acp.v0.modeling_ply;

import "ansys/api/acp/v0/base.proto";
import "ansys/api/acp/v0/enum_types.proto";
import "ansys/api/acp/v0/linked_selection_rule.proto";

message Properties {
enum_types.StatusType status = 1;
Expand All @@ -12,6 +13,10 @@ message Properties {
int64 number_of_layers = 5;
bool active = 6;
int64 global_ply_nr = 7;
// TODO: draping
repeated linked_selection_rule.LinkedSelectionRule selection_rules = 8;
// TODO: variable thickness
// TODO: taper edges
}

message ObjectInfo {
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/api/acp/v0/oriented_selection_set.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ message Properties {
repeated base.ResourcePath rosettes = 5;
enum_types.RosetteSelectionMethod rosette_selection_method = 6;
// TODO: tabular values
// TODO: selection rules
repeated base.ResourcePath selection_rules = 7;
// TODO: draping
}

Expand Down