sc_segment {silicate} | R Documentation |
Given a 'PATH“ model decompose to 1-dimensional primitives (or 0-dimensional).
Description
Given a 'PATH“ model decompose to 1-dimensional primitives (or 0-dimensional).
Usage
sc_segment(x, ...)
## Default S3 method:
sc_segment(x, ...)
## S3 method for class 'PATH'
sc_segment(x, ...)
Arguments
x |
input object |
... |
arguments passed to methods |
Value
data frame of the segments, each occurence of an edge and its order
Examples
sc_segment(SC(minimal_mesh))
[Package silicate version 0.7.1 Index]