SpaceFrame

public struct SpaceFrame : Encodable

Undocumented

  • Displays/hides tetrahedron shapes between minimum and maximum iso-values.

    Often useful when either caps or surfaces are disabled or filled with values less than 1.

    Declaration

    Swift

    public var show: Bool?
  • Sets the fill ratio of the spaceframe elements.

    The default fill value is 0.15 meaning that only 15% of the area of every faces of tetras would be shaded. Applying a greater fill ratio would allow the creation of stronger elements or could be sued to have entirely closed areas (in case of using 1).

    Declaration

    Swift

    public var fill: Double?
  • Creates SpaceFrame object with specified properties.

    Declaration

    Swift

    public init(show: Bool? = nil, fill: Double? = nil)

    Parameters

    show

    Displays/hides tetrahedron shapes between minimum and maximum iso-values.

    fill

    Sets the fill ratio of the spaceframe elements.