Click or drag to resize

PrimitiveManagerOpenWeldLine Method

Weld Line 모델 가시화

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public bool OpenWeldLine(
	string modelName,
	int colorIndex,
	float radius,
	PrimitiveManagerPrimitiveGenerationUnit unit,
	List<ShxWdlJLData> items
)

Parameters

modelName
Type: SystemString
모델 이름
colorIndex
Type: SystemInt32
색상 인덱스 (참조 파일 : rev2bst.config.rev)
radius
Type: SystemSingle
크기, 반지름
unit
Type: VIZCore3D.NET.ManagerPrimitiveManagerPrimitiveGenerationUnit
생성 단위
items
Type: System.Collections.GenericListShxWdlJLData
JL DATA

Return Value

Type: Boolean
처리 결과
See Also