항목
|
포함된 규칙
|
컴포넌트
|
• 선 스타일
• 선 두께
• 선 색
• 채우기 색
|
핀
|
• 선 스타일
• 선 두께
• 선 색
• 채우기 색
|
와이어
|
• 선 스타일
• 선 두께
• 선 패턴 또는 색
|
하이웨이
|
• 선 스타일
• 선 두께
• 선 색
|
케이블
|
• 선 스타일
• 선 두께
• 선 색
|
인수
|
설명
|
item
|
조건이 적용된 항목을 설정합니다.
|
type
|
항목 유형을 정의합니다. regexpr if regexpr=true(선택 사항)를 사용할 수 있습니다.
|
name
|
항목 이름을 정의합니다. regexpr if regexpr=true(선택 사항)를 사용할 수 있습니다.
|
regexpr
|
true로 설정되면 조건에서 정규 표현식을 사용할 수 있습니다.
|
equal
|
true로 설정되면 조건이 true가 되기 위해 인수 값(type/name)이 같아야 합니다.
|
caseins
|
true로 설정되면 조건을 대소문자 구분할 수 있습니다.
|
attribute 인수
|
설명
|
name
|
속성의 이름입니다. regexpr if regexpr=true(선택 사항)를 사용할 수 있습니다.
|
value
|
속성의 값입니다. regexpr if regexpr=true(선택 사항)를 사용할 수 있습니다.
|
equal
|
true로 설정되면 조건이 true가 되기 위해 인수 값(type/name)이 같아야 합니다.
|
regexpr
|
조건에 정규 표현식을 사용합니다.
|
caseins
|
문이 true일 때 대소문자를 구분합니다.
|
선 스타일 인수
|
설명
|
style
|
선 스타일을 선택합니다. 예를 들어, 여러 색, 실선, 파선 및 점선입니다.
기본값은 solid입니다.
|
color
|
선 색을 설정합니다.
|
weight
|
선 너비를 설정합니다.
|
spacing
|
점선 스타일의 점 간 공백을 설정합니다.
기본값은 0.5mm입니다.
|
pattern
|
파선 스타일의 패턴을 설명합니다.
기본값은 0.5mm입니다.
|
text_color
|
선 텍스트의 색을 설정합니다.
|
border_color
|
선 테두리의 색을 설정합니다.
기본값은 black입니다.
|
border_weight
|
선 테두리 너비를 설정합니다. 여기서 100%는 1이고, 40%는 0.4입니다.
기본값은 0.1입니다.
|
colorseg
포함 항목:
• color - 단면의 색을 설정합니다.
• length - 단면의 길이를 설정합니다.
|
multicolor가 선택된 경우에만 적용합니다.
각 colorseg 태그는 스타일에 색을 추가합니다.
길이가 정의되지 않은 경우 마지막 길이가 사용됩니다.
길이가 없거나 모든 길이가 0인 경우 테두리 두께가 길이로 사용됩니다. 이 경우 모든 색 세그먼트는 정사각형입니다.
|
|
테두리는 다음과 같은 선 스타일 매개 변수가 정의되는 경우에만 적용됩니다.
• border_color 또는 border_weight
• solid 또는 multicolor
• color 또는 colorseg
|
line 인수의 예
|
|||
단색 실선: <then> <line color="#00ff00" weight="1"/> </then> |
|||
테두리가 있는 스트라이프: <then> <line style="multicolor" text_color="#0000ff" border_color="B900FC" border_weight="0.4" color="#07EDF9" weight="1"> <colorseg color="#07EDF9" length="0.6"/> <colorseg color="#FFFFFF"/> </line> </then> |
|||
점선: <then> <line style="dotted" spacing="2" color="#ff0000"/> </then> |
|||
파선: <then> <line style="dashed" pattern="3.5;1;0.5;1.0;3.5;4;" weight="0.6"/> </then> |
|||
각진 스트라이프: <then> <line style="multicolor" angle="30" color="#888888" weight="0.6"> <colorseg color="#ff0000" length="0.2"/> <colorseg color="#00ff00" length="0.1"/> <colorseg color="#0000ff" length="0.3"/> </line> </then>
|
|||
교차 점 스타일의 예
|
이 예에서는 선이 교차할 수 있는 4가지 스타일의 인수를 보여줍니다.
|
맨 위에 수직인 호: <profile name="Vertical Arc connection crossing style with horizontal segments on top"> <rules> <rule type="schematics"> <then> <setting crossing_point_style="arc"/> </then> </rule> </rules> <rules> <rule type="schematics"> <then> <setting top_segment_vertical="true"/> </then> </rule> </rules> </profile> |
맨 위에 수평인 호: <profile name="Arc connection crossing style with horizontal segments on top"> <rules> <rule type="schematics"> <then> <setting crossing_point_style="arc"/> </then> </rule> </rules> <rules> <rule type="schematics"> <then> <setting top_segment_vertical="false"/> </then> </rule> </rules> </profile> |
맨 위에 수평인 간격: <profile name="Gap connection crossing style with horizontal segments on top"> <rules> <rule type="schematics"> <then> <setting crossing_point_style="gap"/> </then> </rule> </rules> <rules> <rule type="schematics"> <then> <setting top_segment_vertical="false"/> </then> </rule> </rules> </profile> |
연결 교차 스타일 없음: <profile name="None connection crossing style with horizontal segments on top"> <rules> <rule type="schematics"> <then> <setting crossing_point_style="none"/> </then> </rule> </rules> <rules> <rule type="schematics"> <then> <setting top_segment_vertical="false"/> </then> </rule> </rules> </profile> |
인수
|
설명
|
item
|
조건이 적용된 항목을 설정합니다.
|
type
|
항목 유형을 정의합니다. regexpr if regexpr=true(선택 사항)를 사용할 수 있습니다.
|
name
|
항목 이름을 정의합니다. regexpr if regexpr=true(선택 사항)를 사용할 수 있습니다.
|
regexpr
|
true로 설정되면 조건에서 정규 표현식을 사용할 수 있습니다.
|
equal
|
true로 설정되면 조건이 true가 되기 위해 인수 값(type/name)이 같아야 합니다.
|
caseins
|
true로 설정되면 조건을 대소문자 구분할 수 있습니다.
|
attribute 인수
|
설명
|
name
|
속성의 이름입니다. regexpr if regexpr=true(선택 사항)를 사용할 수 있습니다.
|
value
|
속성의 값입니다. regexpr if regexpr=true(선택 사항)를 사용할 수 있습니다.
|
equal
|
true로 설정되면 조건이 true가 되기 위해 인수 값(type/name)이 같아야 합니다.
|
regexpr
|
조건에 정규 표현식을 사용합니다.
|
caseins
|
문이 true일 때 대소문자를 구분합니다.
|
item 인수
|
설명
|
Phantom
|
항목의 팬텀 값을 설정합니다.
|
transparency
|
항목의 투명도 값을 설정합니다.
|
color
|
항목의 색 값을 설정합니다.
|
figure 인수
|
설명
|
background
|
그림의 배경색 값을 설정합니다.
|
background-gradient
|
그림의 배경 그라데이션 색 값을 설정합니다.
|