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
spaceframeelements.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
fillratio 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
SpaceFrameobject with specified properties.Declaration
Swift
public init(show: Bool? = nil, fill: Double? = nil)Parameters
showDisplays/hides tetrahedron shapes between minimum and maximum iso-values.
fillSets the fill ratio of the
spaceframeelements.
View on GitHub
Install in Dash
SpaceFrame Structure Reference