Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

silicate (version 0.2.0)

sc_vertex: Extract unique vertices

Description

Extract unique vertices

Usage

sc_vertex(x, ...)

# S3 method for default sc_vertex(x, ...)

# S3 method for SC sc_vertex(x, ...)

# S3 method for ARC sc_vertex(x, ...)

# S3 method for TRI sc_vertex(x, ...)

# S3 method for TRI0 sc_vertex(x, ...)

# S3 method for PATH sc_vertex(x, ...)

# S3 method for PATH0 sc_vertex(x, ...)

Arguments

x

model

...

passed to methods

Value

data frame of only the unique coordinates

Examples

Run this code
# NOT RUN {
sc_vertex(minimal_mesh)
sc_vertex(SC0(minimal_mesh))
# }

Run the code above in your browser using DataLab