Testing in C3D2012, using tutorial drawing "Sections-Grade-Label", selecting 2 sections depicting the existing ground and datum. Note that the datum in the drawing stops correctly where it intersects the ground:
However, when I gather the start/end points for the section links I get points that fall outside the limits of the datum section:
The second item appears to be the daylight point, but the first item is at the edge of the section view with an elevation that makes no sense. At the other side, item 17 is the daylight point and items 18-21 do not appear to be related to anything else in the sectionview, other than #21 which is again at the edge of the sectionview. What could these extra points/links be for? Intersetingly, the same section in C3D2014 returns 1 less point and all points through item 17 are identical, but those following all differ.
BTW, using lisp as I'm helping another user who knows nothing of .NET.
Testing in C3D2012, using tutorial drawing "Sections-Grade-Label", selecting 2 sections depicting the existing ground and datum. Note that the datum in the drawing stops correctly where it intersects the ground:
However, when I gather the start/end points for the section links I get points that fall outside the limits of the datum section:
The second item appears to be the daylight point, but the first item is at the edge of the section view with an elevation that makes no sense. At the other side, item 17 is the daylight point and items 18-21 do not appear to be related to anything else in the sectionview, other than #21 which is again at the edge of the sectionview. What could these extra points/links be for? Intersetingly, the same section in C3D2014 returns 1 less point and all points through item 17 are identical, but those following all differ.
BTW, using lisp as I'm helping another user who knows nothing of .NET.
OK, so I checked to see what the .NET Section.SectionPoints property would return. In C3D2014 it returns the same invalid points outside the daylight limits as the COM version does.
OK, so I checked to see what the .NET Section.SectionPoints property would return. In C3D2014 it returns the same invalid points outside the daylight limits as the COM version does.
Further exploration has revealed that one must use the SectionLink.Type property to determine if that link is displayed (0= display, 1=hide). So I can get this to work with COM, however, I don't see any way to determine this with the .NET managed wrapper as the SectionPoint only exposes the Location property.
Further exploration has revealed that one must use the SectionLink.Type property to determine if that link is displayed (0= display, 1=hide). So I can get this to work with COM, however, I don't see any way to determine this with the .NET managed wrapper as the SectionPoint only exposes the Location property.
Can't find what you're looking for? Ask the community or share your knowledge.