C# 클래스 ChronoEngineAddin.ConvexDecomp2

파일 보기 프로젝트 열기: projectchrono/chrono-solidworks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_alpha double
m_anglerefine int
m_anglesampling int
m_concavity double
m_decimate int
m_depht int
m_positionsampling int
m_posrefine int

공개 메소드들

메소드 설명
ConvexDecomp2 ( ) : 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.

button_ok_Click ( object sender, EventArgs e ) : void

메소드 상세

ConvexDecomp2() 공개 메소드

public ConvexDecomp2 ( ) : 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

프로퍼티 상세

m_alpha 공개적으로 프로퍼티

public double m_alpha
리턴 double

m_anglerefine 공개적으로 프로퍼티

public int m_anglerefine
리턴 int

m_anglesampling 공개적으로 프로퍼티

public int m_anglesampling
리턴 int

m_concavity 공개적으로 프로퍼티

public double m_concavity
리턴 double

m_decimate 공개적으로 프로퍼티

public int m_decimate
리턴 int

m_depht 공개적으로 프로퍼티

public int m_depht
리턴 int

m_positionsampling 공개적으로 프로퍼티

public int m_positionsampling
리턴 int

m_posrefine 공개적으로 프로퍼티

public int m_posrefine
리턴 int