Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/add ref direction table to oss #54

Merged
merged 5 commits into from
Mar 4, 2024
Merged
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
3 changes: 2 additions & 1 deletion src/ansys/api/acp/v0/oriented_selection_set.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ message Properties {
array_types.DoubleArray orientation_direction = 4;
repeated base.ResourcePath rosettes = 5;
enum_types.RosetteSelectionMethod rosette_selection_method = 6;
// TODO: tabular values

repeated base.ResourcePath selection_rules = 7;

// draping-related properties
Expand All @@ -48,6 +48,7 @@ message Properties {
ply_material.DrapingMaterialType draping_material_model = 14;
double draping_ud_coefficient = 15;
double rotation_angle = 16;
base.ResourcePath reference_direction_field = 17;
}

message ObjectInfo {
Expand Down