TheSwamp

Code Red => .NET => Topic started by: nagamalliv on July 08, 2016, 12:38:01 AM

Title: How set logical length of column in AutoCAD Architecture C#.NET
Post by: nagamalliv on July 08, 2016, 12:38:01 AM
Hi,

Please guide me how to set "logical length" of structural member in Autocad ADT C#.NET.

Thanks,
Malli.
Title: Re: How set logical length of column in AutoCAD Architecture C#.NET
Post by: MexicanCustard on July 08, 2016, 07:17:11 AM
Structural Members have a StartPoint and an EndPoint property.  Set those and the "Logical Length" is the length of the vector between them.