Struct UFDrf.CustomSymbol
Inherited Members
Namespace: NXOpen.UF
Assembly: NXOpen.UF.dll
Syntax
public struct UFDrf.CustomSymbol
Fields
anchor_point
Declaration
public Tag anchor_point
Field Value
Type | Description |
---|---|
Tag |
angle
Declaration
public double angle
Field Value
Type | Description |
---|---|
double |
connections
Declaration
public UFDrf.SymbolConnection[] connections
Field Value
Type | Description |
---|---|
SymbolConnection[] |
geometry
Declaration
public Tag[] geometry
Field Value
Type | Description |
---|---|
Tag[] |
leader
Declaration
public UFDrf.Leader[] leader
Field Value
Type | Description |
---|---|
Leader[] |
num_connections
Declaration
public int num_connections
Field Value
Type | Description |
---|---|
int |
num_geometry
Declaration
public int num_geometry
Field Value
Type | Description |
---|---|
int |
num_text
Declaration
public int num_text
Field Value
Type | Description |
---|---|
int |
origin
Declaration
public double[] origin
Field Value
Type | Description |
---|---|
double[] |
scale
Declaration
public double scale
Field Value
Type | Description |
---|---|
double |
text
Declaration
public UFDrf.CustomSymbolText[] text
Field Value
Type | Description |
---|---|
CustomSymbolText[] |