Search found 14 matches

by ZSJ
Fri Jul 29, 2022 4:54 am
Forum: API
Topic: IEquationMgr does not modify global variables link
Replies: 0
Views: 505

IEquationMgr does not modify global variables link

Go to Component Edit mode,
IEquationMgr does not modify global variables link,
But Value to take effect, the equation does not change.
Please!
by ZSJ
Thu Mar 10, 2022 3:16 am
Forum: API
Topic: How to set Edge color in SW?
Replies: 2
Views: 624

Re: How to set Edge color in SW?

Lucas wrote: Thu Mar 10, 2022 2:59 am Tools -> Options -> System Options -> Colors -> "Selected Item 1" and "Edges in Shaded With Edges Mode"-> Edit
image.png
Thinks!
already solved.
Is my IEdge pointer is invalid.
IEdge.Display works fine.
by ZSJ
Thu Mar 10, 2022 1:47 am
Forum: API
Topic: How to set Edge color in SW?
Replies: 2
Views: 624

How to set Edge color in SW?

How to set Edge color in SW?
I am currently using IEdge.Display, But it will cause SW to crash.
Is there any other way please?
Thanks!
by ZSJ
Mon Mar 07, 2022 2:08 am
Forum: API
Topic: How to add a decal to the face of a part body in an assembly?
Replies: 14
Views: 1626

Re: How to add a decal to the face of a part body in an assembly?

matt wrote: Thu Mar 03, 2022 10:34 pm Yeah, I can fix it if you want.
I have sent you an email.
Please help me change my username, thank you!
by ZSJ
Thu Mar 03, 2022 9:58 pm
Forum: API
Topic: How to add a decal to the face of a part body in an assembly?
Replies: 14
Views: 1626

Re: How to add a decal to the face of a part body in an assembly?

AlexLachance wrote: Thu Mar 03, 2022 8:49 pm Hah! Perhaps you could send a PM to @matt so that he changes your username to whatever you desire!
thanks! I'll try it .
by ZSJ
Thu Mar 03, 2022 8:15 pm
Forum: API
Topic: How to add a decal to the face of a part body in an assembly?
Replies: 14
Views: 1626

Re: How to add a decal to the face of a part body in an assembly?

AlexLachance wrote: Thu Mar 03, 2022 8:40 am The username :P
I didn't know the account name and username were the same at the beginning.
grumph
by ZSJ
Wed Mar 02, 2022 9:48 pm
Forum: API
Topic: How to add a decal to the face of a part body in an assembly?
Replies: 14
Views: 1626

Re: How to add a decal to the face of a part body in an assembly?

AlexLachance wrote: Tue Mar 01, 2022 9:26 am Excuse me for the off-topicness, but how did you come up with that name?
Are you referring to the username or the question ?
by ZSJ
Wed Mar 02, 2022 9:47 pm
Forum: API
Topic: How to add a decal to the face of a part body in an assembly?
Replies: 14
Views: 1626

Re: How to add a decal to the face of a part body in an assembly?

zxys001 wrote: Tue Mar 01, 2022 8:58 am well, a decal is a thin part so, add a part or copy the surface on the mating part in your new decal part and thicken, add the decal to the thickened side?
The decals I'm referring to are the appearance on the part, not the individual parts
by ZSJ
Wed Mar 02, 2022 9:39 pm
Forum: API
Topic: How to add a decal to the face of a part body in an assembly?
Replies: 14
Views: 1626

Re: How to add a decal to the face of a part body in an assembly?

JSculley wrote: Tue Mar 01, 2022 7:50 am From the SW Help:
image.png
But I need to display image information on the face of the part in the assembly environment, is there any other way?
by ZSJ
Tue Mar 01, 2022 1:44 am
Forum: API
Topic: How to add a decal to the face of a part body in an assembly?
Replies: 14
Views: 1626

How to add a decal to the face of a part body in an assembly?

How to add a decal to the face of a part body in an assembly?
I can add textures to faces in parts,
But unable to add decals on face of part body in assembly.
Thank!
by ZSJ
Mon Feb 21, 2022 8:11 pm
Forum: API
Topic: How to improve the speed of SW selection API
Replies: 7
Views: 1358

Re: How to improve the speed of SW selection API

Austin Schukar wrote: Mon Feb 21, 2022 11:05 am Have you tried artem's suggestions above? I.e. Bath selection and/or API-only selection
Yes, used, currently used is AddSelectionListObjects
by ZSJ
Mon Feb 21, 2022 3:10 am
Forum: API
Topic: How to improve the speed of SW selection API
Replies: 7
Views: 1358

Re: How to improve the speed of SW selection API

Thanks, The speed of selection is greatly improved when the Scroll selected item into view is disabled, but the speed is still not up to standard when there are too many parts. Currently disabled: Scroll selected item Graphics update FeatureTree and FeatureTreeWindow AssemblyRebuild Is there any oth...
by ZSJ
Thu Feb 17, 2022 1:03 am
Forum: API
Topic: How to improve the speed of SW selection API
Replies: 7
Views: 1358

Re: How to improve the speed of SW selection API

Thanks,
Has been used Try to use the API only selection or batch selection,
But it's still slow.
Is there any other way?
by ZSJ
Wed Feb 16, 2022 9:42 pm
Forum: API
Topic: How to improve the speed of SW selection API
Replies: 7
Views: 1358

How to improve the speed of SW selection API

How to improve the speed of SW selection API?
Or To avoid the SW selection API, Implementation SW DeriveSketch API?
The development process encountered efficiency issues. Need help! Thinks!