프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
DimensionalModel ( ) : System |
Default constructor
|
|
DimensionalModel ( int length, int height, int width, int vacuity, int surfaceCavitation ) : System |
constructor for 0 dimension models
|
|
DimensionalModel ( int length, int height, int width, int vacuity, int surfaceCavitation, long backingDataId, IMaterial>.IDictionary |
Constructor for dimensional model based on full specific data
|
public DimensionalModel ( int length, int height, int width, int vacuity, int surfaceCavitation ) : System | ||
length | int | Length parameter of the model |
height | int | Height parameter of the model |
width | int | Width parameter of the model |
vacuity | int | |
surfaceCavitation | int | |
리턴 | System |
public DimensionalModel ( int length, int height, int width, int vacuity, int surfaceCavitation, long backingDataId, IMaterial>.IDictionary |
||
length | int | Length parameter of the model |
height | int | Height parameter of the model |
width | int | Width parameter of the model |
vacuity | int | |
surfaceCavitation | int | |
backingDataId | long | dimensional model backing data id |
materialComps | IMaterial>.IDictionary | The material compositions |
리턴 | System |