ExpoFpLine

@Serializable
data class ExpoFpLine(val startPoint: ExpoFpPoint, val endPoint: ExpoFpPoint, val weight: Int? = null)

Line on floor plan

Constructors

Link copied to clipboard
constructor(startPoint: ExpoFpPoint, endPoint: ExpoFpPoint, weight: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "p1")
val endPoint: ExpoFpPoint

End point

Link copied to clipboard
@SerialName(value = "p0")
val startPoint: ExpoFpPoint

Start point

Link copied to clipboard
@SerialName(value = "weight")
val weight: Int? = null

Weight