rib()
Creates a rib from the last sketch with the given thickness. The rib extends in the sketch normal direction until it reaches surrounding solids. Positive thickness = forward, negative = reverse.
Returns: Rib
tip
See the guide for detailed usage examples.
Signatures
rib(thickness: number): Rib
Creates a rib from the last sketch with the given thickness. The rib extends in the sketch normal direction until it reaches surrounding solids. Positive thickness = forward, negative = reverse.
| Parameter | Type | Description |
|---|---|---|
thickness | number | Wall thickness (sign controls direction) |
rib(thickness: number, spine: SceneObject): Rib
Creates a rib from an explicit sketch spine with the given thickness.
| Parameter | Type | Description |
|---|---|---|
thickness | number | Wall thickness (sign controls direction) |
spine | SceneObject | The sketch providing the rib spine wire and plane |