Autodesk / civilconnection

CivilConnection enables the exchange of information between Civil 3D, Dynamo and Revit.
94 stars 43 forks source link

FeatureLinePointsClass #43

Closed BartDeMaesschalckAtDIMCO closed 4 years ago

BartDeMaesschalckAtDIMCO commented 4 years ago

I have added a FeatueLinePoints class. This is used to export featureline-points into a list from a bunch of featurelines with a given code. (Baseline.GetFeaturelinePointsByCode(string code)) In our workflow we do not have much use for the featurelines themselves because we have to create execution models and a such (on linear infra projects) do not have much use for nicely curve walls, floors or roofs because we place them in straight segments. The segments are calculated using a corridor with a fixed frequency and in the export the geometry points of alignments and profiles are ignored.

The extra class bundles every importing thing known for that point:

BartDeMaesschalckAtDIMCO commented 4 years ago

Some old code was somehow pushed...

It is best to consider the FeaturelinePoints as a property of the Featureline object rather than extracting it twice -> Whar doe you means by extracting it twice?

Regards,

Bart