C# 클래스 ChronoEngineAddin.ConvexDecompForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: projectchrono/chrono-solidworks

공개 프로퍼티들

프로퍼티 타입 설명
addextradistancepoints bool
addextrafacepoints bool
compacity double
concavity double
connectdistance double
maxvertexespercluster int
maxvertexespermesh int
minclusters int
smallclusterthreshold double
volumeweight double

공개 메소드들

메소드 설명
ConvexDecompForm ( ) : System
SetMeshInfo ( int numfaces, int numvertexes ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

button1_Click ( object sender, EventArgs e ) : void

메소드 상세

ConvexDecompForm() 공개 메소드

public ConvexDecompForm ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

SetMeshInfo() 공개 메소드

public SetMeshInfo ( int numfaces, int numvertexes ) : void
numfaces int
numvertexes int
리턴 void

프로퍼티 상세

addextradistancepoints 공개적으로 프로퍼티

public bool addextradistancepoints
리턴 bool

addextrafacepoints 공개적으로 프로퍼티

public bool addextrafacepoints
리턴 bool

compacity 공개적으로 프로퍼티

public double compacity
리턴 double

concavity 공개적으로 프로퍼티

public double concavity
리턴 double

connectdistance 공개적으로 프로퍼티

public double connectdistance
리턴 double

maxvertexespercluster 공개적으로 프로퍼티

public int maxvertexespercluster
리턴 int

maxvertexespermesh 공개적으로 프로퍼티

public int maxvertexespermesh
리턴 int

minclusters 공개적으로 프로퍼티

public int minclusters
리턴 int

smallclusterthreshold 공개적으로 프로퍼티

public double smallclusterthreshold
리턴 double

volumeweight 공개적으로 프로퍼티

public double volumeweight
리턴 double