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 1 meaning that they are entirely shaded. Applying a
fill
ratio less than one would allow the creation of openings parallel to the edges.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.