Search found 3 matches

by easylift
31 Mar 2009, 11:12
Forum: CAD .NET
Topic: dim scale linear
Replies: 3
Views: 15676

Re: dim scale linear

yes is it.

Alternatively I can load a file with different dimension styles named for example "style10scale" "style20scale".

When I insert a new dimension instead to create a new style,
can I use an existing dimension style, calling for example the style "style10scale"?

thank you
Ivan
by easylift
28 Mar 2009, 20:56
Forum: CAD .NET
Topic: dim scale linear
Replies: 3
Views: 15676

dim scale linear

Using CADDimension how to set the primary unit scale? ("dim scale linear" in Autocad).

thanks
Ivan
by easylift
19 Mar 2009, 14:05
Forum: CAD .NET
Topic: Insert complete block (object) on position
Replies: 7
Views: 30617

Re: Insert complete block (object) on position

I converted in vb.net the first example, but I have an error on: Dim entInsert As CADInsert = entSource entSource in c CADLine type, the error message is: "Cast error, cannot convert CADLine to CADInsert" somebody know how to insert a dwg block into a dwg file? thanks here is it all the code: Me.cad...