Skip to content
This repository was archived by the owner on Jul 23, 2020. It is now read-only.

Modoth/StlViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

StlViewer

StlViewer is a wpf control for .stl file.

Usage

1.Just binding StlModel to StlModel DependencyProperty of StlControl.

<view:StlControl Color="Cornsilk"  StlModel="{Binding StlModel}" />

2.You can create StlModel by passing a data stream to the StlModelParser.

var model = new StlParser().Parse(dataStream);

3.Rotate or scale the model with mouse.

About

Simply as you can.

Any advice could also send to z_xueqin@icloud.com.

About

Wpf control for .stl file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages