Search found 38 matches

by gmanucci
Fri Oct 16, 2015 4:09 pm
Forum: Specific Development
Topic: Extracting Family Info
Replies: 5
Views: 4613

Re: Extracting Family Info

U're welcome :D
by gmanucci
Thu Oct 15, 2015 4:59 pm
Forum: Specific Development
Topic: Extracting Family Info
Replies: 5
Views: 4613

Re: Extracting Family Info

u looking for this? i've created this class shows you an list of string of the codes of an document id. Family FmFile = new Family(DocumentId); MessageBox.Show(FmFile.Codes[0]); public class Family { DocumentId MainDocId; void Family(DocumentId DocId) { if(TopSolidHost.Families.IsFamily(DocId)) { th...
by gmanucci
Fri Oct 09, 2015 8:01 pm
Forum: Specific Development
Topic: How to UnBend a sheetmetal part & extract Bendline Info?
Replies: 4
Views: 3888

Re: How to UnBend a sheetmetal part & extract Bendline Info?

hello!

i've been looking on the API and i haven't found something about it...

i can get an element, but not an "element of element"

this arc is inside the element of sketh or bend operation...
by gmanucci
Mon Oct 05, 2015 11:42 pm
Forum: Suggestions and Enhancements
Topic: [Suggestion] Log Window
Replies: 3
Views: 20589

Re: [Suggestion] Log Window

bump!!
by gmanucci
Sat Oct 03, 2015 3:35 am
Forum: Specific Development
Topic: Highlight an element
Replies: 12
Views: 7845

Re: Highlight an element

did u read about IUser Interface?

there you have some options like AskFace, Color, etc.
by gmanucci
Sat Oct 03, 2015 2:32 am
Forum: Specific Development
Topic: Highlight an element
Replies: 12
Views: 7845

Re: Highlight an element

aw, sry,

i didn't understand that to highlight an graphic object...

i did understand to highlight something on the GUI, like the Project Tree, operations Tree...

sry again!
by gmanucci
Fri Oct 02, 2015 8:44 pm
Forum: Specific Development
Topic: Highlight an element
Replies: 12
Views: 7845

Re: Highlight an element

Image

Code: Select all

    
    Private Sub Form1_Paint(sender As Object, e As System.Windows.Forms.PaintEventArgs) Handles Me.Paint
        e.Graphics.DrawRectangle(Pens.Green, 10, 10, 200, 150)
    End Sub
by gmanucci
Thu Oct 01, 2015 11:03 pm
Forum: Specific Development
Topic: Highlight an element
Replies: 12
Views: 7845

Re: Highlight an element

what about drawing blocks?

btw i don't know how to get the screen position of this.

i'll work on that ASAP