Previous topic

civpy.survey.SurveyStake.copy

Next topic

civpy.survey.SurveyStake.init_xy

This Page

civpy.survey.SurveyStake.init_station

classmethod SurveyStake.init_station(station, offset=0, z=0, height=0, rotation=0, lock_z=False, **kwargs)[source]

Initializes a survey stake based on a survey station and offset.

Parameters:
station : float

The alignment survey station.

offset : float

The offset from the alignment.

z : float

The z coordinate.

height : float

The height of the point above z.

rotation : float

The rotation of the point about its base point.

lock_z : float

If False, the alignment will be snapped to the TIN (if applicable) during certain updates. Otherwise, the z coordinate will remain fixed.