0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

概要

プロデルが、CLRらしいので、調べて見た。
プロデルで、3Dしようとした件
撃沈、した。

プロデルで、3Dしようとした件

サンプルコード

※コンソール

"System.Windows.Application,PresentationFramework"のネット型を作ってappとする
"System.Windows.Window,PresentationFramework"のネット型を作ってメイン画面とする
"System.Windows.Controls.Viewport3D,PresentationFramework"のネット型を作ってvp3dとする
"System.Windows.Media.Media3D.Point3D,PresentationFramework"のネット型(1, 0, 0)を作ってpointとする

メイン画面のTitleは、「WPF3D」
メイン画面のWidthは、400
メイン画面のHeightは、400
メイン画面のContentは、vp3d

エラー



6行目	2文字目
「System.Windows.Media.Media3D.Point3D,PresentationFramework」というクラスは定義されていません。

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?