Good day,
My name is Andžejus, I'm new to this forum and to Catia.
I was trying to make a customized frame and title block script.
And I can't find how to control line thickness.
Here is a code that draws line:
Function CreateLine( iX1 As Double, iY1 As Double, iX2 As Double, iY2 As Double, iName As String) As Curve2D
Set CreateLine = Fact.CreateLine( iX1, iY1, iX2, iY2)
CreateLine.Name = iName
End Function
What code do I need to add to define line thickness?
Or where to look for that kind of information?
My name is Andžejus, I'm new to this forum and to Catia.
I was trying to make a customized frame and title block script.
And I can't find how to control line thickness.
Here is a code that draws line:
Function CreateLine( iX1 As Double, iY1 As Double, iX2 As Double, iY2 As Double, iName As String) As Curve2D
Set CreateLine = Fact.CreateLine( iX1, iY1, iX2, iY2)
CreateLine.Name = iName
End Function
What code do I need to add to define line thickness?
Or where to look for that kind of information?