All types
|
All members
RT.Modeling
RT.Modeling
Auto
Normal
Loose
Models
Annulus
(
inner
Radius
,
outer
Radius
,
rev
Steps
,
reverse
)
Box
(
reverse
)
Cone
(
start
Z
,
end
Z
,
base
Radius
,
rev
Steps
,
no
Bottom
Cap
)
ConicFrustum
(
start
Z
,
end
Z
,
base
Radius
,
top
Radius
,
rev
Steps
,
no
Bottom
Cap
,
no
Top
Cap
)
Cylinder
(
start
Z
,
end
Z
,
radius
,
rev
Steps
,
no
End
Caps
)
Disc
(
rev
Steps
,
x
,
y
,
radius
,
reverse
,
add
Angle
)
Hemisphere
(
radius
,
rev
Steps
Lat
,
rev
Steps
Long
,
no
Bottom
Cap
)
Sphere
(
radius
,
rev
Steps
Lat
,
rev
Steps
Long
)
Square
(
reverse
)
Torus
(
outer
Radius
,
inner
Radius
,
rev
Steps
,
start
Angle
,
end
Angle
)
Tube
(
rev
Steps
,
inner
Radius
,
outer
Radius
,
length
)
Md
Mesh
Vertex
Info
Normal
Pt
Vertex
Info
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Core
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Static method:
Pt[][]
Box
(
bool
)
Declared in:
RT.Modeling.
LooseModels
Declaration
public static
Pt[][]
Box
(
bool
reverse
= false
)
Summary
Generates an axis-aligned box, or cube, of sidelength 2.
Parameters
bool
reverse
If
true
, the faces are generated clockwise instead of counter-clockwise.
Returns
A collection of faces.