Search found 3 matches

by Mito
Mon Feb 03, 2025 5:55 am
Forum: DG Kernel discussions
Topic: Clockwise curve
Replies: 0
Views: 27074

Clockwise curve

I want to create a wire that is a mixture of counterclockwise and clockwise. Clockwise curves do not work in the following code. I am testing this by copying it into "InterfaceTests" > "IEntityTest.cs" from the sample. IBRepWire_DG iWire; { IBRepBuilder_DG iBuilder = m_gen.Create...
by Mito
Fri Jan 31, 2025 1:58 am
Forum: DG Kernel discussions
Topic: Reversing CreatePipe Function
Replies: 3
Views: 57188

Re: Reversing CreatePipe Function

Thank you for your response. I really appreciate your help.
by Mito
Thu Jan 30, 2025 7:39 am
Forum: DG Kernel discussions
Topic: Reversing CreatePipe Function
Replies: 3
Views: 57188

Reversing CreatePipe Function

I want to use the CreatePipe function to sweep a circle over a 270-degree range. With the code below, I can achieve a 90-degree sweep, but I don't know how to extend it to 270 degrees. I am testing this by copying it into "InterfaceTests" > "IEntityTest.cs" from the sample. publi...