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

Add function 'Project Sheet' #5360

Open
ngkazu opened this issue Oct 30, 2024 · 1 comment
Open

Add function 'Project Sheet' #5360

ngkazu opened this issue Oct 30, 2024 · 1 comment
Labels
enhancement New features or code improvements

Comments

@ngkazu
Copy link

ngkazu commented Oct 30, 2024

Description of the feature

Implementation of AEDT's modeling function "Project Sheet"

  • funtion in menu 'Modeler'
    Modeler-> Surface-> Project Sheets...
    Image

Steps for implementing the feature

In the AEDT script:

oEditor = oDesign.SetActiveEditor("3D Modeler")
oEditor.ProjectSheet(
	[
		"NAME:Selections",
		"Selections:="		, "Box2,Rectangle3"
	], 
	[
		"NAME:ProjectSheetParameters",
		"Thickness:="		, "1mm",
		"DraftAngle:="		, "10deg",
		"KeepOriginals:="	, True
	])

Useful links and references

No response

@ngkazu ngkazu added the enhancement New features or code improvements label Oct 30, 2024
@gmalinve
Copy link
Contributor

Hi @ngkazu,

Thanks for opening this issue.
If you already have an idea on how to implement this feature please go ahead.
PyAEDT is an open source repository where anyone can contribute.

Thanks,
Kind regards,

Giulia

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
None yet
Development

No branches or pull requests

2 participants