civpy.survey.SurveyStake¶
-
class
civpy.survey.SurveyStake[source]¶ A class representing a survey stake. This method should be initialized using the
SurveyStake.init_xy()orSurveyStake.init_station()class methods.Methods
copy([order])Return a copy of the array. init_station(station[, offset, z, height, …])Initializes a survey stake based on a survey station and offset. init_xy(x, y[, z, height, rotation, lock_z])Initializes a survey stake based on an (x, y) global coordinate.